Compiler log for org.eclipse.jdt.core.tests.compiler_3.3.100.v_963 : jdtcoretestscompiler.jar.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 6077

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java : 45 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 592)
if (execProcess != null) execProcess.destroy();
Dead code

/src/org/eclipse/jdt/core/tests/junit/extension/TestCase.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/junit/extension/TestCase.java
 (at line 670)
} else { System.err.println("Cannot open file " + logFile.getPath()); }
Dead code

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 15)
import org.eclipse.jdt.internal.codeassist.complete.CompletionParser;
Discouraged access: The type CompletionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 16)
import org.eclipse.jdt.internal.codeassist.complete.CompletionScanner;
Discouraged access: The type CompletionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 17)
import org.eclipse.jdt.internal.compiler.CompilationResult;
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 18)
import org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies;
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 19)
import org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration;
Discouraged access: The type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 20)
import org.eclipse.jdt.internal.compiler.ast.ASTNode;
Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 21)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 22)
import org.eclipse.jdt.internal.compiler.ast.FieldDeclaration;
Discouraged access: The type FieldDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 23)
import org.eclipse.jdt.internal.compiler.ast.Initializer;
Discouraged access: The type Initializer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 24)
import org.eclipse.jdt.internal.compiler.ast.TypeDeclaration;
Discouraged access: The type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 25)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 26)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 27)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 28)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 29)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 75)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 75)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 75)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 76)
CompletionParser parser =
Discouraged access: The type CompletionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 77)
new CompletionParser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), options, new DefaultProblemFactory(Locale.getDefault())), false);
Discouraged access: The constructor CompletionParser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 77)
new CompletionParser(
Discouraged access: The type CompletionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 78)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), options, new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 78)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 79)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 79)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 81)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 81)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 84)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 84)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 84)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 85)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 85)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 85)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 87)
CompilationUnitDeclaration unit = parser.dietParse(sourceUnit, compilationResult, cursorLocation);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 87)
CompilationUnitDeclaration unit = parser.dietParse(sourceUnit, compilationResult, cursorLocation);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult, int) from the type CompletionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 113)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 113)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 113)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 114)
CompletionParser parser =
Discouraged access: The type CompletionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 115)
new CompletionParser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), options, new DefaultProblemFactory(Locale.getDefault())), false);
Discouraged access: The constructor CompletionParser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 115)
new CompletionParser(
Discouraged access: The type CompletionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 116)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), options, new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 116)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 117)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 117)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 119)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 119)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 122)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 122)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 122)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 123)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 123)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 123)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 125)
CompilationUnitDeclaration unit = parser.dietParse(sourceUnit, compilationResult, cursorLocation);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 125)
CompilationUnitDeclaration unit = parser.dietParse(sourceUnit, compilationResult, cursorLocation);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult, int) from the type CompletionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 127)
ASTNode foundMethod = null;
Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 128)
if (unit.types != null) {
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 129)
for (int i = 0; i < unit.types.length; i++) {
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 130)
TypeDeclaration type = unit.types[i];
Discouraged access: The type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 130)
TypeDeclaration type = unit.types[i];
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 131)
ASTNode method = findMethod(type, cursorLocation);
Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 140)
if (foundMethod instanceof AbstractMethodDeclaration) {
Discouraged access: The type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 141)
parser.parseBlockStatements((AbstractMethodDeclaration)foundMethod, unit);
Discouraged access: The method parseBlockStatements(AbstractMethodDeclaration, CompilationUnitDeclaration) from the type AssistParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 141)
parser.parseBlockStatements((AbstractMethodDeclaration)foundMethod, unit);
Discouraged access: The type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 143)
TypeDeclaration type = (TypeDeclaration)foundMethod;
Discouraged access: The type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 143)
TypeDeclaration type = (TypeDeclaration)foundMethod;
Discouraged access: The type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 144)
if (type.fields != null) {
Discouraged access: The field fields from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 145)
done : for (int i = 0; i < type.fields.length; i++) {
Discouraged access: The field fields from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 146)
FieldDeclaration field = type.fields[i];
Discouraged access: The type FieldDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 146)
FieldDeclaration field = type.fields[i];
Discouraged access: The field fields from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 147)
if (field.declarationSourceStart <= cursorLocation && (cursorLocation <= field.declarationSourceEnd || field.declarationSourceEnd == 0)) {
Discouraged access: The field declarationSourceStart from the type AbstractVariableDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 147)
if (field.declarationSourceStart <= cursorLocation && (cursorLocation <= field.declarationSourceEnd || field.declarationSourceEnd == 0)) {
Discouraged access: The field declarationSourceEnd from the type AbstractVariableDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 147)
if (field.declarationSourceStart <= cursorLocation && (cursorLocation <= field.declarationSourceEnd || field.declarationSourceEnd == 0)) {
Discouraged access: The field declarationSourceEnd from the type AbstractVariableDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 148)
if (field instanceof Initializer) {
Discouraged access: The type Initializer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 149)
parser.parseBlockStatements((Initializer)field, type, unit);
Discouraged access: The method parseBlockStatements(Initializer, TypeDeclaration, CompilationUnitDeclaration) from the type AssistParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 149)
parser.parseBlockStatements((Initializer)field, type, unit);
Discouraged access: The type Initializer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 247)
CompletionParser parser,
Discouraged access: The type CompletionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 248)
CompilationUnitDeclaration unit) {
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 249)
String computedCompletion = parser.assistNode == null
Discouraged access: The field assistNode from the type AssistParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 251)
: parser.assistNode.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 251)
: parser.assistNode.toString();
Discouraged access: The field assistNode from the type AssistParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 255)
computedParentCompletion = parser.assistNodeParent == null
Discouraged access: The field assistNodeParent from the type CompletionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 257)
: parser.assistNodeParent.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 257)
: parser.assistNodeParent.toString();
Discouraged access: The field assistNodeParent from the type CompletionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 260)
String computedUnitToString = unit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 281)
char[] chars = ((CompletionScanner)parser.scanner).completionIdentifier;
Discouraged access: The type CompletionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 281)
char[] chars = ((CompletionScanner)parser.scanner).completionIdentifier;
Discouraged access: The field scanner from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 281)
char[] chars = ((CompletionScanner)parser.scanner).completionIdentifier;
Discouraged access: The field completionIdentifier from the type CompletionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 288)
if (parser.assistNode != null){
Discouraged access: The field assistNode from the type AssistParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 290)
parser.scanner.source,
Discouraged access: The field scanner from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 290)
parser.scanner.source,
Discouraged access: The field source from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 291)
parser.assistNode.sourceStart,
Discouraged access: The field assistNode from the type AssistParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 291)
parser.assistNode.sourceStart,
Discouraged access: The field sourceStart from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 292)
parser.assistNode.sourceEnd + 1);
Discouraged access: The field assistNode from the type AssistParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 292)
parser.assistNode.sourceEnd + 1);
Discouraged access: The field sourceEnd from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 294)
if (parser.assistIdentifier() != null){
Discouraged access: The method assistIdentifier() from the type CompletionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 295)
if (((CompletionScanner)parser.scanner).completedIdentifierEnd
Discouraged access: The type CompletionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 295)
if (((CompletionScanner)parser.scanner).completedIdentifierEnd
Discouraged access: The field scanner from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 295)
if (((CompletionScanner)parser.scanner).completedIdentifierEnd
Discouraged access: The field completedIdentifierEnd from the type CompletionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractCompletionTest.java
 (at line 296)
>= ((CompletionScanner)parser.scanner).completedIdentifierStart){
Discouraged access: The field scanner from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 15)
import org.eclipse.jdt.internal.codeassist.select.SelectionParser;
Discouraged access: The type SelectionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 16)
import org.eclipse.jdt.internal.codeassist.select.SelectionScanner;
Discouraged access: The type SelectionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 17)
import org.eclipse.jdt.internal.compiler.CompilationResult;
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 18)
import org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies;
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 19)
import org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration;
Discouraged access: The type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 20)
import org.eclipse.jdt.internal.compiler.ast.ASTNode;
Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 21)
import org.eclipse.jdt.internal.compiler.ast.Block;
Discouraged access: The type Block is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 22)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 23)
import org.eclipse.jdt.internal.compiler.ast.FieldDeclaration;
Discouraged access: The type FieldDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 24)
import org.eclipse.jdt.internal.compiler.ast.Initializer;
Discouraged access: The type Initializer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 25)
import org.eclipse.jdt.internal.compiler.ast.TypeDeclaration;
Discouraged access: The type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 26)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 27)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 28)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 29)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 30)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 54)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 54)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 54)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 55)
SelectionParser parser =
Discouraged access: The type SelectionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 56)
new SelectionParser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), options, new DefaultProblemFactory(Locale.getDefault())));
Discouraged access: The constructor SelectionParser(ProblemReporter) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 56)
new SelectionParser(
Discouraged access: The type SelectionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 57)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), options, new DefaultProblemFactory(Locale.getDefault())));
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 57)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 58)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 58)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 60)
new DefaultProblemFactory(Locale.getDefault())));
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 60)
new DefaultProblemFactory(Locale.getDefault())));
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 62)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 62)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 62)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 63)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 63)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 63)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 65)
CompilationUnitDeclaration unit = parser.dietParse(sourceUnit, compilationResult, selectionStart, selectionEnd);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 65)
CompilationUnitDeclaration unit = parser.dietParse(sourceUnit, compilationResult, selectionStart, selectionEnd);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult, int, int) from the type SelectionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 67)
String computedUnitToString = unit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 72)
String computedSelection = parser.assistNode == null
Discouraged access: The field assistNode from the type AssistParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 74)
: parser.assistNode.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 74)
: parser.assistNode.toString();
Discouraged access: The field assistNode from the type AssistParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 89)
char[] chars = ((SelectionScanner)parser.scanner).selectionIdentifier;
Discouraged access: The type SelectionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 89)
char[] chars = ((SelectionScanner)parser.scanner).selectionIdentifier;
Discouraged access: The field scanner from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 89)
char[] chars = ((SelectionScanner)parser.scanner).selectionIdentifier;
Discouraged access: The field selectionIdentifier from the type SelectionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 98)
if (parser.assistNode != null){
Discouraged access: The field assistNode from the type AssistParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 100)
parser.scanner.source,
Discouraged access: The field scanner from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 100)
parser.scanner.source,
Discouraged access: The field source from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 101)
parser.assistNode.sourceStart,
Discouraged access: The field assistNode from the type AssistParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 101)
parser.assistNode.sourceStart,
Discouraged access: The field sourceStart from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 102)
parser.assistNode.sourceEnd + 1);
Discouraged access: The field assistNode from the type AssistParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 102)
parser.assistNode.sourceEnd + 1);
Discouraged access: The field sourceEnd from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 104)
if (parser.assistIdentifier() != null){
Discouraged access: The method assistIdentifier() from the type SelectionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 105)
if (((SelectionScanner)parser.scanner).selectionEnd
Discouraged access: The type SelectionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 105)
if (((SelectionScanner)parser.scanner).selectionEnd
Discouraged access: The field scanner from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 105)
if (((SelectionScanner)parser.scanner).selectionEnd
Discouraged access: The field selectionEnd from the type SelectionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 106)
>= ((SelectionScanner)parser.scanner).selectionStart){
Discouraged access: The type SelectionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 106)
>= ((SelectionScanner)parser.scanner).selectionStart){
Discouraged access: The field scanner from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 106)
>= ((SelectionScanner)parser.scanner).selectionStart){
Discouraged access: The field selectionStart from the type SelectionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 108)
parser.scanner.source,
Discouraged access: The field scanner from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 108)
parser.scanner.source,
Discouraged access: The field source from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 109)
((SelectionScanner)parser.scanner).selectionStart,
Discouraged access: The type SelectionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 109)
((SelectionScanner)parser.scanner).selectionStart,
Discouraged access: The field scanner from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 109)
((SelectionScanner)parser.scanner).selectionStart,
Discouraged access: The field selectionStart from the type SelectionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 110)
((SelectionScanner)parser.scanner).selectionEnd + 1);
Discouraged access: The type SelectionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 110)
((SelectionScanner)parser.scanner).selectionEnd + 1);
Discouraged access: The field scanner from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 110)
((SelectionScanner)parser.scanner).selectionEnd + 1);
Discouraged access: The field selectionEnd from the type SelectionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 135)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 135)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 135)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 136)
SelectionParser parser =
Discouraged access: The type SelectionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 137)
new SelectionParser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), options, new DefaultProblemFactory(Locale.getDefault())));
Discouraged access: The constructor SelectionParser(ProblemReporter) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 137)
new SelectionParser(
Discouraged access: The type SelectionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 138)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), options, new DefaultProblemFactory(Locale.getDefault())));
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 138)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 139)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 139)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 141)
new DefaultProblemFactory(Locale.getDefault())));
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 141)
new DefaultProblemFactory(Locale.getDefault())));
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 143)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 143)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 143)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 144)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 144)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 144)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 146)
CompilationUnitDeclaration unit = parser.dietParse(sourceUnit, compilationResult, selectionStart, selectionEnd);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 146)
CompilationUnitDeclaration unit = parser.dietParse(sourceUnit, compilationResult, selectionStart, selectionEnd);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult, int, int) from the type SelectionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 148)
ASTNode foundMethod = null;
Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 149)
if (unit.types != null) {
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 150)
for (int i = 0; i < unit.types.length; i++) {
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 151)
TypeDeclaration type = unit.types[i];
Discouraged access: The type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 151)
TypeDeclaration type = unit.types[i];
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 152)
ASTNode method = findMethod(type, selectionStart);
Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 160)
if (foundMethod instanceof AbstractMethodDeclaration) {
Discouraged access: The type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 161)
parser.parseBlockStatements((AbstractMethodDeclaration)foundMethod, unit);
Discouraged access: The method parseBlockStatements(AbstractMethodDeclaration, CompilationUnitDeclaration) from the type AssistParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 161)
parser.parseBlockStatements((AbstractMethodDeclaration)foundMethod, unit);
Discouraged access: The type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 163)
TypeDeclaration type = (TypeDeclaration)foundMethod;
Discouraged access: The type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 163)
TypeDeclaration type = (TypeDeclaration)foundMethod;
Discouraged access: The type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 164)
if (type.fields != null) {
Discouraged access: The field fields from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 165)
for (int i = 0; i < type.fields.length; i++) {
Discouraged access: The field fields from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 166)
FieldDeclaration field = type.fields[i];
Discouraged access: The type FieldDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AbstractSelectionTest.java
 (at line 166)
FieldDeclaration field = type.fields[i];
Discouraged access: The field fields from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationCompletionParserTest.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationCompletionParserTest.java
 (at line 18)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationCompletionParserTest.java
 (at line 32)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationCompletionParserTest.java
 (at line 32)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationCompletionParserTest.java
 (at line 32)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationCompletionParserTest.java
 (at line 32)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationCompletionParserTest.java
 (at line 33)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationCompletionParserTest.java
 (at line 33)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationCompletionParserTest.java
 (at line 33)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationCompletionParserTest.java
 (at line 33)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationCompletionParserTest.java
 (at line 34)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationCompletionParserTest.java
 (at line 34)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationCompletionParserTest.java
 (at line 34)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationCompletionParserTest.java
 (at line 34)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 20)
import org.eclipse.jdt.internal.codeassist.complete.CompletionParser;
Discouraged access: The type CompletionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 21)
import org.eclipse.jdt.internal.compiler.CompilationResult;
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 22)
import org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies;
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 23)
import org.eclipse.jdt.internal.compiler.SourceElementParser;
Discouraged access: The type SourceElementParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 24)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 25)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 26)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 27)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 28)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 29)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 30)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 31)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 39)
public static long sourceLevel = ClassFileConstants.JDK1_3; //$NON-NLS-1$
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 39)
public static long sourceLevel = ClassFileConstants.JDK1_3; //$NON-NLS-1$
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 55)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 55)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 55)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 55)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 56)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 56)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 56)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 56)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 57)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 57)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 57)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 57)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 71)
Parser parser =
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 72)
new Parser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())), optimizeStringLiterals);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 72)
new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 73)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 73)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 74)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 74)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 75)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 75)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 76)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 76)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 79)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 79)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 79)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 80)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 80)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 80)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 82)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 82)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 83)
String computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 94)
Parser parser =
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 95)
new Parser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())), optimizeStringLiterals);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 95)
new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 96)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 96)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 97)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 97)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 98)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 98)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 99)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 99)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 102)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 102)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 102)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 103)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 103)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 103)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 105)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 105)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 106)
String computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 114)
if (computedUnit.types != null) {
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 115)
for (int i = 0, length = computedUnit.types.length; i < length; i++){
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 116)
computedUnit.types[i].parseMethods(parser, computedUnit);
Discouraged access: The method parseMethods(Parser, CompilationUnitDeclaration) from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 116)
computedUnit.types[i].parseMethods(parser, computedUnit);
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 119)
computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 131)
Parser parser =
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 132)
new Parser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())), optimizeStringLiterals);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 132)
new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 133)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 133)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 134)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 134)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 135)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 135)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 136)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 136)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 139)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 139)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 139)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 140)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 140)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 140)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 142)
CompilationUnitDeclaration computedUnit = parser.parse(sourceUnit, compilationResult);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 142)
CompilationUnitDeclaration computedUnit = parser.parse(sourceUnit, compilationResult);
Discouraged access: The method parse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 143)
String computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 155)
SourceElementParser parser =
Discouraged access: The type SourceElementParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 156)
new SourceElementParser( new TestSourceElementRequestor(), new DefaultProblemFactory(Locale.getDefault()), new CompilerOptions(getCompilerOptions()), false/*don't record local declarations*/, true/*optimize string literals*/);
Discouraged access: The constructor SourceElementParser(ISourceElementRequestor, IProblemFactory, CompilerOptions, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 156)
new SourceElementParser(
Discouraged access: The type SourceElementParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 158)
new DefaultProblemFactory(Locale.getDefault()),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 158)
new DefaultProblemFactory(Locale.getDefault()),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 159)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 159)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 163)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/AnnotationDietRecoveryTest.java
 (at line 163)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java : 28 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 929)
} catch(InvalidCursorLocation e){
Discouraged access: The type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 930)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_NUMBER);
Discouraged access: The field irritant from the type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 930)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_NUMBER);
Discouraged access: The type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 930)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_NUMBER);
Discouraged access: The field NO_COMPLETION_INSIDE_NUMBER from the type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 4571)
} catch(InvalidCursorLocation e){
Discouraged access: The type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 4572)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_COMMENT);
Discouraged access: The field irritant from the type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 4572)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_COMMENT);
Discouraged access: The type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 4572)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_COMMENT);
Discouraged access: The field NO_COMPLETION_INSIDE_COMMENT from the type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 5907)
} catch(InvalidCursorLocation e){
Discouraged access: The type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 5908)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_NUMBER);
Discouraged access: The field irritant from the type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 5908)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_NUMBER);
Discouraged access: The type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 5908)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_NUMBER);
Discouraged access: The field NO_COMPLETION_INSIDE_NUMBER from the type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 7243)
} catch(InvalidCursorLocation e){
Discouraged access: The type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 7244)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_COMMENT);
Discouraged access: The field irritant from the type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 7244)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_COMMENT);
Discouraged access: The type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 7244)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_COMMENT);
Discouraged access: The field NO_COMPLETION_INSIDE_COMMENT from the type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 7317)
} catch(InvalidCursorLocation e){
Discouraged access: The type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 7318)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_COMMENT);
Discouraged access: The field irritant from the type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 7318)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_COMMENT);
Discouraged access: The type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 7318)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_COMMENT);
Discouraged access: The field NO_COMPLETION_INSIDE_COMMENT from the type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 7390)
} catch(InvalidCursorLocation e){
Discouraged access: The type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 7391)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_COMMENT);
Discouraged access: The field irritant from the type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 7391)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_COMMENT);
Discouraged access: The type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 7391)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_COMMENT);
Discouraged access: The field NO_COMPLETION_INSIDE_COMMENT from the type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 7463)
} catch(InvalidCursorLocation e){
Discouraged access: The type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 7464)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_COMMENT);
Discouraged access: The field irritant from the type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 7464)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_COMMENT);
Discouraged access: The type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java
 (at line 7464)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_COMMENT);
Discouraged access: The field NO_COMPLETION_INSIDE_COMMENT from the type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/ComplianceDiagnoseTest.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ComplianceDiagnoseTest.java
 (at line 16)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ComplianceDiagnoseTest.java
 (at line 40)
if(this.complianceLevel == ClassFileConstants.JDK1_3) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ComplianceDiagnoseTest.java
 (at line 40)
if(this.complianceLevel == ClassFileConstants.JDK1_3) {
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ComplianceDiagnoseTest.java
 (at line 42)
} else if(this.complianceLevel == ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ComplianceDiagnoseTest.java
 (at line 42)
} else if(this.complianceLevel == 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ComplianceDiagnoseTest.java
 (at line 44)
} else if(this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ComplianceDiagnoseTest.java
 (at line 44)
} else if(this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ComplianceDiagnoseTest.java
 (at line 379)
if(this.complianceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ComplianceDiagnoseTest.java
 (at line 379)
if(this.complianceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/DietCompletionTest.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietCompletionTest.java
 (at line 15)
import org.eclipse.jdt.internal.codeassist.complete.InvalidCursorLocation;
Discouraged access: The type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietCompletionTest.java
 (at line 1302)
} catch(InvalidCursorLocation e){
Discouraged access: The type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietCompletionTest.java
 (at line 1303)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_UNICODE);
Discouraged access: The field irritant from the type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietCompletionTest.java
 (at line 1303)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_UNICODE);
Discouraged access: The type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietCompletionTest.java
 (at line 1303)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_UNICODE);
Discouraged access: The field NO_COMPLETION_INSIDE_UNICODE from the type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietCompletionTest.java
 (at line 1336)
} catch(InvalidCursorLocation e){
Discouraged access: The type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietCompletionTest.java
 (at line 1337)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_COMMENT);
Discouraged access: The field irritant from the type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietCompletionTest.java
 (at line 1337)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_COMMENT);
Discouraged access: The type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietCompletionTest.java
 (at line 1337)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_COMMENT);
Discouraged access: The field NO_COMPLETION_INSIDE_COMMENT from the type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietCompletionTest.java
 (at line 1407)
} catch(InvalidCursorLocation e){
Discouraged access: The type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietCompletionTest.java
 (at line 1408)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_NUMBER);
Discouraged access: The field irritant from the type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietCompletionTest.java
 (at line 1408)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_NUMBER);
Discouraged access: The type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietCompletionTest.java
 (at line 1408)
assertEquals("invalid cursor location: ", e.irritant, InvalidCursorLocation.NO_COMPLETION_INSIDE_NUMBER);
Discouraged access: The field NO_COMPLETION_INSIDE_NUMBER from the type InvalidCursorLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 19)
import org.eclipse.jdt.internal.codeassist.complete.CompletionParser;
Discouraged access: The type CompletionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 20)
import org.eclipse.jdt.internal.compiler.CompilationResult;
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 21)
import org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies;
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 22)
import org.eclipse.jdt.internal.compiler.SourceElementParser;
Discouraged access: The type SourceElementParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 23)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 24)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 25)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 26)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 27)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 28)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 29)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 30)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 34)
public static long sourceLevel = ClassFileConstants.JDK1_3; //$NON-NLS-1$
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 34)
public static long sourceLevel = ClassFileConstants.JDK1_3; //$NON-NLS-1$
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 56)
Parser parser =
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 57)
new Parser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())), optimizeStringLiterals);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 57)
new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 58)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 58)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 59)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 59)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 60)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 60)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 61)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 61)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 64)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 64)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 64)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 65)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 65)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 65)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 67)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 67)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 68)
String computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 79)
Parser parser =
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 80)
new Parser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())), optimizeStringLiterals);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 80)
new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 81)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 81)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 82)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 82)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 83)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 83)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 84)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 84)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 86)
parser.setMethodsFullRecovery(false);
Discouraged access: The method setMethodsFullRecovery(boolean) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 87)
parser.setStatementsRecovery(false);
Discouraged access: The method setStatementsRecovery(boolean) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 89)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 89)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 89)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 90)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 90)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 90)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 92)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 92)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 93)
String computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 101)
if (computedUnit.types != null) {
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 102)
for (int i = 0, length = computedUnit.types.length; i < length; i++){
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 103)
computedUnit.types[i].parseMethods(parser, computedUnit);
Discouraged access: The method parseMethods(Parser, CompilationUnitDeclaration) from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 103)
computedUnit.types[i].parseMethods(parser, computedUnit);
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 106)
computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 118)
Parser parser =
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 119)
new Parser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())), optimizeStringLiterals);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 119)
new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 120)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 120)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 121)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 121)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 122)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 122)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 123)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 123)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 125)
parser.setMethodsFullRecovery(true);
Discouraged access: The method setMethodsFullRecovery(boolean) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 126)
parser.setStatementsRecovery(true);
Discouraged access: The method setStatementsRecovery(boolean) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 128)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 128)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 128)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 129)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 129)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 129)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 131)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 131)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 132)
String computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 140)
if (computedUnit.types != null) {
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 141)
for (int i = 0, length = computedUnit.types.length; i < length; i++){
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 142)
computedUnit.types[i].parseMethods(parser, computedUnit);
Discouraged access: The method parseMethods(Parser, CompilationUnitDeclaration) from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 142)
computedUnit.types[i].parseMethods(parser, computedUnit);
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 145)
computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 157)
Parser parser =
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 158)
new Parser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())), optimizeStringLiterals);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 158)
new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 159)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 159)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 160)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 160)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 161)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 161)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 162)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 162)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java
 (at line 165)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/DocumentElementParserTest.java : 18 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DocumentElementParserTest.java
 (at line 18)
import org.eclipse.jdt.internal.compiler.DocumentElementParser;
Discouraged access: The type DocumentElementParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DocumentElementParserTest.java
 (at line 19)
import org.eclipse.jdt.internal.compiler.IDocumentElementRequestor;
Discouraged access: The type IDocumentElementRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DocumentElementParserTest.java
 (at line 20)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DocumentElementParserTest.java
 (at line 21)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DocumentElementParserTest.java
 (at line 22)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DocumentElementParserTest.java
 (at line 23)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DocumentElementParserTest.java
 (at line 45)
DocumentElementParser parser =
Discouraged access: The type DocumentElementParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DocumentElementParserTest.java
 (at line 46)
new DocumentElementParser(new IDocumentElementRequestor() { public void acceptImport(int declarationStart, int declarationEnd, int[] javaDocPositions, char[] name, int nameStartPosition, boolean onDemand, int modifiers) { } public void acceptInitializer(int declarationStart, int declarationEnd, int[] javaDocPositions, int modifiers, int modifiersStart, int bodyStart, int bodyEnd) { } public void acceptLineSeparatorPositions(int[] positions) { } public void acceptPackage(int declarationStart, int declarationEnd, int[] javaDocPositions, char[] name, int nameStartPosition) { } public void acceptProblem(CategorizedProblem problem) { } public void enterClass(int declarationStart, int[] javaDocPositions, int modifiers, int modifiersStart, int classStart, char[] name, int nameStart, int nameEnd, char[] superclass, int superclassStart, int superclassEnd, char[][] superinterfaces, int[] superinterfaceStarts, int[] superinterfaceEnds, int bodyStart) { } public void enterCompilationUnit() { } public void enterConstructor(int declarationStart, int[] javaDocPositions, int modifiers, int modifiersStart, char[] name, int nameStart, int nameEnd, char[][] parameterTypes, int[] parameterTypeStarts, int[] parameterTypeEnds, char[][] parameterNames, int[] parameterNameStarts, int[] parameterNameEnds, int parametersEnd, char[][] exceptionTypes, int[] exceptionTypeStarts, int[] exceptionTypeEnds, int bodyStart) { } public void enterField(int declarationStart, int[] javaDocPositions, int modifiers, int modifiersStart, char[] type, int typeStart, int typeEnd, int typeDimensionCount, char[] name, int nameStart, int nameEnd, int extendedTypeDimensionCount, int extendedTypeDimensionEnd) { } public void enterInterface(int declarationStart, int[] javaDocPositions, int modifiers, int modifiersStart, int interfaceStart, char[] name, int nameStart, int nameEnd, char[][] superinterfaces, int[] superinterfaceStarts, int[] superinterfaceEnds, int bodyStart) { } public void exitClass(int bodyEnd, int declarationEnd) { } public void exitCompilationUnit(int declarationEnd) { } public void exitConstructor(int bodyEnd, int declarationEnd) { } public void exitField(int bodyEnd, int declarationEnd) { } public void exitInterface(int bodyEnd, int declarationEnd) { } public void exitMethod(int bodyEnd, int declarationEnd) { } public void enterMethod(int declarationStart,int[] javaDocPositions,int modifiers,int modifiersStart,char[] returnType,int returnTypeStart,int returnTypeEnd,int returnTypeDimensionCount,char[] name,int nameStart,int nameEnd,char[][] parameterTypes,int[] parameterTypeStarts,int[] parameterTypeEnds,char[][] parameterNames,int[] parameterNameStarts,int[] parameterNameEnds,int parametersEnd,int extendedReturnTypeDimensionCount,int extendedReturnTypeDimensionEnd,char[][] exceptionTypes,int[] exceptionTypeStarts,int[] exceptionTypeEnds,int bodyStart) { if (CharOperation.equals(name, "getTexts".toCharArray())) { assertEquals("Wrong return type", "String[]", new String(returnType)); } } }, new DefaultProblemFactory(Locale.getDefault()), new CompilerOptions(getCompilerOptions()));
Discouraged access: The constructor DocumentElementParser(IDocumentElementRequestor, IProblemFactory, CompilerOptions) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DocumentElementParserTest.java
 (at line 46)
new DocumentElementParser(new IDocumentElementRequestor() {
Discouraged access: The type DocumentElementParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DocumentElementParserTest.java
 (at line 46)
new DocumentElementParser(new IDocumentElementRequestor() {
Discouraged access: The type IDocumentElementRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DocumentElementParserTest.java
 (at line 84)
}, new DefaultProblemFactory(Locale.getDefault()), new CompilerOptions(getCompilerOptions()));
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DocumentElementParserTest.java
 (at line 84)
}, new DefaultProblemFactory(Locale.getDefault()), new CompilerOptions(getCompilerOptions()));
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DocumentElementParserTest.java
 (at line 84)
}, new DefaultProblemFactory(Locale.getDefault()), new CompilerOptions(getCompilerOptions()));
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DocumentElementParserTest.java
 (at line 84)
}, new DefaultProblemFactory(Locale.getDefault()), new CompilerOptions(getCompilerOptions()));
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DocumentElementParserTest.java
 (at line 86)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DocumentElementParserTest.java
 (at line 86)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DocumentElementParserTest.java
 (at line 86)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DocumentElementParserTest.java
 (at line 88)
parser.parseCompilationUnit(sourceUnit);
Discouraged access: The method parseCompilationUnit(ICompilationUnit) from the type DocumentElementParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java : 43 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 20)
import org.eclipse.jdt.internal.compiler.CompilationResult;
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 21)
import org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies;
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 22)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 23)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 24)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 25)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 26)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 27)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 28)
import org.eclipse.jdt.internal.compiler.problem.DefaultProblem;
Discouraged access: The type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 29)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 30)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 34)
public static long sourceLevel = ClassFileConstants.JDK1_3; //$NON-NLS-1$
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 34)
public static long sourceLevel = ClassFileConstants.JDK1_3; //$NON-NLS-1$
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 44)
Parser parser =
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 45)
new Parser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())), optimizeStringLiterals);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 45)
new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 46)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 46)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 47)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 47)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 48)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 48)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 49)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 49)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 52)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 52)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 52)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 53)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 53)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 53)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 55)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 55)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 56)
if (computedUnit.types != null) {
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 57)
for (int i = 0, length = computedUnit.types.length; i < length; i++){
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 58)
computedUnit.types[i].parseMethods(parser, computedUnit);
Discouraged access: The method parseMethods(Parser, CompilationUnitDeclaration) from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 58)
computedUnit.types[i].parseMethods(parser, computedUnit);
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 63)
if (compilationResult.hasProblems() || compilationResult.hasTasks()) {
Discouraged access: The method hasProblems() from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 63)
if (compilationResult.hasProblems() || compilationResult.hasTasks()) {
Discouraged access: The method hasTasks() from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 64)
CategorizedProblem[] problems = compilationResult.getAllProblems();
Discouraged access: The method getAllProblems() from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 67)
char[] unitSource = compilationResult.compilationUnit.getContents();
Discouraged access: The method getContents() from the type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 67)
char[] unitSource = compilationResult.compilationUnit.getContents();
Discouraged access: The field compilationUnit from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 76)
buffer.append(((DefaultProblem)problems[i]).errorReportSource(unitSource));
Discouraged access: The method errorReportSource(char[]) from the type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/DualParseSyntaxErrorTest.java
 (at line 76)
buffer.append(((DefaultProblem)problems[i]).errorReportSource(unitSource));
Discouraged access: The type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/EnumCompletionParserTest.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumCompletionParserTest.java
 (at line 18)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumCompletionParserTest.java
 (at line 32)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumCompletionParserTest.java
 (at line 32)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumCompletionParserTest.java
 (at line 32)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumCompletionParserTest.java
 (at line 32)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumCompletionParserTest.java
 (at line 33)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumCompletionParserTest.java
 (at line 33)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumCompletionParserTest.java
 (at line 33)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumCompletionParserTest.java
 (at line 33)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumCompletionParserTest.java
 (at line 34)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumCompletionParserTest.java
 (at line 34)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumCompletionParserTest.java
 (at line 34)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumCompletionParserTest.java
 (at line 34)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 18)
import org.eclipse.jdt.internal.codeassist.complete.CompletionParser;
Discouraged access: The type CompletionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 19)
import org.eclipse.jdt.internal.compiler.CompilationResult;
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 20)
import org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies;
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 21)
import org.eclipse.jdt.internal.compiler.SourceElementParser;
Discouraged access: The type SourceElementParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 22)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 23)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 24)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 25)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 26)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 27)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 28)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 29)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 33)
public static long sourceLevel = ClassFileConstants.JDK1_3; //$NON-NLS-1$
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 33)
public static long sourceLevel = ClassFileConstants.JDK1_3; //$NON-NLS-1$
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 44)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 44)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 44)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 44)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 45)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 45)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 45)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 45)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 46)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 46)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 46)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 46)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 60)
Parser parser =
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 61)
new Parser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())), optimizeStringLiterals);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 61)
new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 62)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 62)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 63)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 63)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 64)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 64)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 65)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 65)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 68)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 68)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 68)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 69)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 69)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 69)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 71)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 71)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 72)
String computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 83)
Parser parser =
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 84)
new Parser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())), optimizeStringLiterals);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 84)
new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 85)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 85)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 86)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 86)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 87)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 87)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 88)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 88)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 91)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 91)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 91)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 92)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 92)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 92)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 94)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 94)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 95)
String computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 103)
if (computedUnit.types != null) {
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 104)
for (int i = 0, length = computedUnit.types.length; i < length; i++){
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 105)
computedUnit.types[i].parseMethods(parser, computedUnit);
Discouraged access: The method parseMethods(Parser, CompilationUnitDeclaration) from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 105)
computedUnit.types[i].parseMethods(parser, computedUnit);
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 108)
computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 120)
Parser parser =
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 121)
new Parser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())), optimizeStringLiterals);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 121)
new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 122)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 122)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 123)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 123)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 124)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 124)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 125)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 125)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 128)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 128)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 128)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 129)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 129)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 129)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 131)
CompilationUnitDeclaration computedUnit = parser.parse(sourceUnit, compilationResult);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 131)
CompilationUnitDeclaration computedUnit = parser.parse(sourceUnit, compilationResult);
Discouraged access: The method parse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 132)
String computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 144)
SourceElementParser parser =
Discouraged access: The type SourceElementParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 145)
new SourceElementParser( new TestSourceElementRequestor(), new DefaultProblemFactory(Locale.getDefault()), new CompilerOptions(getCompilerOptions()), false/*don't record local declarations*/, true/*optimize string literals*/);
Discouraged access: The constructor SourceElementParser(ISourceElementRequestor, IProblemFactory, CompilerOptions, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 145)
new SourceElementParser(
Discouraged access: The type SourceElementParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 147)
new DefaultProblemFactory(Locale.getDefault()),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 147)
new DefaultProblemFactory(Locale.getDefault()),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 148)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 148)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 152)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/EnumDietRecoveryTest.java
 (at line 152)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 18)
import org.eclipse.jdt.internal.codeassist.complete.CompletionParser;
Discouraged access: The type CompletionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 19)
import org.eclipse.jdt.internal.compiler.CompilationResult;
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 20)
import org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies;
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 21)
import org.eclipse.jdt.internal.compiler.SourceElementParser;
Discouraged access: The type SourceElementParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 22)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 23)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 24)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 25)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 26)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 27)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 28)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 29)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 33)
public static long sourceLevel = ClassFileConstants.JDK1_3; //$NON-NLS-1$
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 33)
public static long sourceLevel = ClassFileConstants.JDK1_3; //$NON-NLS-1$
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 44)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 44)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 44)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 44)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 45)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 45)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 45)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 45)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 46)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 46)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 46)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 46)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 60)
Parser parser =
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 61)
new Parser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())), optimizeStringLiterals);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 61)
new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 62)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 62)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 63)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 63)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 64)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 64)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 65)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 65)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 68)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 68)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 68)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 69)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 69)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 69)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 71)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 71)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 72)
String computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 83)
Parser parser =
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 84)
new Parser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())), optimizeStringLiterals);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 84)
new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 85)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 85)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 86)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 86)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 87)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 87)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 88)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 88)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 90)
parser.setMethodsFullRecovery(false);
Discouraged access: The method setMethodsFullRecovery(boolean) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 91)
parser.setStatementsRecovery(false);
Discouraged access: The method setStatementsRecovery(boolean) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 93)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 93)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 93)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 94)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 94)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 94)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 96)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 96)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 97)
String computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 105)
if (computedUnit.types != null) {
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 106)
for (int i = 0, length = computedUnit.types.length; i < length; i++){
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 107)
computedUnit.types[i].parseMethods(parser, computedUnit);
Discouraged access: The method parseMethods(Parser, CompilationUnitDeclaration) from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 107)
computedUnit.types[i].parseMethods(parser, computedUnit);
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 110)
computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 123)
Parser parser =
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 124)
new Parser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())), optimizeStringLiterals);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 124)
new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 125)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 125)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 126)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 126)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 127)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 127)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 128)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 128)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 130)
parser.setMethodsFullRecovery(true);
Discouraged access: The method setMethodsFullRecovery(boolean) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 131)
parser.setStatementsRecovery(true);
Discouraged access: The method setStatementsRecovery(boolean) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 133)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 133)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 133)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 134)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 134)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 134)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 136)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 136)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 137)
String computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 145)
if (computedUnit.types != null) {
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 146)
for (int i = 0, length = computedUnit.types.length; i < length; i++){
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 147)
computedUnit.types[i].parseMethods(parser, computedUnit);
Discouraged access: The method parseMethods(Parser, CompilationUnitDeclaration) from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 147)
computedUnit.types[i].parseMethods(parser, computedUnit);
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericDietRecoveryTest.java
 (at line 150)
computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/GenericsCompletionParserTest.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericsCompletionParserTest.java
 (at line 17)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericsCompletionParserTest.java
 (at line 28)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericsCompletionParserTest.java
 (at line 28)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericsCompletionParserTest.java
 (at line 28)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericsCompletionParserTest.java
 (at line 28)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericsCompletionParserTest.java
 (at line 29)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericsCompletionParserTest.java
 (at line 29)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericsCompletionParserTest.java
 (at line 29)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericsCompletionParserTest.java
 (at line 29)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericsCompletionParserTest.java
 (at line 30)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericsCompletionParserTest.java
 (at line 30)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericsCompletionParserTest.java
 (at line 30)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/GenericsCompletionParserTest.java
 (at line 30)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 19)
import org.eclipse.jdt.internal.codeassist.complete.CompletionJavadoc;
Discouraged access: The type CompletionJavadoc is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 20)
import org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocTag;
Discouraged access: The type CompletionOnJavadocTag is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 21)
import org.eclipse.jdt.internal.codeassist.complete.CompletionParser;
Discouraged access: The type CompletionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 22)
import org.eclipse.jdt.internal.compiler.CompilationResult;
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 23)
import org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies;
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 24)
import org.eclipse.jdt.internal.compiler.ast.ASTNode;
Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 25)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 26)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 27)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 28)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 29)
import org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants;
Discouraged access: The type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 30)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 31)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 33)
public class JavadocCompletionParserTest extends AbstractCompletionTest implements JavadocTagConstants {
Discouraged access: The type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 37)
for (int i=0; i<INLINE_TAGS_LENGTH; i++) {
Discouraged access: The field INLINE_TAGS_LENGTH from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 38)
INLINE_ALL_TAGS_LENGTH += INLINE_TAGS[i].length;
Discouraged access: The field INLINE_TAGS from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 40)
for (int i=0; i<BLOCK_TAGS_LENGTH; i++) {
Discouraged access: The field BLOCK_TAGS_LENGTH from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 41)
BLOCK_ALL_TAGS_LENGTH += BLOCK_TAGS[i].length;
Discouraged access: The field BLOCK_TAGS from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 45)
CompletionJavadoc javadoc;
Discouraged access: The type CompletionJavadoc is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 71)
ASTNode completionNode = this.javadoc.getCompletionNode();
Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 71)
ASTNode completionNode = this.javadoc.getCompletionNode();
Discouraged access: The method getCompletionNode() from the type CompletionJavadoc is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 73)
String actual = this.javadoc.getCompletionNode().toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 73)
String actual = this.javadoc.getCompletionNode().toString();
Discouraged access: The method getCompletionNode() from the type CompletionJavadoc is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 94)
options.put(CompilerOptions.OPTION_Source, this.sourceLevel);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 94)
options.put(CompilerOptions.OPTION_Source, this.sourceLevel);
Discouraged access: The field OPTION_Source from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 98)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 98)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 98)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 99)
CompletionParser parser = new CompletionParser(new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type CompletionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 99)
CompletionParser parser = new CompletionParser(new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(), options, new DefaultProblemFactory(Locale.getDefault())), false);
Discouraged access: The constructor CompletionParser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 99)
CompletionParser parser = new CompletionParser(new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type CompletionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 99)
CompletionParser parser = new CompletionParser(new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(), options, new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 99)
CompletionParser parser = new CompletionParser(new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 99)
CompletionParser parser = new CompletionParser(new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 99)
CompletionParser parser = new CompletionParser(new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 101)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 101)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 104)
ICompilationUnit sourceUnit = new CompilationUnit(source.toCharArray(), "Test.java", null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 104)
ICompilationUnit sourceUnit = new CompilationUnit(source.toCharArray(), "Test.java", null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 104)
ICompilationUnit sourceUnit = new CompilationUnit(source.toCharArray(), "Test.java", null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 105)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 105)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 105)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 108)
parser.dietParse(sourceUnit, compilationResult, cursorLocation);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult, int) from the type CompletionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 110)
assertNotNull("Parser should have an assist node parent", parser.assistNodeParent);
Discouraged access: The field assistNodeParent from the type CompletionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 111)
assertEquals("Expecting completion in javadoc!", CompletionJavadoc.class, parser.assistNodeParent.getClass());
Discouraged access: The type CompletionJavadoc is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 111)
assertEquals("Expecting completion in javadoc!", CompletionJavadoc.class, parser.assistNodeParent.getClass());
Discouraged access: The field assistNodeParent from the type CompletionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 112)
this.javadoc = (CompletionJavadoc) parser.assistNodeParent;
Discouraged access: The type CompletionJavadoc is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 112)
this.javadoc = (CompletionJavadoc) parser.assistNodeParent;
Discouraged access: The field assistNodeParent from the type CompletionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 116)
assertTrue("Invalid javadoc completion node!", this.javadoc.getCompletionNode() instanceof CompletionOnJavadocTag);
Discouraged access: The method getCompletionNode() from the type CompletionJavadoc is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 116)
assertTrue("Invalid javadoc completion node!", this.javadoc.getCompletionNode() instanceof CompletionOnJavadocTag);
Discouraged access: The type CompletionOnJavadocTag is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 117)
CompletionOnJavadocTag completionTag = (CompletionOnJavadocTag) this.javadoc.getCompletionNode();
Discouraged access: The type CompletionOnJavadocTag is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 117)
CompletionOnJavadocTag completionTag = (CompletionOnJavadocTag) this.javadoc.getCompletionNode();
Discouraged access: The type CompletionOnJavadocTag is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 117)
CompletionOnJavadocTag completionTag = (CompletionOnJavadocTag) this.javadoc.getCompletionNode();
Discouraged access: The method getCompletionNode() from the type CompletionJavadoc is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 134)
assertEquals("Invalid completion tag", expected.toString(), completionTag.toString());
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 136)
String completionTagString = completionTag.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 160)
TAG_AUTHOR, TAG_DEPRECATED, TAG_EXCEPTION, TAG_PARAM, TAG_RETURN, TAG_SEE, TAG_VERSION, TAG_CATEGORY,
Discouraged access: The field TAG_AUTHOR from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 160)
TAG_AUTHOR, TAG_DEPRECATED, TAG_EXCEPTION, TAG_PARAM, TAG_RETURN, TAG_SEE, TAG_VERSION, TAG_CATEGORY,
Discouraged access: The field TAG_DEPRECATED from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 160)
TAG_AUTHOR, TAG_DEPRECATED, TAG_EXCEPTION, TAG_PARAM, TAG_RETURN, TAG_SEE, TAG_VERSION, TAG_CATEGORY,
Discouraged access: The field TAG_EXCEPTION from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 160)
TAG_AUTHOR, TAG_DEPRECATED, TAG_EXCEPTION, TAG_PARAM, TAG_RETURN, TAG_SEE, TAG_VERSION, TAG_CATEGORY,
Discouraged access: The field TAG_PARAM from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 160)
TAG_AUTHOR, TAG_DEPRECATED, TAG_EXCEPTION, TAG_PARAM, TAG_RETURN, TAG_SEE, TAG_VERSION, TAG_CATEGORY,
Discouraged access: The field TAG_RETURN from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 160)
TAG_AUTHOR, TAG_DEPRECATED, TAG_EXCEPTION, TAG_PARAM, TAG_RETURN, TAG_SEE, TAG_VERSION, TAG_CATEGORY,
Discouraged access: The field TAG_SEE from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 160)
TAG_AUTHOR, TAG_DEPRECATED, TAG_EXCEPTION, TAG_PARAM, TAG_RETURN, TAG_SEE, TAG_VERSION, TAG_CATEGORY,
Discouraged access: The field TAG_VERSION from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 160)
TAG_AUTHOR, TAG_DEPRECATED, TAG_EXCEPTION, TAG_PARAM, TAG_RETURN, TAG_SEE, TAG_VERSION, TAG_CATEGORY,
Discouraged access: The field TAG_CATEGORY from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 161)
TAG_SINCE,
Discouraged access: The field TAG_SINCE from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 162)
TAG_SERIAL, TAG_SERIAL_DATA, TAG_SERIAL_FIELD , TAG_THROWS,
Discouraged access: The field TAG_SERIAL from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 162)
TAG_SERIAL, TAG_SERIAL_DATA, TAG_SERIAL_FIELD , TAG_THROWS,
Discouraged access: The field TAG_SERIAL_DATA from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 162)
TAG_SERIAL, TAG_SERIAL_DATA, TAG_SERIAL_FIELD , TAG_THROWS,
Discouraged access: The field TAG_SERIAL_FIELD from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 162)
TAG_SERIAL, TAG_SERIAL_DATA, TAG_SERIAL_FIELD , TAG_THROWS,
Discouraged access: The field TAG_THROWS from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 164)
TAG_LINK,
Discouraged access: The field TAG_LINK from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 165)
TAG_DOC_ROOT,
Discouraged access: The field TAG_DOC_ROOT from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 168)
if(this.complianceLevel == ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 168)
if(this.complianceLevel == 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 170)
TAG_INHERITDOC, TAG_LINKPLAIN, TAG_VALUE
Discouraged access: The field TAG_INHERITDOC from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 170)
TAG_INHERITDOC, TAG_LINKPLAIN, TAG_VALUE
Discouraged access: The field TAG_LINKPLAIN from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 170)
TAG_INHERITDOC, TAG_LINKPLAIN, TAG_VALUE
Discouraged access: The field TAG_VALUE from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 172)
} else if(this.complianceLevel > ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 172)
} else if(this.complianceLevel > 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 174)
TAG_INHERITDOC, TAG_LINKPLAIN, TAG_VALUE,
Discouraged access: The field TAG_INHERITDOC from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 174)
TAG_INHERITDOC, TAG_LINKPLAIN, TAG_VALUE,
Discouraged access: The field TAG_LINKPLAIN from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 174)
TAG_INHERITDOC, TAG_LINKPLAIN, TAG_VALUE,
Discouraged access: The field TAG_VALUE from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 175)
TAG_CODE, TAG_LITERAL
Discouraged access: The field TAG_CODE from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 175)
TAG_CODE, TAG_LITERAL
Discouraged access: The field TAG_LITERAL from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 220)
char[][] allTags = this.complianceLevel == ClassFileConstants.JDK1_3
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 220)
char[][] allTags = this.complianceLevel == ClassFileConstants.JDK1_3
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 221)
? new char[][] { TAG_VERSION }
Discouraged access: The field TAG_VERSION from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 222)
: new char[][] { TAG_VERSION, TAG_VALUE };
Discouraged access: The field TAG_VERSION from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 222)
: new char[][] { TAG_VERSION, TAG_VALUE };
Discouraged access: The field TAG_VALUE from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 234)
verifyCompletionOnJavadocTag("deprec".toCharArray(), new char[][] { TAG_DEPRECATED }, false);
Discouraged access: The field TAG_DEPRECATED from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 245)
char[][] allTags = this.complianceLevel == ClassFileConstants.JDK1_3
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 245)
char[][] allTags = this.complianceLevel == ClassFileConstants.JDK1_3
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 246)
? new char[][] { TAG_LINK }
Discouraged access: The field TAG_LINK from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 247)
: new char[][] { TAG_LINK, TAG_LINKPLAIN };
Discouraged access: The field TAG_LINK from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 247)
: new char[][] { TAG_LINK, TAG_LINKPLAIN };
Discouraged access: The field TAG_LINKPLAIN from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 259)
TAG_LINK,
Discouraged access: The field TAG_LINK from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 260)
TAG_DOC_ROOT,
Discouraged access: The field TAG_DOC_ROOT from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 263)
if (this.complianceLevel == ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 263)
if (this.complianceLevel == 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 265)
TAG_INHERITDOC, TAG_LINKPLAIN, TAG_VALUE
Discouraged access: The field TAG_LINKPLAIN from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/JavadocCompletionParserTest.java
 (at line 265)
TAG_INHERITDOC, TAG_LINKPLAIN, TAG_VALUE
Discouraged access: The field TAG_VALUE from the type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java : 35 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 17)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 254)
nls.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 254)
nls.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 254)
nls.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 254)
nls.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 285)
nls.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 285)
nls.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 285)
nls.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 285)
nls.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 495)
options.put(CompilerOptions.OPTION_MaxProblemPerUnit, "10");
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 495)
options.put(CompilerOptions.OPTION_MaxProblemPerUnit, "10");
Discouraged access: The field OPTION_MaxProblemPerUnit from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 562)
options.put(CompilerOptions.OPTION_ReportEmptyStatement, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 562)
options.put(CompilerOptions.OPTION_ReportEmptyStatement, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportEmptyStatement from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 562)
options.put(CompilerOptions.OPTION_ReportEmptyStatement, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 562)
options.put(CompilerOptions.OPTION_ReportEmptyStatement, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 585)
options.put(CompilerOptions.OPTION_ReportEmptyStatement, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 585)
options.put(CompilerOptions.OPTION_ReportEmptyStatement, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportEmptyStatement from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 585)
options.put(CompilerOptions.OPTION_ReportEmptyStatement, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 585)
options.put(CompilerOptions.OPTION_ReportEmptyStatement, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 608)
options.put(CompilerOptions.OPTION_ReportEmptyStatement, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 608)
options.put(CompilerOptions.OPTION_ReportEmptyStatement, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportEmptyStatement from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 608)
options.put(CompilerOptions.OPTION_ReportEmptyStatement, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 608)
options.put(CompilerOptions.OPTION_ReportEmptyStatement, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 631)
options.put(CompilerOptions.OPTION_ReportUndocumentedEmptyBlock, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 631)
options.put(CompilerOptions.OPTION_ReportUndocumentedEmptyBlock, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUndocumentedEmptyBlock from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 631)
options.put(CompilerOptions.OPTION_ReportUndocumentedEmptyBlock, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 631)
options.put(CompilerOptions.OPTION_ReportUndocumentedEmptyBlock, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 664)
options.put(CompilerOptions.OPTION_ReportUndocumentedEmptyBlock, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 664)
options.put(CompilerOptions.OPTION_ReportUndocumentedEmptyBlock, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUndocumentedEmptyBlock from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 664)
options.put(CompilerOptions.OPTION_ReportUndocumentedEmptyBlock, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 664)
options.put(CompilerOptions.OPTION_ReportUndocumentedEmptyBlock, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 750)
options.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 750)
options.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 750)
options.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest.java
 (at line 750)
options.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/RunCompletionParserTests.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/RunCompletionParserTests.java
 (at line 18)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/RunCompletionParserTests.java
 (at line 68)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_3, tests_1_3));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/RunCompletionParserTests.java
 (at line 68)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_3, tests_1_3));
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/RunCompletionParserTests.java
 (at line 78)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_4, tests_1_4));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/RunCompletionParserTests.java
 (at line 78)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_4, tests_1_4));
Discouraged access: The field JDK1_4 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/RunCompletionParserTests.java
 (at line 89)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_5, tests_1_5));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/RunCompletionParserTests.java
 (at line 89)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_5, tests_1_5));
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/RunCompletionParserTests.java
 (at line 100)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_6, tests_1_6));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/RunCompletionParserTests.java
 (at line 100)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_6, tests_1_6));
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/RunCompletionParserTests.java
 (at line 111)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_7, tests_1_7));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/RunCompletionParserTests.java
 (at line 111)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_7, tests_1_7));
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 17)
import org.eclipse.jdt.internal.codeassist.select.SelectionJavadoc;
Discouraged access: The type SelectionJavadoc is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 18)
import org.eclipse.jdt.internal.codeassist.select.SelectionParser;
Discouraged access: The type SelectionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 19)
import org.eclipse.jdt.internal.compiler.ASTVisitor;
Discouraged access: The type ASTVisitor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 20)
import org.eclipse.jdt.internal.compiler.CompilationResult;
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 21)
import org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies;
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 22)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 23)
import org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration;
Discouraged access: The type ConstructorDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 24)
import org.eclipse.jdt.internal.compiler.ast.FieldDeclaration;
Discouraged access: The type FieldDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 25)
import org.eclipse.jdt.internal.compiler.ast.MethodDeclaration;
Discouraged access: The type MethodDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 26)
import org.eclipse.jdt.internal.compiler.ast.TypeDeclaration;
Discouraged access: The type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 27)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 28)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 29)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 30)
import org.eclipse.jdt.internal.compiler.lookup.BlockScope;
Discouraged access: The type BlockScope is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 31)
import org.eclipse.jdt.internal.compiler.lookup.ClassScope;
Discouraged access: The type ClassScope is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 32)
import org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope;
Discouraged access: The type CompilationUnitScope is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 33)
import org.eclipse.jdt.internal.compiler.lookup.MethodScope;
Discouraged access: The type MethodScope is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 34)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 35)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 46)
ICompilationUnit unit;
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 62)
class JavadocSelectionVisitor extends ASTVisitor {
Discouraged access: The type ASTVisitor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 64)
public boolean visit(ConstructorDeclaration constructor, ClassScope scope) {
Discouraged access: The type ConstructorDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 64)
public boolean visit(ConstructorDeclaration constructor, ClassScope scope) {
Discouraged access: The type ClassScope is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 65)
if (constructor.javadoc != null) {
Discouraged access: The field javadoc from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 66)
assertTrue("Invalid type for Javadoc on " + constructor, constructor.javadoc instanceof SelectionJavadoc);
Discouraged access: The field javadoc from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 66)
assertTrue("Invalid type for Javadoc on " + constructor, constructor.javadoc instanceof SelectionJavadoc);
Discouraged access: The type SelectionJavadoc is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 67)
SelectionJavadocTest.this.result.append(constructor.javadoc.toString());
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 67)
SelectionJavadocTest.this.result.append(constructor.javadoc.toString());
Discouraged access: The field javadoc from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 69)
return super.visit(constructor, scope);
Discouraged access: The method visit(ConstructorDeclaration, ClassScope) from the type ASTVisitor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 72)
public boolean visit(FieldDeclaration field, MethodScope scope) {
Discouraged access: The type FieldDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 72)
public boolean visit(FieldDeclaration field, MethodScope scope) {
Discouraged access: The type MethodScope is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 73)
if (field.javadoc != null) {
Discouraged access: The field javadoc from the type FieldDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 74)
assertTrue("Invalid type for Javadoc on " + field, field.javadoc instanceof SelectionJavadoc);
Discouraged access: The field javadoc from the type FieldDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 74)
assertTrue("Invalid type for Javadoc on " + field, field.javadoc instanceof SelectionJavadoc);
Discouraged access: The type SelectionJavadoc is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 75)
SelectionJavadocTest.this.result.append(field.javadoc.toString());
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 75)
SelectionJavadocTest.this.result.append(field.javadoc.toString());
Discouraged access: The field javadoc from the type FieldDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 77)
return super.visit(field, scope);
Discouraged access: The method visit(FieldDeclaration, MethodScope) from the type ASTVisitor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 80)
public boolean visit(MethodDeclaration method, ClassScope scope) {
Discouraged access: The type MethodDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 80)
public boolean visit(MethodDeclaration method, ClassScope scope) {
Discouraged access: The type ClassScope is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 81)
if (method.javadoc != null) {
Discouraged access: The field javadoc from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 82)
assertTrue("Invalid type for Javadoc on " + method, method.javadoc instanceof SelectionJavadoc);
Discouraged access: The field javadoc from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 82)
assertTrue("Invalid type for Javadoc on " + method, method.javadoc instanceof SelectionJavadoc);
Discouraged access: The type SelectionJavadoc is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 83)
SelectionJavadocTest.this.result.append(method.javadoc.toString());
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 83)
SelectionJavadocTest.this.result.append(method.javadoc.toString());
Discouraged access: The field javadoc from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 85)
return super.visit(method, scope);
Discouraged access: The method visit(MethodDeclaration, ClassScope) from the type ASTVisitor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 88)
public boolean visit(TypeDeclaration type, BlockScope scope) {
Discouraged access: The type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 88)
public boolean visit(TypeDeclaration type, BlockScope scope) {
Discouraged access: The type BlockScope is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 89)
if (type.javadoc != null) {
Discouraged access: The field javadoc from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 90)
assertTrue("Invalid type for Javadoc on " + type, type.javadoc instanceof SelectionJavadoc);
Discouraged access: The field javadoc from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 90)
assertTrue("Invalid type for Javadoc on " + type, type.javadoc instanceof SelectionJavadoc);
Discouraged access: The type SelectionJavadoc is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 91)
SelectionJavadocTest.this.result.append(type.javadoc.toString());
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 91)
SelectionJavadocTest.this.result.append(type.javadoc.toString());
Discouraged access: The field javadoc from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 93)
return super.visit(type, scope);
Discouraged access: The method visit(TypeDeclaration, BlockScope) from the type ASTVisitor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 96)
public boolean visit(TypeDeclaration type, ClassScope scope) {
Discouraged access: The type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 96)
public boolean visit(TypeDeclaration type, ClassScope scope) {
Discouraged access: The type ClassScope is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 97)
if (type.javadoc != null) {
Discouraged access: The field javadoc from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 98)
assertTrue("Invalid type for Javadoc on " + type, type.javadoc instanceof SelectionJavadoc);
Discouraged access: The field javadoc from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 98)
assertTrue("Invalid type for Javadoc on " + type, type.javadoc instanceof SelectionJavadoc);
Discouraged access: The type SelectionJavadoc is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 99)
SelectionJavadocTest.this.result.append(type.javadoc.toString());
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 99)
SelectionJavadocTest.this.result.append(type.javadoc.toString());
Discouraged access: The field javadoc from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 101)
return super.visit(type, scope);
Discouraged access: The method visit(TypeDeclaration, ClassScope) from the type ASTVisitor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 104)
public boolean visit(TypeDeclaration type, CompilationUnitScope scope) {
Discouraged access: The type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 104)
public boolean visit(TypeDeclaration type, CompilationUnitScope scope) {
Discouraged access: The type CompilationUnitScope is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 105)
if (type.javadoc != null) {
Discouraged access: The field javadoc from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 106)
assertTrue("Invalid type for Javadoc on " + type, type.javadoc instanceof SelectionJavadoc);
Discouraged access: The field javadoc from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 106)
assertTrue("Invalid type for Javadoc on " + type, type.javadoc instanceof SelectionJavadoc);
Discouraged access: The type SelectionJavadoc is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 107)
SelectionJavadocTest.this.result.append(type.javadoc.toString());
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 107)
SelectionJavadocTest.this.result.append(type.javadoc.toString());
Discouraged access: The field javadoc from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 109)
return super.visit(type, scope);
Discouraged access: The method visit(TypeDeclaration, CompilationUnitScope) from the type ASTVisitor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 131)
this.unit = new CompilationUnit(source.toCharArray(), name, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 131)
this.unit = new CompilationUnit(source.toCharArray(), name, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 138)
protected CompilationResult findJavadoc(String selection) {
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 142)
protected CompilationResult findJavadoc(String selection, int occurences) {
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 157)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 157)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 157)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 158)
SelectionParser parser = new SelectionParser(new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type SelectionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 158)
SelectionParser parser = new SelectionParser(new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(), options, new DefaultProblemFactory(Locale.getDefault())));
Discouraged access: The constructor SelectionParser(ProblemReporter) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 158)
SelectionParser parser = new SelectionParser(new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type SelectionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 158)
SelectionParser parser = new SelectionParser(new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(), options, new DefaultProblemFactory(Locale.getDefault())));
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 158)
SelectionParser parser = new SelectionParser(new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 158)
SelectionParser parser = new SelectionParser(new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 158)
SelectionParser parser = new SelectionParser(new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 160)
new DefaultProblemFactory(Locale.getDefault())));
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 160)
new DefaultProblemFactory(Locale.getDefault())));
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 161)
CompilationUnitDeclaration unitDecl = parser.dietParse(this.unit, new CompilationResult(this.unit, 0, 0, 0), selectionStart, selectionEnd);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 161)
CompilationUnitDeclaration unitDecl = parser.dietParse(this.unit, new CompilationResult(this.unit, 0, 0, 0), selectionStart, selectionEnd);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult, int, int) from the type SelectionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 161)
CompilationUnitDeclaration unitDecl = parser.dietParse(this.unit, new CompilationResult(this.unit, 0, 0, 0), selectionStart, selectionEnd);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 161)
CompilationUnitDeclaration unitDecl = parser.dietParse(this.unit, new CompilationResult(this.unit, 0, 0, 0), selectionStart, selectionEnd);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 162)
parser.getMethodBodies(unitDecl);
Discouraged access: The method getMethodBodies(CompilationUnitDeclaration) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 165)
unitDecl.traverse(new JavadocSelectionVisitor(), unitDecl.scope);
Discouraged access: The method traverse(ASTVisitor, CompilationUnitScope) from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 165)
unitDecl.traverse(new JavadocSelectionVisitor(), unitDecl.scope);
Discouraged access: The field scope from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 168)
return unitDecl.compilationResult();
Discouraged access: The method compilationResult() from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 173)
optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 173)
optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 173)
optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 173)
optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 174)
optionsMap.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 174)
optionsMap.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionJavadocTest.java
 (at line 174)
optionsMap.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java : 86 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 16)
import org.eclipse.jdt.internal.codeassist.select.SelectionParser;
Discouraged access: The type SelectionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 17)
import org.eclipse.jdt.internal.codeassist.select.SelectionScanner;
Discouraged access: The type SelectionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 18)
import org.eclipse.jdt.internal.compiler.CompilationResult;
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 19)
import org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies;
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 20)
import org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration;
Discouraged access: The type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 21)
import org.eclipse.jdt.internal.compiler.ast.ASTNode;
Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 22)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 23)
import org.eclipse.jdt.internal.compiler.ast.FieldDeclaration;
Discouraged access: The type FieldDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 24)
import org.eclipse.jdt.internal.compiler.ast.Initializer;
Discouraged access: The type Initializer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 25)
import org.eclipse.jdt.internal.compiler.ast.TypeDeclaration;
Discouraged access: The type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 26)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 27)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 28)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 29)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 30)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 38)
private class SpecialSelectionParser extends SelectionParser {
Discouraged access: The type SelectionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 39)
public SpecialSelectionParser(ProblemReporter problemReporter) {
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 40)
super(problemReporter);
Discouraged access: The constructor SelectionParser(ProblemReporter) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 43)
this.stack = null;
Discouraged access: The field stack from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 48)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 48)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 48)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 51)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), options, new DefaultProblemFactory(Locale.getDefault())));
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 51)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 52)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 52)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 54)
new DefaultProblemFactory(Locale.getDefault())));
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 54)
new DefaultProblemFactory(Locale.getDefault())));
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 58)
SelectionParser parser,
Discouraged access: The type SelectionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 69)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 69)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 69)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 70)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 70)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 70)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 72)
CompilationUnitDeclaration unit = parser.dietParse(sourceUnit, compilationResult, selectionStart, selectionEnd);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 72)
CompilationUnitDeclaration unit = parser.dietParse(sourceUnit, compilationResult, selectionStart, selectionEnd);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult, int, int) from the type SelectionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 74)
ASTNode foundMethod = null;
Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 75)
if (unit.types != null) {
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 76)
for (int i = 0; i < unit.types.length; i++) {
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 77)
TypeDeclaration type = unit.types[i];
Discouraged access: The type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 77)
TypeDeclaration type = unit.types[i];
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 78)
ASTNode method = findMethod(type, selectionStart);
Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 86)
if (foundMethod instanceof AbstractMethodDeclaration) {
Discouraged access: The type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 87)
parser.parseBlockStatements((AbstractMethodDeclaration)foundMethod, unit);
Discouraged access: The method parseBlockStatements(AbstractMethodDeclaration, CompilationUnitDeclaration) from the type AssistParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 87)
parser.parseBlockStatements((AbstractMethodDeclaration)foundMethod, unit);
Discouraged access: The type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 89)
TypeDeclaration type = (TypeDeclaration)foundMethod;
Discouraged access: The type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 89)
TypeDeclaration type = (TypeDeclaration)foundMethod;
Discouraged access: The type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 90)
if (type.fields != null) {
Discouraged access: The field fields from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 91)
for (int i = 0; i < type.fields.length; i++) {
Discouraged access: The field fields from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 92)
FieldDeclaration field = type.fields[i];
Discouraged access: The type FieldDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 92)
FieldDeclaration field = type.fields[i];
Discouraged access: The field fields from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 93)
if (field instanceof Initializer && field.sourceStart <= selectionStart && selectionStart <= field.sourceEnd) {
Discouraged access: The type Initializer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 93)
if (field instanceof Initializer && field.sourceStart <= selectionStart && selectionStart <= field.sourceEnd) {
Discouraged access: The field sourceStart from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 93)
if (field instanceof Initializer && field.sourceStart <= selectionStart && selectionStart <= field.sourceEnd) {
Discouraged access: The field sourceEnd from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 94)
parser.parseBlockStatements((Initializer)field, type, unit);
Discouraged access: The method parseBlockStatements(Initializer, TypeDeclaration, CompilationUnitDeclaration) from the type AssistParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 94)
parser.parseBlockStatements((Initializer)field, type, unit);
Discouraged access: The type Initializer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 101)
String computedUnitToString = unit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 106)
String computedCompletion = parser.assistNode == null
Discouraged access: The field assistNode from the type AssistParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 108)
: parser.assistNode.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 108)
: parser.assistNode.toString();
Discouraged access: The field assistNode from the type AssistParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 120)
char[] chars = ((SelectionScanner)parser.scanner).selectionIdentifier;
Discouraged access: The type SelectionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 120)
char[] chars = ((SelectionScanner)parser.scanner).selectionIdentifier;
Discouraged access: The field scanner from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 120)
char[] chars = ((SelectionScanner)parser.scanner).selectionIdentifier;
Discouraged access: The field selectionIdentifier from the type SelectionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 129)
if (parser.assistNode != null){
Discouraged access: The field assistNode from the type AssistParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 131)
parser.scanner.source,
Discouraged access: The field scanner from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 131)
parser.scanner.source,
Discouraged access: The field source from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 132)
parser.assistNode.sourceStart,
Discouraged access: The field assistNode from the type AssistParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 132)
parser.assistNode.sourceStart,
Discouraged access: The field sourceStart from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 133)
parser.assistNode.sourceEnd + 1);
Discouraged access: The field assistNode from the type AssistParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 133)
parser.assistNode.sourceEnd + 1);
Discouraged access: The field sourceEnd from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 135)
if (parser.assistIdentifier() != null){
Discouraged access: The method assistIdentifier() from the type SelectionParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 136)
if (((SelectionScanner)parser.scanner).selectionEnd
Discouraged access: The type SelectionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 136)
if (((SelectionScanner)parser.scanner).selectionEnd
Discouraged access: The field scanner from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 136)
if (((SelectionScanner)parser.scanner).selectionEnd
Discouraged access: The field selectionEnd from the type SelectionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 137)
>= ((SelectionScanner)parser.scanner).selectionStart){
Discouraged access: The type SelectionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 137)
>= ((SelectionScanner)parser.scanner).selectionStart){
Discouraged access: The field scanner from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 137)
>= ((SelectionScanner)parser.scanner).selectionStart){
Discouraged access: The field selectionStart from the type SelectionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 139)
parser.scanner.source,
Discouraged access: The field scanner from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 139)
parser.scanner.source,
Discouraged access: The field source from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 140)
((SelectionScanner)parser.scanner).selectionStart,
Discouraged access: The type SelectionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 140)
((SelectionScanner)parser.scanner).selectionStart,
Discouraged access: The field scanner from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 140)
((SelectionScanner)parser.scanner).selectionStart,
Discouraged access: The field selectionStart from the type SelectionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 141)
((SelectionScanner)parser.scanner).selectionEnd + 1);
Discouraged access: The type SelectionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 141)
((SelectionScanner)parser.scanner).selectionEnd + 1);
Discouraged access: The field scanner from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SelectionTest2.java
 (at line 141)
((SelectionScanner)parser.scanner).selectionEnd + 1);
Discouraged access: The field selectionEnd from the type SelectionScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 20)
import org.eclipse.jdt.internal.compiler.ISourceElementRequestor;
Discouraged access: The type ISourceElementRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 21)
import org.eclipse.jdt.internal.compiler.SourceElementParser;
Discouraged access: The type SourceElementParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 22)
import org.eclipse.jdt.internal.compiler.ast.Expression;
Discouraged access: The type Expression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 23)
import org.eclipse.jdt.internal.compiler.ast.ImportReference;
Discouraged access: The type ImportReference is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 24)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 25)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 26)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 27)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 28)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 30)
public class SourceElementParserTest extends AbstractCompilerTest implements ISourceElementRequestor {
Discouraged access: The type ISourceElementRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 112)
public void acceptPackage(ImportReference importReference) {
Discouraged access: The type ImportReference is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 115)
new SourcePackage(importReference.declarationSourceStart, importReference.declarationSourceEnd, CharOperation.concatWith(importReference.getImportName(), '.'), this.source);
Discouraged access: The field declarationSourceStart from the type ImportReference is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 115)
new SourcePackage(importReference.declarationSourceStart, importReference.declarationSourceEnd, CharOperation.concatWith(importReference.getImportName(), '.'), this.source);
Discouraged access: The field declarationSourceEnd from the type ImportReference is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 115)
new SourcePackage(importReference.declarationSourceStart, importReference.declarationSourceEnd, CharOperation.concatWith(importReference.getImportName(), '.'), this.source);
Discouraged access: The method getImportName() from the type ImportReference is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 159)
SourceElementParser parser =
Discouraged access: The type SourceElementParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 160)
new SourceElementParser( this, new DefaultProblemFactory(Locale.getDefault()), new CompilerOptions(getCompilerOptions()), recordLocalDeclaration/*don't record local declarations*/, true/*optimize string literals*/);
Discouraged access: The constructor SourceElementParser(ISourceElementRequestor, IProblemFactory, CompilerOptions, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 160)
new SourceElementParser(
Discouraged access: The type SourceElementParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 162)
new DefaultProblemFactory(Locale.getDefault()),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 162)
new DefaultProblemFactory(Locale.getDefault()),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 163)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 163)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 167)
ICompilationUnit sourceUnit = new CompilationUnit(this.source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 167)
ICompilationUnit sourceUnit = new CompilationUnit(this.source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 167)
ICompilationUnit sourceUnit = new CompilationUnit(this.source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 169)
parser.parseCompilationUnit(sourceUnit, false, null);
Discouraged access: The method parseCompilationUnit(ICompilationUnit, boolean, IProgressMonitor) from the type SourceElementParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 175)
if ((modifiers & ClassFileConstants.AccPublic) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 175)
if ((modifiers & ClassFileConstants.AccPublic) != 0)
Discouraged access: The field AccPublic from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 177)
if ((modifiers & ClassFileConstants.AccProtected) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 177)
if ((modifiers & ClassFileConstants.AccProtected) != 0)
Discouraged access: The field AccProtected from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 179)
if ((modifiers & ClassFileConstants.AccPrivate) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 179)
if ((modifiers & ClassFileConstants.AccPrivate) != 0)
Discouraged access: The field AccPrivate from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 181)
if ((modifiers & ClassFileConstants.AccFinal) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 181)
if ((modifiers & ClassFileConstants.AccFinal) != 0)
Discouraged access: The field AccFinal from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 183)
if ((modifiers & ClassFileConstants.AccStatic) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 183)
if ((modifiers & ClassFileConstants.AccStatic) != 0)
Discouraged access: The field AccStatic from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 185)
if ((modifiers & ClassFileConstants.AccAbstract) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 185)
if ((modifiers & ClassFileConstants.AccAbstract) != 0)
Discouraged access: The field AccAbstract from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 187)
if ((modifiers & ClassFileConstants.AccNative) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 187)
if ((modifiers & ClassFileConstants.AccNative) != 0)
Discouraged access: The field AccNative from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 189)
if ((modifiers & ClassFileConstants.AccSynchronized) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 189)
if ((modifiers & ClassFileConstants.AccSynchronized) != 0)
Discouraged access: The field AccSynchronized from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 193)
public void enterType(TypeInfo typeInfo) {
Discouraged access: The type ISourceElementRequestor.TypeInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 199)
typeInfo.declarationStart,
Discouraged access: The field declarationStart from the type ISourceElementRequestor.TypeInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 200)
typeInfo.modifiers,
Discouraged access: The field modifiers from the type ISourceElementRequestor.TypeInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 201)
typeInfo.name,
Discouraged access: The field name from the type ISourceElementRequestor.TypeInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 202)
typeInfo.nameSourceStart,
Discouraged access: The field nameSourceStart from the type ISourceElementRequestor.TypeInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 203)
typeInfo.nameSourceEnd,
Discouraged access: The field nameSourceEnd from the type ISourceElementRequestor.TypeInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 204)
typeInfo.superclass,
Discouraged access: The field superclass from the type ISourceElementRequestor.TypeInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 205)
typeInfo.superinterfaces,
Discouraged access: The field superinterfaces from the type ISourceElementRequestor.TypeInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 216)
typeInfo.declarationStart,
Discouraged access: The field declarationStart from the type ISourceElementRequestor.TypeInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 217)
typeInfo.modifiers,
Discouraged access: The field modifiers from the type ISourceElementRequestor.TypeInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 218)
typeInfo.name,
Discouraged access: The field name from the type ISourceElementRequestor.TypeInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 219)
typeInfo.nameSourceStart,
Discouraged access: The field nameSourceStart from the type ISourceElementRequestor.TypeInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 220)
typeInfo.nameSourceEnd,
Discouraged access: The field nameSourceEnd from the type ISourceElementRequestor.TypeInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 221)
typeInfo.superclass,
Discouraged access: The field superclass from the type ISourceElementRequestor.TypeInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 222)
typeInfo.superinterfaces,
Discouraged access: The field superinterfaces from the type ISourceElementRequestor.TypeInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 227)
if (typeInfo.typeParameters != null) {
Discouraged access: The field typeParameters from the type ISourceElementRequestor.TypeInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 228)
for (int i = 0, length = typeInfo.typeParameters.length; i < length; i++) {
Discouraged access: The field typeParameters from the type ISourceElementRequestor.TypeInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 229)
TypeParameterInfo typeParameterInfo = typeInfo.typeParameters[i];
Discouraged access: The type ISourceElementRequestor.TypeParameterInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 229)
TypeParameterInfo typeParameterInfo = typeInfo.typeParameters[i];
Discouraged access: The field typeParameters from the type ISourceElementRequestor.TypeInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 236)
public void enterConstructor(MethodInfo methodInfo) {
Discouraged access: The type ISourceElementRequestor.MethodInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 239)
public void enterField(FieldInfo fieldInfo) {
Discouraged access: The type ISourceElementRequestor.FieldInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 243)
fieldInfo.declarationStart,
Discouraged access: The field declarationStart from the type ISourceElementRequestor.FieldInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 244)
fieldInfo.modifiers,
Discouraged access: The field modifiers from the type ISourceElementRequestor.FieldInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 245)
fieldInfo.type,
Discouraged access: The field type from the type ISourceElementRequestor.FieldInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 246)
fieldInfo.name,
Discouraged access: The field name from the type ISourceElementRequestor.FieldInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 247)
fieldInfo.nameSourceStart,
Discouraged access: The field nameSourceStart from the type ISourceElementRequestor.FieldInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 248)
fieldInfo.nameSourceEnd,
Discouraged access: The field nameSourceEnd from the type ISourceElementRequestor.FieldInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 261)
public void enterMethod(MethodInfo methodInfo) {
Discouraged access: The type ISourceElementRequestor.MethodInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 264)
protected void enterAbtractMethod(MethodInfo methodInfo) {
Discouraged access: The type ISourceElementRequestor.MethodInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 268)
methodInfo.declarationStart,
Discouraged access: The field declarationStart from the type ISourceElementRequestor.MethodInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 269)
methodInfo.modifiers,
Discouraged access: The field modifiers from the type ISourceElementRequestor.MethodInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 270)
methodInfo.returnType,
Discouraged access: The field returnType from the type ISourceElementRequestor.MethodInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 271)
methodInfo.name, // null for constructors
Discouraged access: The field name from the type ISourceElementRequestor.MethodInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 272)
methodInfo.nameSourceStart,
Discouraged access: The field nameSourceStart from the type ISourceElementRequestor.MethodInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 273)
methodInfo.nameSourceEnd,
Discouraged access: The field nameSourceEnd from the type ISourceElementRequestor.MethodInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 274)
methodInfo.parameterTypes,
Discouraged access: The field parameterTypes from the type ISourceElementRequestor.MethodInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 275)
methodInfo.parameterNames,
Discouraged access: The field parameterNames from the type ISourceElementRequestor.MethodInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 276)
methodInfo.exceptionTypes,
Discouraged access: The field exceptionTypes from the type ISourceElementRequestor.MethodInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 279)
if (methodInfo.typeParameters != null) {
Discouraged access: The field typeParameters from the type ISourceElementRequestor.MethodInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 280)
for (int i = 0, length = methodInfo.typeParameters.length; i < length; i++) {
Discouraged access: The field typeParameters from the type ISourceElementRequestor.MethodInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 281)
TypeParameterInfo typeParameterInfo = methodInfo.typeParameters[i];
Discouraged access: The type ISourceElementRequestor.TypeParameterInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 281)
TypeParameterInfo typeParameterInfo = methodInfo.typeParameters[i];
Discouraged access: The field typeParameters from the type ISourceElementRequestor.MethodInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 286)
public void addTypeParameter(TypeParameterInfo typeParameterInfo) {
Discouraged access: The type ISourceElementRequestor.TypeParameterInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 288)
this.currentMethod.typeParameterNames = new char[][] {typeParameterInfo.name};
Discouraged access: The field name from the type ISourceElementRequestor.TypeParameterInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 289)
this.currentMethod.typeParameterBounds = new char[][][] {typeParameterInfo.bounds};
Discouraged access: The field bounds from the type ISourceElementRequestor.TypeParameterInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 293)
this.currentMethod.typeParameterNames[length] = typeParameterInfo.name;
Discouraged access: The field name from the type ISourceElementRequestor.TypeParameterInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 295)
this.currentMethod.typeParameterBounds[length] = typeParameterInfo.bounds;
Discouraged access: The field bounds from the type ISourceElementRequestor.TypeParameterInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 311)
public void exitMethod(int declarationEnd, Expression defaultValue) {
Discouraged access: The type Expression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 323)
SourceElementParser parser =
Discouraged access: The type SourceElementParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 324)
new SourceElementParser( this, new DefaultProblemFactory(Locale.getDefault()), new CompilerOptions(getCompilerOptions()), recordLocalDeclaration/*don't record local declarations*/, true/*optimize string literals*/);
Discouraged access: The constructor SourceElementParser(ISourceElementRequestor, IProblemFactory, CompilerOptions, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 324)
new SourceElementParser(
Discouraged access: The type SourceElementParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 325)
this, new DefaultProblemFactory(Locale.getDefault()),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 325)
this, new DefaultProblemFactory(Locale.getDefault()),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 326)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 326)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 330)
ICompilationUnit sourceUnit = new CompilationUnit(this.source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 330)
ICompilationUnit sourceUnit = new CompilationUnit(this.source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 330)
ICompilationUnit sourceUnit = new CompilationUnit(this.source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceElementParserTest.java
 (at line 332)
parser.parseCompilationUnit(sourceUnit, true, null);
Discouraged access: The method parseCompilationUnit(ICompilationUnit, boolean, IProgressMonitor) from the type SourceElementParser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/SourceField.java : 19 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceField.java
 (at line 13)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceField.java
 (at line 14)
import org.eclipse.jdt.internal.compiler.env.ISourceField;
Discouraged access: The type ISourceField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceField.java
 (at line 16)
public class SourceField implements ISourceField {
Discouraged access: The type ISourceField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceField.java
 (at line 47)
if ((this.modifiers & ClassFileConstants.AccPublic) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceField.java
 (at line 47)
if ((this.modifiers & ClassFileConstants.AccPublic) != 0)
Discouraged access: The field AccPublic from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceField.java
 (at line 49)
if ((this.modifiers & ClassFileConstants.AccProtected) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceField.java
 (at line 49)
if ((this.modifiers & ClassFileConstants.AccProtected) != 0)
Discouraged access: The field AccProtected from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceField.java
 (at line 51)
if ((this.modifiers & ClassFileConstants.AccPrivate) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceField.java
 (at line 51)
if ((this.modifiers & ClassFileConstants.AccPrivate) != 0)
Discouraged access: The field AccPrivate from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceField.java
 (at line 53)
if ((this.modifiers & ClassFileConstants.AccFinal) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceField.java
 (at line 53)
if ((this.modifiers & ClassFileConstants.AccFinal) != 0)
Discouraged access: The field AccFinal from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceField.java
 (at line 55)
if ((this.modifiers & ClassFileConstants.AccStatic) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceField.java
 (at line 55)
if ((this.modifiers & ClassFileConstants.AccStatic) != 0)
Discouraged access: The field AccStatic from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceField.java
 (at line 57)
if ((this.modifiers & ClassFileConstants.AccAbstract) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceField.java
 (at line 57)
if ((this.modifiers & ClassFileConstants.AccAbstract) != 0)
Discouraged access: The field AccAbstract from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceField.java
 (at line 59)
if ((this.modifiers & ClassFileConstants.AccNative) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceField.java
 (at line 59)
if ((this.modifiers & ClassFileConstants.AccNative) != 0)
Discouraged access: The field AccNative from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceField.java
 (at line 61)
if ((this.modifiers & ClassFileConstants.AccSynchronized) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceField.java
 (at line 61)
if ((this.modifiers & ClassFileConstants.AccSynchronized) != 0)
Discouraged access: The field AccSynchronized from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/SourceInitializer.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceInitializer.java
 (at line 13)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceInitializer.java
 (at line 27)
if (this.modifiers == ClassFileConstants.AccStatic) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceInitializer.java
 (at line 27)
if (this.modifiers == ClassFileConstants.AccStatic) {
Discouraged access: The field AccStatic from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/SourceMethod.java : 19 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceMethod.java
 (at line 13)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceMethod.java
 (at line 14)
import org.eclipse.jdt.internal.compiler.env.ISourceMethod;
Discouraged access: The type ISourceMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceMethod.java
 (at line 16)
public class SourceMethod implements ISourceMethod {
Discouraged access: The type ISourceMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceMethod.java
 (at line 60)
if ((this.modifiers & ClassFileConstants.AccPublic) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceMethod.java
 (at line 60)
if ((this.modifiers & ClassFileConstants.AccPublic) != 0)
Discouraged access: The field AccPublic from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceMethod.java
 (at line 62)
if ((this.modifiers & ClassFileConstants.AccProtected) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceMethod.java
 (at line 62)
if ((this.modifiers & ClassFileConstants.AccProtected) != 0)
Discouraged access: The field AccProtected from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceMethod.java
 (at line 64)
if ((this.modifiers & ClassFileConstants.AccPrivate) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceMethod.java
 (at line 64)
if ((this.modifiers & ClassFileConstants.AccPrivate) != 0)
Discouraged access: The field AccPrivate from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceMethod.java
 (at line 66)
if ((this.modifiers & ClassFileConstants.AccFinal) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceMethod.java
 (at line 66)
if ((this.modifiers & ClassFileConstants.AccFinal) != 0)
Discouraged access: The field AccFinal from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceMethod.java
 (at line 68)
if ((this.modifiers & ClassFileConstants.AccStatic) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceMethod.java
 (at line 68)
if ((this.modifiers & ClassFileConstants.AccStatic) != 0)
Discouraged access: The field AccStatic from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceMethod.java
 (at line 70)
if ((this.modifiers & ClassFileConstants.AccAbstract) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceMethod.java
 (at line 70)
if ((this.modifiers & ClassFileConstants.AccAbstract) != 0)
Discouraged access: The field AccAbstract from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceMethod.java
 (at line 72)
if ((this.modifiers & ClassFileConstants.AccNative) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceMethod.java
 (at line 72)
if ((this.modifiers & ClassFileConstants.AccNative) != 0)
Discouraged access: The field AccNative from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceMethod.java
 (at line 74)
if ((this.modifiers & ClassFileConstants.AccSynchronized) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceMethod.java
 (at line 74)
if ((this.modifiers & ClassFileConstants.AccSynchronized) != 0)
Discouraged access: The field AccSynchronized from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java : 23 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java
 (at line 13)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java
 (at line 107)
if ((this.modifiers & ClassFileConstants.AccPublic) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java
 (at line 107)
if ((this.modifiers & ClassFileConstants.AccPublic) != 0)
Discouraged access: The field AccPublic from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java
 (at line 109)
if ((this.modifiers & ClassFileConstants.AccProtected) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java
 (at line 109)
if ((this.modifiers & ClassFileConstants.AccProtected) != 0)
Discouraged access: The field AccProtected from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java
 (at line 111)
if ((this.modifiers & ClassFileConstants.AccPrivate) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java
 (at line 111)
if ((this.modifiers & ClassFileConstants.AccPrivate) != 0)
Discouraged access: The field AccPrivate from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java
 (at line 113)
if ((this.modifiers & ClassFileConstants.AccFinal) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java
 (at line 113)
if ((this.modifiers & ClassFileConstants.AccFinal) != 0)
Discouraged access: The field AccFinal from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java
 (at line 115)
if ((this.modifiers & ClassFileConstants.AccStatic) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java
 (at line 115)
if ((this.modifiers & ClassFileConstants.AccStatic) != 0)
Discouraged access: The field AccStatic from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java
 (at line 117)
if ((this.modifiers & ClassFileConstants.AccAbstract) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java
 (at line 117)
if ((this.modifiers & ClassFileConstants.AccAbstract) != 0)
Discouraged access: The field AccAbstract from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java
 (at line 119)
if ((this.modifiers & ClassFileConstants.AccNative) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java
 (at line 119)
if ((this.modifiers & ClassFileConstants.AccNative) != 0)
Discouraged access: The field AccNative from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java
 (at line 121)
if ((this.modifiers & ClassFileConstants.AccSynchronized) != 0)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java
 (at line 121)
if ((this.modifiers & ClassFileConstants.AccSynchronized) != 0)
Discouraged access: The field AccSynchronized from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java
 (at line 209)
return (this.modifiers & ClassFileConstants.AccInterface) == 0;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java
 (at line 209)
return (this.modifiers & ClassFileConstants.AccInterface) == 0;
Discouraged access: The field AccInterface from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java
 (at line 212)
return (this.modifiers & ClassFileConstants.AccInterface) == ClassFileConstants.AccInterface;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java
 (at line 212)
return (this.modifiers & ClassFileConstants.AccInterface) == ClassFileConstants.AccInterface;
Discouraged access: The field AccInterface from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java
 (at line 212)
return (this.modifiers & ClassFileConstants.AccInterface) == ClassFileConstants.AccInterface;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SourceType.java
 (at line 212)
return (this.modifiers & ClassFileConstants.AccInterface) == ClassFileConstants.AccInterface;
Discouraged access: The field AccInterface from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 19)
import org.eclipse.jdt.internal.compiler.CompilationResult;
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 20)
import org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies;
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 21)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 22)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 23)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 24)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 25)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 26)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 27)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 28)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 34)
public static long sourceLevel = ClassFileConstants.JDK1_3; //$NON-NLS-1$
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 34)
public static long sourceLevel = ClassFileConstants.JDK1_3; //$NON-NLS-1$
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 58)
Parser parser =
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 59)
new Parser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())), optimizeStringLiterals);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 59)
new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 60)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 60)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 61)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 61)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 62)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 62)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 63)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 63)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 65)
parser.setMethodsFullRecovery(false);
Discouraged access: The method setMethodsFullRecovery(boolean) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 66)
parser.setStatementsRecovery(false);
Discouraged access: The method setStatementsRecovery(boolean) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 68)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 68)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 68)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 69)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 69)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 69)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 71)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 71)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 72)
String computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 83)
Parser parser =
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 84)
new Parser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())), optimizeStringLiterals);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 84)
new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 85)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 85)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 86)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 86)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 87)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 87)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 88)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 88)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 91)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 91)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 91)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 92)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 92)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 92)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 94)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 94)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 95)
String computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 106)
Parser parser =
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 107)
new Parser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())), optimizeStringLiterals);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 107)
new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 108)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 108)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 109)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 109)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 110)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 110)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 111)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 111)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 113)
parser.setMethodsFullRecovery(false);
Discouraged access: The method setMethodsFullRecovery(boolean) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 114)
parser.setStatementsRecovery(false);
Discouraged access: The method setStatementsRecovery(boolean) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 116)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 116)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 116)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 117)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 117)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 117)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 119)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 119)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 120)
String computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 128)
if (computedUnit.types != null) {
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 129)
for (int i = 0, length = computedUnit.types.length; i < length; i++){
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 130)
computedUnit.types[i].parseMethods(parser, computedUnit);
Discouraged access: The method parseMethods(Parser, CompilationUnitDeclaration) from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 130)
computedUnit.types[i].parseMethods(parser, computedUnit);
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 133)
computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 145)
Parser parser =
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 146)
new Parser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())), optimizeStringLiterals);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 146)
new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 147)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 147)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 148)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 148)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 149)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 149)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 150)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 150)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 153)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 153)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 153)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 154)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 154)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 154)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 156)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java
 (at line 156)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 20)
import org.eclipse.jdt.internal.compiler.CompilationResult;
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 21)
import org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies;
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 22)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 23)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 24)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 25)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 26)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 27)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 28)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 29)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 35)
public static long sourceLevel = ClassFileConstants.JDK1_3; //$NON-NLS-1$
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 35)
public static long sourceLevel = ClassFileConstants.JDK1_3; //$NON-NLS-1$
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 59)
Parser parser =
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 60)
new Parser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())), optimizeStringLiterals);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 60)
new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 61)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 61)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 62)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 62)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 63)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 63)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 64)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 64)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 66)
parser.setStatementsRecovery(false);
Discouraged access: The method setStatementsRecovery(boolean) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 68)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 68)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 68)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 69)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 69)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 69)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 71)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 71)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 72)
String computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 83)
Parser parser =
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 84)
new Parser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())), optimizeStringLiterals);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 84)
new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 85)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 85)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 86)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 86)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 87)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 87)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 88)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 88)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 91)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 91)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 91)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 92)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 92)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 92)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 94)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 94)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 95)
String computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 106)
Parser parser =
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 107)
new Parser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())), optimizeStringLiterals);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 107)
new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 108)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 108)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 109)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 109)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 110)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 110)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 111)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 111)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 113)
parser.setStatementsRecovery(false);
Discouraged access: The method setStatementsRecovery(boolean) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 115)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 115)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 115)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 116)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 116)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 116)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 118)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 118)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 119)
String computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 127)
if (computedUnit.types != null) {
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 128)
for (int i = 0, length = computedUnit.types.length; i < length; i++){
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 129)
computedUnit.types[i].parseMethods(parser, computedUnit);
Discouraged access: The method parseMethods(Parser, CompilationUnitDeclaration) from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 129)
computedUnit.types[i].parseMethods(parser, computedUnit);
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 132)
computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 144)
Parser parser =
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 145)
new Parser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())), optimizeStringLiterals);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 145)
new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 146)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 146)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 147)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 147)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 148)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 148)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 149)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 149)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 152)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 152)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 152)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 153)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 153)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 153)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 155)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 155)
CompilationUnitDeclaration computedUnit = parser.dietParse(sourceUnit, compilationResult);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 156)
String computedUnitToString = computedUnit.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java
 (at line 164)
if (computedUnit.types != null) {
Discouraged access: The field types from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java : 37 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 18)
import org.eclipse.jdt.internal.compiler.CompilationResult;
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 19)
import org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies;
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 20)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 21)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 22)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 23)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 24)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 25)
import org.eclipse.jdt.internal.compiler.problem.DefaultProblem;
Discouraged access: The type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 26)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 27)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 31)
public static long sourceLevel = ClassFileConstants.JDK1_3; //$NON-NLS-1$
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 31)
public static long sourceLevel = ClassFileConstants.JDK1_3; //$NON-NLS-1$
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 42)
Parser parser =
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 43)
new Parser( new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())), optimizeStringLiterals);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 43)
new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 44)
new ProblemReporter( DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(getCompilerOptions()), new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 44)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 45)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 45)
DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 46)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 46)
new CompilerOptions(getCompilerOptions()),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 47)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 47)
new DefaultProblemFactory(Locale.getDefault())),
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 49)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 49)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 49)
ICompilationUnit sourceUnit = new CompilationUnit(source, testName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 50)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 50)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 50)
CompilationResult compilationResult = new CompilationResult(sourceUnit, 0, 0, 0);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 52)
parser.parse(sourceUnit, compilationResult);
Discouraged access: The method parse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 55)
if (compilationResult.hasProblems() || compilationResult.hasTasks()) {
Discouraged access: The method hasProblems() from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 55)
if (compilationResult.hasProblems() || compilationResult.hasTasks()) {
Discouraged access: The method hasTasks() from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 56)
CategorizedProblem[] problems = compilationResult.getAllProblems();
Discouraged access: The method getAllProblems() from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 59)
char[] unitSource = compilationResult.compilationUnit.getContents();
Discouraged access: The method getContents() from the type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 59)
char[] unitSource = compilationResult.compilationUnit.getContents();
Discouraged access: The field compilationUnit from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 68)
buffer.append(((DefaultProblem)problems[i]).errorReportSource(unitSource));
Discouraged access: The method errorReportSource(char[]) from the type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/SyntaxErrorTest.java
 (at line 68)
buffer.append(((DefaultProblem)problems[i]).errorReportSource(unitSource));
Discouraged access: The type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/TestAll.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/TestAll.java
 (at line 18)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/TestAll.java
 (at line 85)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_3, tests_1_3));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/TestAll.java
 (at line 85)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_3, tests_1_3));
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/TestAll.java
 (at line 95)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_4, tests_1_4));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/TestAll.java
 (at line 95)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_4, tests_1_4));
Discouraged access: The field JDK1_4 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/TestAll.java
 (at line 106)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_5, tests_1_5));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/TestAll.java
 (at line 106)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_5, tests_1_5));
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/TestAll.java
 (at line 117)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_6, tests_1_6));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/TestAll.java
 (at line 117)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_6, tests_1_6));
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/TestAll.java
 (at line 128)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_7, tests_1_7));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/TestAll.java
 (at line 128)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_7, tests_1_7));
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/parser/TestSourceElementRequestor.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/TestSourceElementRequestor.java
 (at line 14)
import org.eclipse.jdt.internal.compiler.ISourceElementRequestor;
Discouraged access: The type ISourceElementRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/TestSourceElementRequestor.java
 (at line 15)
import org.eclipse.jdt.internal.compiler.ast.Expression;
Discouraged access: The type Expression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/TestSourceElementRequestor.java
 (at line 16)
import org.eclipse.jdt.internal.compiler.ast.ImportReference;
Discouraged access: The type ImportReference is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/TestSourceElementRequestor.java
 (at line 18)
public class TestSourceElementRequestor implements ISourceElementRequestor {
Discouraged access: The type ISourceElementRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/TestSourceElementRequestor.java
 (at line 56)
public void acceptPackage(ImportReference importReference) {}
Discouraged access: The type ImportReference is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/TestSourceElementRequestor.java
 (at line 84)
public void enterConstructor(MethodInfo methodInfo) {}
Discouraged access: The type ISourceElementRequestor.MethodInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/TestSourceElementRequestor.java
 (at line 88)
public void enterField(FieldInfo fieldInfo) {}
Discouraged access: The type ISourceElementRequestor.FieldInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/TestSourceElementRequestor.java
 (at line 92)
public void enterMethod(MethodInfo methodInfo) {}
Discouraged access: The type ISourceElementRequestor.MethodInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/TestSourceElementRequestor.java
 (at line 96)
public void enterType(TypeInfo typeInfo) {}
Discouraged access: The type ISourceElementRequestor.TypeInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/parser/TestSourceElementRequestor.java
 (at line 112)
public void exitMethod(int declarationEnd, Expression defaultValue) {}
Discouraged access: The type Expression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 16)
import org.eclipse.jdt.internal.compiler.ASTVisitor;
Discouraged access: The type ASTVisitor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 17)
import org.eclipse.jdt.internal.compiler.CompilationResult;
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 18)
import org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies;
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 19)
import org.eclipse.jdt.internal.compiler.ast.Argument;
Discouraged access: The type Argument is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 20)
import org.eclipse.jdt.internal.compiler.ast.BinaryExpression;
Discouraged access: The type BinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 21)
import org.eclipse.jdt.internal.compiler.ast.CharLiteral;
Discouraged access: The type CharLiteral is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 22)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 23)
import org.eclipse.jdt.internal.compiler.ast.CombinedBinaryExpression;
Discouraged access: The type CombinedBinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 24)
import org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral;
Discouraged access: The type ExtendedStringLiteral is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 25)
import org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference;
Discouraged access: The type JavadocSingleTypeReference is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 26)
import org.eclipse.jdt.internal.compiler.ast.LocalDeclaration;
Discouraged access: The type LocalDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 27)
import org.eclipse.jdt.internal.compiler.ast.MarkerAnnotation;
Discouraged access: The type MarkerAnnotation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 28)
import org.eclipse.jdt.internal.compiler.ast.MemberValuePair;
Discouraged access: The type MemberValuePair is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 29)
import org.eclipse.jdt.internal.compiler.ast.NormalAnnotation;
Discouraged access: The type NormalAnnotation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 30)
import org.eclipse.jdt.internal.compiler.ast.SingleMemberAnnotation;
Discouraged access: The type SingleMemberAnnotation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 31)
import org.eclipse.jdt.internal.compiler.ast.SingleNameReference;
Discouraged access: The type SingleNameReference is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 32)
import org.eclipse.jdt.internal.compiler.ast.StringLiteral;
Discouraged access: The type StringLiteral is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 33)
import org.eclipse.jdt.internal.compiler.ast.StringLiteralConcatenation;
Discouraged access: The type StringLiteralConcatenation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 34)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 35)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 36)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 37)
import org.eclipse.jdt.internal.compiler.lookup.BlockScope;
Discouraged access: The type BlockScope is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 38)
import org.eclipse.jdt.internal.compiler.lookup.ClassScope;
Discouraged access: The type ClassScope is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 39)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 40)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 41)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 72)
static Parser defaultParser = new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 72)
static Parser defaultParser = new Parser( new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(), new DefaultProblemFactory()), false);
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 72)
static Parser defaultParser = new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 73)
new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(), new DefaultProblemFactory()), false);
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 73)
new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 73)
new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 73)
new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 74)
new CompilerOptions(),
Discouraged access: The constructor CompilerOptions() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 74)
new CompilerOptions(),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 75)
new DefaultProblemFactory()), false);
Discouraged access: The constructor DefaultProblemFactory() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 75)
new DefaultProblemFactory()), false);
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 77)
Parser parser, ASTCollector visitor, String expected) {
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 78)
CompilationUnit source =
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 79)
new CompilationUnit(fileContents.toCharArray(), fileName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 79)
new CompilationUnit(fileContents.toCharArray(), fileName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 80)
CompilationResult compilationResult =
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 81)
new CompilationResult(source, 1, 1, 10);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 81)
new CompilationResult(source, 1, 1, 10);
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 82)
CompilationUnitDeclaration unit = parser.parse(source, compilationResult);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 82)
CompilationUnitDeclaration unit = parser.parse(source, compilationResult);
Discouraged access: The method parse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 83)
assertEquals(0, compilationResult.problemCount);
Discouraged access: The field problemCount from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 84)
unit.traverse(visitor, unit.scope);
Discouraged access: The method traverse(ASTVisitor, CompilationUnitScope) from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 84)
unit.traverse(visitor, unit.scope);
Discouraged access: The field scope from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 154)
CombinedBinaryExpression.defaultArityMaxStartingValue = 3;
Discouraged access: The type CombinedBinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 154)
CombinedBinaryExpression.defaultArityMaxStartingValue = 3;
Discouraged access: The field defaultArityMaxStartingValue from the type CombinedBinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 170)
public void endVisit(BinaryExpression binaryExpression, BlockScope scope) {
Discouraged access: The type BinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 170)
public void endVisit(BinaryExpression binaryExpression, BlockScope scope) {
Discouraged access: The type BlockScope is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 171)
if (binaryExpression instanceof CombinedBinaryExpression &&
Discouraged access: The type CombinedBinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 172)
((CombinedBinaryExpression) binaryExpression).
Discouraged access: The type CombinedBinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 173)
referencesTable != null) {
Discouraged access: The field referencesTable from the type CombinedBinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 175)
cut(binaryExpression.toString()) + "]\n");
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 215)
CombinedBinaryExpression.defaultArityMaxStartingValue =
Discouraged access: The type CombinedBinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 215)
CombinedBinaryExpression.defaultArityMaxStartingValue =
Discouraged access: The field defaultArityMaxStartingValue from the type CombinedBinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 216)
CombinedBinaryExpression.ARITY_MAX_MIN;
Discouraged access: The type CombinedBinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 216)
CombinedBinaryExpression.ARITY_MAX_MIN;
Discouraged access: The field ARITY_MAX_MIN from the type CombinedBinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 223)
Parser parser = new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 223)
Parser parser = new Parser( new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(), new DefaultProblemFactory()), true); // optimize string literals
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 223)
Parser parser = new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 224)
new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(), new DefaultProblemFactory()), true); // optimize string literals
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 224)
new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 224)
new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 224)
new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 225)
new CompilerOptions(),
Discouraged access: The constructor CompilerOptions() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 225)
new CompilerOptions(),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 226)
new DefaultProblemFactory()), true); // optimize string literals
Discouraged access: The constructor DefaultProblemFactory() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 226)
new DefaultProblemFactory()), true); // optimize string literals
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 227)
CombinedBinaryExpression.defaultArityMaxStartingValue = 2;
Discouraged access: The type CombinedBinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 227)
CombinedBinaryExpression.defaultArityMaxStartingValue = 2;
Discouraged access: The field defaultArityMaxStartingValue from the type CombinedBinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 244)
public void endVisit(BinaryExpression binaryExpression, BlockScope scope) {
Discouraged access: The type BinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 244)
public void endVisit(BinaryExpression binaryExpression, BlockScope scope) {
Discouraged access: The type BlockScope is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 245)
if (binaryExpression instanceof CombinedBinaryExpression &&
Discouraged access: The type CombinedBinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 246)
((CombinedBinaryExpression) binaryExpression).
Discouraged access: The type CombinedBinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 247)
referencesTable != null) {
Discouraged access: The field referencesTable from the type CombinedBinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 249)
cut(binaryExpression.toString()) + "]\n");
Discouraged access: The method toString() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 289)
CombinedBinaryExpression.defaultArityMaxStartingValue =
Discouraged access: The type CombinedBinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 289)
CombinedBinaryExpression.defaultArityMaxStartingValue =
Discouraged access: The field defaultArityMaxStartingValue from the type CombinedBinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 290)
CombinedBinaryExpression.ARITY_MAX_MIN;
Discouraged access: The type CombinedBinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 290)
CombinedBinaryExpression.ARITY_MAX_MIN;
Discouraged access: The field ARITY_MAX_MIN from the type CombinedBinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 298)
Parser parser = new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 298)
Parser parser = new Parser( new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(), new DefaultProblemFactory()), true); // optimize string literals
Discouraged access: The constructor Parser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 298)
Parser parser = new Parser(
Discouraged access: The type Parser is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 299)
new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(), new CompilerOptions(), new DefaultProblemFactory()), true); // optimize string literals
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 299)
new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 299)
new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The method proceedWithAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 299)
new ProblemReporter(DefaultErrorHandlingPolicies.proceedWithAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 300)
new CompilerOptions(),
Discouraged access: The constructor CompilerOptions() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 300)
new CompilerOptions(),
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 301)
new DefaultProblemFactory()), true); // optimize string literals
Discouraged access: The constructor DefaultProblemFactory() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 301)
new DefaultProblemFactory()), true); // optimize string literals
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 363)
CombinedBinaryExpression.defaultArityMaxStartingValue = 1;
Discouraged access: The type CombinedBinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 363)
CombinedBinaryExpression.defaultArityMaxStartingValue = 1;
Discouraged access: The field defaultArityMaxStartingValue from the type CombinedBinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 378)
public boolean visit(BinaryExpression binaryExpression, BlockScope scope) {
Discouraged access: The type BinaryExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 378)
public boolean visit(BinaryExpression binaryExpression, BlockScope scope) {
Discouraged access: The type BlockScope is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ASTImplTests.java
 (at line 380)
if (binaryExpression.right instanceof StringLiteral) {
Discouraged access: The type StringLiteral is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java : 25 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 15)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 33)
options.put(CompilerOptions.OPTION_ReportFinalParameterBound, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 33)
options.put(CompilerOptions.OPTION_ReportFinalParameterBound, CompilerOptions.WARNING);
Discouraged access: The field OPTION_ReportFinalParameterBound from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 33)
options.put(CompilerOptions.OPTION_ReportFinalParameterBound, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 33)
options.put(CompilerOptions.OPTION_ReportFinalParameterBound, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 34)
options.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 34)
options.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.WARNING);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 34)
options.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 34)
options.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 35)
options.put(CompilerOptions.OPTION_ReportMissingOverrideAnnotation, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 35)
options.put(CompilerOptions.OPTION_ReportMissingOverrideAnnotation, CompilerOptions.WARNING);
Discouraged access: The field OPTION_ReportMissingOverrideAnnotation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 35)
options.put(CompilerOptions.OPTION_ReportMissingOverrideAnnotation, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 35)
options.put(CompilerOptions.OPTION_ReportMissingOverrideAnnotation, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportMissingDeprecatedAnnotation, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportMissingDeprecatedAnnotation, CompilerOptions.WARNING);
Discouraged access: The field OPTION_ReportMissingDeprecatedAnnotation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportMissingDeprecatedAnnotation, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportMissingDeprecatedAnnotation, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 37)
options.put(CompilerOptions.OPTION_ReportIncompleteEnumSwitch, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 37)
options.put(CompilerOptions.OPTION_ReportIncompleteEnumSwitch, CompilerOptions.WARNING);
Discouraged access: The field OPTION_ReportIncompleteEnumSwitch from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 37)
options.put(CompilerOptions.OPTION_ReportIncompleteEnumSwitch, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 37)
options.put(CompilerOptions.OPTION_ReportIncompleteEnumSwitch, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.WARNING);
Discouraged access: The field OPTION_ReportRawTypeReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractComparableTest.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 47)
import org.eclipse.jdt.internal.compiler.Compiler;
Discouraged access: The type Compiler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 48)
import org.eclipse.jdt.internal.compiler.ICompilerRequestor;
Discouraged access: The type ICompilerRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 49)
import org.eclipse.jdt.internal.compiler.IErrorHandlingPolicy;
Discouraged access: The type IErrorHandlingPolicy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 50)
import org.eclipse.jdt.internal.compiler.IProblemFactory;
Discouraged access: The type IProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 51)
import org.eclipse.jdt.internal.compiler.batch.FileSystem;
Discouraged access: The type FileSystem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 52)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 53)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader;
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 54)
import org.eclipse.jdt.internal.compiler.env.INameEnvironment;
Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 55)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 56)
import org.eclipse.jdt.internal.compiler.lookup.TypeConstants;
Discouraged access: The type TypeConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 57)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 58)
import org.eclipse.jdt.internal.core.search.JavaSearchParticipant;
Discouraged access: The type JavaSearchParticipant is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 59)
import org.eclipse.jdt.internal.core.search.indexing.BinaryIndexer;
Discouraged access: The type BinaryIndexer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 127)
this.compliance = CompilerOptions.versionToJdkLevel(this.version);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 127)
this.compliance = CompilerOptions.versionToJdkLevel(this.version);
Discouraged access: The method versionToJdkLevel(Object) from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 347)
return compiler.compliance > ClassFileConstants.JDK1_5 ? this : null;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 347)
return compiler.compliance > ClassFileConstants.JDK1_5 ? this : null;
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 353)
return compiler.compliance > ClassFileConstants.JDK1_6 ? this : null;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 353)
return compiler.compliance > ClassFileConstants.JDK1_6 ? this : null;
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 359)
return compiler.compliance > ClassFileConstants.JDK1_6 ? this : null;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 359)
return compiler.compliance > ClassFileConstants.JDK1_6 ? this : null;
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 365)
return compiler.compliance > ClassFileConstants.JDK1_6 ? this : null;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 365)
return compiler.compliance > ClassFileConstants.JDK1_6 ? this : null;
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 371)
return compiler.compliance > ClassFileConstants.JDK1_5 ? this : null;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 371)
return compiler.compliance > ClassFileConstants.JDK1_5 ? this : null;
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 394)
return compiler.compliance > ClassFileConstants.JDK1_5 ? this : null;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 394)
return compiler.compliance > ClassFileConstants.JDK1_5 ? this : null;
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 402)
return compiler.compliance > ClassFileConstants.JDK1_6 ? this : null;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 402)
return compiler.compliance > ClassFileConstants.JDK1_6 ? this : null;
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 411)
return compiler.compliance > ClassFileConstants.JDK1_5 ? this : null;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 411)
return compiler.compliance > ClassFileConstants.JDK1_5 ? this : null;
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 424)
return compiler.compliance > ClassFileConstants.JDK1_5 ? this : null;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 424)
return compiler.compliance > ClassFileConstants.JDK1_5 ? this : null;
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 431)
return compiler.compliance > ClassFileConstants.JDK1_5 ? this : null;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 431)
return compiler.compliance > ClassFileConstants.JDK1_5 ? this : null;
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 442)
return compiler.compliance > ClassFileConstants.JDK1_5 ? this : null;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 442)
return compiler.compliance > ClassFileConstants.JDK1_5 ? this : null;
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 450)
return compiler.compliance > ClassFileConstants.JDK1_6 ? this : null;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 450)
return compiler.compliance > ClassFileConstants.JDK1_6 ? this : null;
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 489)
if (compiler.compliance == ClassFileConstants.JDK1_7) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 489)
if (compiler.compliance == ClassFileConstants.JDK1_7) {
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 492)
} else if (compiler.compliance == ClassFileConstants.JDK1_6) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 492)
} else if (compiler.compliance == ClassFileConstants.JDK1_6) {
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 495)
} else if (compiler.compliance == ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 495)
} else if (compiler.compliance == ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 498)
} else if (compiler.compliance == ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 498)
} else if (compiler.compliance == 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 501)
} else if (compiler.compliance == ClassFileConstants.JDK1_3) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 501)
} else if (compiler.compliance == ClassFileConstants.JDK1_3) {
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 534)
ClassFileConstants.JDK1_7, 0 /* 1.7.0 b17 */) : null,
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 534)
ClassFileConstants.JDK1_7, 0 /* 1.7.0 b17 */) : null,
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 538)
ClassFileConstants.JDK1_7, 0 /* 1.7.0 b03 */) : null,
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 538)
ClassFileConstants.JDK1_7, 0 /* 1.7.0 b03 */) : null,
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 545)
ClassFileConstants.JDK1_7, 0 /* 1.7.0 b03 */) : null,
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 545)
ClassFileConstants.JDK1_7, 0 /* 1.7.0 b03 */) : null,
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 555)
ClassFileConstants.JDK1_7, 0) : null, // fixed in jdk7 b27; unfortunately, we do not have a distinct minor for this, hence former jdk7s will report an unused excuse
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 555)
ClassFileConstants.JDK1_7, 0) : null, // fixed in jdk7 b27; unfortunately, we do not have a distinct minor for this, hence former jdk7s will report an unused excuse
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 559)
-ClassFileConstants.JDK1_6, 10 /* 1.6.0_10_b08 or later */) : null,
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 559)
-ClassFileConstants.JDK1_6, 10 /* 1.6.0_10_b08 or later */) : null,
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 569)
ClassFileConstants.JDK1_6, 10 /* 1.6.0_10_b08 or better - maybe before */) : null;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 569)
ClassFileConstants.JDK1_6, 10 /* 1.6.0_10_b08 or better - maybe before */) : null;
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 575)
ClassFileConstants.JDK1_6, 1000 /* 1.6.0_10_b08 or better - maybe before */) : null,
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 575)
ClassFileConstants.JDK1_6, 1000 /* 1.6.0_10_b08 or better - maybe before */) : null,
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 579)
ClassFileConstants.JDK1_6, 1010 /* 1.6.0_10_b24 or better - maybe before */) : null,
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 579)
ClassFileConstants.JDK1_6, 1010 /* 1.6.0_10_b24 or better - maybe before */) : null,
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 583)
ClassFileConstants.JDK1_7, 0 /* 1.7.0_b24 or better - maybe before */) : null;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 583)
ClassFileConstants.JDK1_7, 0 /* 1.7.0_b24 or better - maybe before */) : null;
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 596)
return compiler.compliance != ClassFileConstants.JDK1_5 ||
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 596)
return compiler.compliance != ClassFileConstants.JDK1_5 ||
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 669)
public final static String PACKAGE_INFO_NAME = new String(TypeConstants.PACKAGE_INFO_NAME);
Discouraged access: The type TypeConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 669)
public final static String PACKAGE_INFO_NAME = new String(TypeConstants.PACKAGE_INFO_NAME);
Discouraged access: The field PACKAGE_INFO_NAME from the type TypeConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 677)
protected INameEnvironment javaClassLib;
Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 696)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 696)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 709)
ClassFileReader.read(stream, className + ".class", true);
Discouraged access: The method read(InputStream, String, boolean) from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 709)
ClassFileReader.read(stream, className + ".class", true);
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 710)
} catch (org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException e) {
Discouraged access: The type ClassFormatException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 711)
e.printStackTrace();
Discouraged access: The method printStackTrace() from the type ClassFormatException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 734)
protected ClassFileReader getInternalClassFile(String directoryName, String className, String disassembledClassName, String source) throws ClassFormatException, IOException {
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 742)
ClassFileReader classFileReader = null;
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 746)
classFileReader = ClassFileReader.read(stream, className + ".class", true);
Discouraged access: The method read(InputStream, String, boolean) from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 746)
classFileReader = ClassFileReader.read(stream, className + ".class", true);
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 747)
} catch (org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException e) {
Discouraged access: The type ClassFormatException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 748)
e.printStackTrace();
Discouraged access: The method printStackTrace() from the type ClassFormatException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 776)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(classFile);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 776)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(classFile);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 789)
ClassFileReader.read(stream, className + ".class", true);
Discouraged access: The method read(InputStream, String, boolean) from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 789)
ClassFileReader.read(stream, className + ".class", true);
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 833)
if (this.complianceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 833)
if (this.complianceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 835)
} else if (this.complianceLevel == ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 835)
} else if (this.complianceLevel == ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 837)
} else if (this.complianceLevel == ClassFileConstants.JDK1_6) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 837)
} else if (this.complianceLevel == ClassFileConstants.JDK1_6) {
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 839)
} else if (this.complianceLevel == ClassFileConstants.JDK1_7) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 839)
} else if (this.complianceLevel == ClassFileConstants.JDK1_7) {
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 882)
ICompilerRequestor clientRequestor) {
Discouraged access: The type ICompilerRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 920)
final SearchParticipant participant = new JavaSearchParticipant() {
Discouraged access: The type JavaSearchParticipant is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 926)
return org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(getPath()));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AbstractRegressionTest.java
 (at line 926)
return org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(getPath()));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java : 32 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 14)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 15)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 234)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 234)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 234)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 234)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 234)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 258)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 258)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 258)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 258)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 258)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 483)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 483)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 483)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 483)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 483)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 504)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 504)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 504)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 504)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 504)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 1468)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 1468)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 1468)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 1468)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 1468)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 1497)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 1497)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 1497)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 1497)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AmbiguousMethodTest.java
 (at line 1497)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return;
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 25)
import org.eclipse.jdt.internal.compiler.Compiler;
Discouraged access: The type Compiler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 26)
import org.eclipse.jdt.internal.compiler.IErrorHandlingPolicy;
Discouraged access: The type IErrorHandlingPolicy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 27)
import org.eclipse.jdt.internal.compiler.IProblemFactory;
Discouraged access: The type IProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 28)
import org.eclipse.jdt.internal.compiler.ast.TypeDeclaration;
Discouraged access: The type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 29)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 30)
import org.eclipse.jdt.internal.compiler.batch.FileSystem;
Discouraged access: The type FileSystem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 31)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 32)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader;
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 33)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException;
Discouraged access: The type ClassFormatException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 34)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 35)
import org.eclipse.jdt.internal.compiler.env.INameEnvironment;
Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 36)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 37)
import org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding;
Discouraged access: The type AnnotationBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 38)
import org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding;
Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 39)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 67)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 67)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 67)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 67)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 68)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 68)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportInvalidJavadoc from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 68)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 68)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 69)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 69)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field OPTION_ReportInvalidJavadocTagsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 69)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 69)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 70)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 70)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportMissingJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 70)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 70)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 71)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 71)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field OPTION_ReportMissingJavadocTagsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 71)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 71)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 73)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportMissingJavadocComments);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 73)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportMissingJavadocComments);
Discouraged access: The field OPTION_ReportMissingJavadocComments from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1185)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1185)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1203)
ClassFileReader fileReader = ClassFileReader.read(new File(OUTPUT_DIR + File.separator +"I.class"));
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1203)
ClassFileReader fileReader = ClassFileReader.read(new File(OUTPUT_DIR + File.separator +"I.class"));
Discouraged access: The method read(File) from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1203)
ClassFileReader fileReader = ClassFileReader.read(new File(OUTPUT_DIR + File.separator +"I.class"));
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1204)
assertEquals("Not an annotation type declaration", TypeDeclaration.ANNOTATION_TYPE_DECL, TypeDeclaration.kind(fileReader.getModifiers()));
Discouraged access: The type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1204)
assertEquals("Not an annotation type declaration", TypeDeclaration.ANNOTATION_TYPE_DECL, TypeDeclaration.kind(fileReader.getModifiers()));
Discouraged access: The field ANNOTATION_TYPE_DECL from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1204)
assertEquals("Not an annotation type declaration", TypeDeclaration.ANNOTATION_TYPE_DECL, TypeDeclaration.kind(fileReader.getModifiers()));
Discouraged access: The method kind(int) from the type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1204)
assertEquals("Not an annotation type declaration", TypeDeclaration.ANNOTATION_TYPE_DECL, TypeDeclaration.kind(fileReader.getModifiers()));
Discouraged access: The type TypeDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1204)
assertEquals("Not an annotation type declaration", TypeDeclaration.ANNOTATION_TYPE_DECL, TypeDeclaration.kind(fileReader.getModifiers()));
Discouraged access: The method getModifiers() from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1273)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1273)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1308)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1308)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1343)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1343)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1377)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1377)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1411)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1411)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1445)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1445)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1479)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1479)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1513)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1513)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1547)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1547)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1586)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1586)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1624)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1624)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1661)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1661)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1720)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1720)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1789)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1789)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1834)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1834)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1870)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 1870)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 2106)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"I.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 2106)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"I.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 2199)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"I.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 2199)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"I.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 2300)
String expectedOutput = new CompilerOptions(getCompilerOptions()).sourceLevel < ClassFileConstants.JDK1_6
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 2300)
String expectedOutput = new CompilerOptions(getCompilerOptions()).sourceLevel < ClassFileConstants.JDK1_6
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 2300)
String expectedOutput = new CompilerOptions(getCompilerOptions()).sourceLevel < ClassFileConstants.JDK1_6
Discouraged access: The field sourceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 2300)
String expectedOutput = new CompilerOptions(getCompilerOptions()).sourceLevel < ClassFileConstants.JDK1_6
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 2300)
String expectedOutput = new CompilerOptions(getCompilerOptions()).sourceLevel < ClassFileConstants.JDK1_6
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 2893)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 2893)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 2900)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 2900)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 2900)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 2902)
if (options.targetJDK == ClassFileConstants.JDK1_5) {
Discouraged access: The field targetJDK from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 2902)
if (options.targetJDK == ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 2902)
if (options.targetJDK == ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 2909)
} else if (options.targetJDK == ClassFileConstants.JDK1_6) {
Discouraged access: The field targetJDK from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 2909)
} else if (options.targetJDK == ClassFileConstants.JDK1_6) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 2909)
} else if (options.targetJDK == ClassFileConstants.JDK1_6) {
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AnnotationTest.java
 (at line 3160)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java : 52 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 20)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 21)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 112)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 112)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 241)
if (new CompilerOptions(getCompilerOptions()).complianceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 241)
if (new CompilerOptions(getCompilerOptions()).complianceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 241)
if (new CompilerOptions(getCompilerOptions()).complianceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 241)
if (new CompilerOptions(getCompilerOptions()).complianceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 241)
if (new CompilerOptions(getCompilerOptions()).complianceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 292)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 292)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 305)
if (new CompilerOptions(getCompilerOptions()).complianceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 305)
if (new CompilerOptions(getCompilerOptions()).complianceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 305)
if (new CompilerOptions(getCompilerOptions()).complianceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 305)
if (new CompilerOptions(getCompilerOptions()).complianceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 305)
if (new CompilerOptions(getCompilerOptions()).complianceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 346)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 346)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 401)
CompilerOptions options = new CompilerOptions(optionsMap);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 401)
CompilerOptions options = new CompilerOptions(optionsMap);
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 401)
CompilerOptions options = new CompilerOptions(optionsMap);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 402)
if (options.complianceLevel > ClassFileConstants.JDK1_4) {
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 402)
if (options.complianceLevel > ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 402)
if (options.complianceLevel > 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 404)
optionsMap.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 404)
optionsMap.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4);
Discouraged access: The field OPTION_Source from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 404)
optionsMap.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 404)
optionsMap.put(CompilerOptions.OPTION_Source, 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 428)
if ( new CompilerOptions(getCompilerOptions()).sourceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 428)
if ( new CompilerOptions(getCompilerOptions()).sourceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 428)
if ( new CompilerOptions(getCompilerOptions()).sourceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The field sourceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 428)
if ( new CompilerOptions(getCompilerOptions()).sourceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 428)
if ( new CompilerOptions(getCompilerOptions()).sourceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 456)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 456)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 463)
String expectedOutput = new CompilerOptions(getCompilerOptions()).sourceLevel <= ClassFileConstants.JDK1_4
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 463)
String expectedOutput = new CompilerOptions(getCompilerOptions()).sourceLevel <= ClassFileConstants.JDK1_4
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 463)
String expectedOutput = new CompilerOptions(getCompilerOptions()).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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 463)
String expectedOutput = new CompilerOptions(getCompilerOptions()).sourceLevel <= ClassFileConstants.JDK1_4
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 463)
String expectedOutput = new CompilerOptions(getCompilerOptions()).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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 499)
CompilerOptions options = new CompilerOptions(optionsMap);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 499)
CompilerOptions options = new CompilerOptions(optionsMap);
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 499)
CompilerOptions options = new CompilerOptions(optionsMap);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 500)
if (options.complianceLevel > ClassFileConstants.JDK1_4) {
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 500)
if (options.complianceLevel > ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 500)
if (options.complianceLevel > 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 502)
optionsMap.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 502)
optionsMap.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4);
Discouraged access: The field OPTION_Source from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 502)
optionsMap.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 502)
optionsMap.put(CompilerOptions.OPTION_Source, 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 520)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ArrayTest.java
 (at line 520)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java : 33 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 15)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 26)
options.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 26)
options.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNullReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 26)
options.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 26)
options.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 27)
options.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 27)
options.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportPotentialNullReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 27)
options.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 27)
options.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 28)
options.put(CompilerOptions.OPTION_ReportRedundantNullCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 28)
options.put(CompilerOptions.OPTION_ReportRedundantNullCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportRedundantNullCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 28)
options.put(CompilerOptions.OPTION_ReportRedundantNullCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 28)
options.put(CompilerOptions.OPTION_ReportRedundantNullCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 29)
options.put(CompilerOptions.OPTION_ReportNoEffectAssignment, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 29)
options.put(CompilerOptions.OPTION_ReportNoEffectAssignment, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNoEffectAssignment from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 29)
options.put(CompilerOptions.OPTION_ReportNoEffectAssignment, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 29)
options.put(CompilerOptions.OPTION_ReportNoEffectAssignment, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 931)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 931)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportParameterAssignment from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 931)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 931)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 961)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 961)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportParameterAssignment from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 961)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 961)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 1000)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 1000)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportParameterAssignment from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 1000)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 1000)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 1038)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 1038)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportParameterAssignment from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 1038)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest.java
 (at line 1038)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest_1_7.java : 17 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest_1_7.java
 (at line 15)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest_1_7.java
 (at line 26)
options.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest_1_7.java
 (at line 26)
options.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNullReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest_1_7.java
 (at line 26)
options.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest_1_7.java
 (at line 26)
options.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest_1_7.java
 (at line 27)
options.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest_1_7.java
 (at line 27)
options.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportPotentialNullReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest_1_7.java
 (at line 27)
options.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest_1_7.java
 (at line 27)
options.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest_1_7.java
 (at line 28)
options.put(CompilerOptions.OPTION_ReportRedundantNullCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest_1_7.java
 (at line 28)
options.put(CompilerOptions.OPTION_ReportRedundantNullCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportRedundantNullCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest_1_7.java
 (at line 28)
options.put(CompilerOptions.OPTION_ReportRedundantNullCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest_1_7.java
 (at line 28)
options.put(CompilerOptions.OPTION_ReportRedundantNullCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest_1_7.java
 (at line 29)
options.put(CompilerOptions.OPTION_ReportNoEffectAssignment, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest_1_7.java
 (at line 29)
options.put(CompilerOptions.OPTION_ReportNoEffectAssignment, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNoEffectAssignment from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest_1_7.java
 (at line 29)
options.put(CompilerOptions.OPTION_ReportNoEffectAssignment, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AssignmentTest_1_7.java
 (at line 29)
options.put(CompilerOptions.OPTION_ReportNoEffectAssignment, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java : 59 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 21)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 31)
defaultOptions.put(CompilerOptions.OPTION_ReportAutoboxing, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 31)
defaultOptions.put(CompilerOptions.OPTION_ReportAutoboxing, CompilerOptions.WARNING);
Discouraged access: The field OPTION_ReportAutoboxing from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 31)
defaultOptions.put(CompilerOptions.OPTION_ReportAutoboxing, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 31)
defaultOptions.put(CompilerOptions.OPTION_ReportAutoboxing, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 1037)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 1037)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 2523)
customOptions.put(CompilerOptions.OPTION_ReportAutoboxing, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 2523)
customOptions.put(CompilerOptions.OPTION_ReportAutoboxing, CompilerOptions.WARNING);
Discouraged access: The field OPTION_ReportAutoboxing from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 2523)
customOptions.put(CompilerOptions.OPTION_ReportAutoboxing, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 2523)
customOptions.put(CompilerOptions.OPTION_ReportAutoboxing, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4039)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4039)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4039)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4039)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTIMIZE_OUT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4071)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4071)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4071)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4071)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTIMIZE_OUT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4104)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4104)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4104)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4104)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTIMIZE_OUT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4137)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4137)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4137)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4137)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTIMIZE_OUT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4172)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4172)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4172)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4172)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTIMIZE_OUT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4207)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4207)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4207)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4207)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTIMIZE_OUT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4235)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4235)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4235)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4235)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTIMIZE_OUT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4261)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4261)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4261)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4261)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTIMIZE_OUT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4289)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4289)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4289)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4289)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTIMIZE_OUT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4317)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4317)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4317)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4317)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTIMIZE_OUT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4352)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4352)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4352)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4352)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTIMIZE_OUT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4380)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4380)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4380)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/AutoBoxingTest.java
 (at line 4380)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTIMIZE_OUT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 35)
import org.eclipse.jdt.internal.compiler.batch.ClasspathJar;
Discouraged access: The type ClasspathJar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 36)
import org.eclipse.jdt.internal.compiler.batch.ClasspathLocation;
Discouraged access: The type ClasspathLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 37)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 38)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 39)
import org.eclipse.jdt.internal.compiler.util.ManifestAnalyzer;
Discouraged access: The type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 45)
private static final Main MAIN = new Main(null/*outWriter*/, null/*errWriter*/, false/*systemExit*/, null/*options*/, null/*progress*/);
Discouraged access: The type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 45)
private static final Main MAIN = new Main(null/*outWriter*/, null/*errWriter*/, 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 45)
private static final Main MAIN = new Main(null/*outWriter*/, null/*errWriter*/, false/*systemExit*/, null/*options*/, null/*progress*/);
Discouraged access: The type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 62)
return buildUniqueComplianceTestSuite(testClass(), ClassFileConstants.JDK1_5);
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 62)
return buildUniqueComplianceTestSuite(testClass(), ClassFileConstants.JDK1_5);
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 463)
* the command line to pass to {@link Main#compile(String[])
Discouraged access: The type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 463)
* the command line to pass to {@link Main#compile(String[])
Discouraged access: The method compile(String[]) from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 604)
final String[] tokenizedCommandLine = Main.tokenize((String) extraArguments);
Discouraged access: The type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 604)
final String[] tokenizedCommandLine = Main.tokenize((String) extraArguments);
Discouraged access: The method tokenize(String) from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 605)
return new Main(out, err, false, null /* customDefaultOptions */, compilationProgress /* compilationProgress*/).compile(tokenizedCommandLine);
Discouraged access: The method compile(String[]) from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 605)
return new Main(out, err, false, null /* customDefaultOptions */, compilationProgress /* compilationProgress*/).compile(tokenizedCommandLine);
Discouraged access: The constructor Main(PrintWriter, PrintWriter, boolean, Map, CompilationProgress) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 605)
return new Main(out, err, false, null /* customDefaultOptions */, compilationProgress /* compilationProgress*/).compile(tokenizedCommandLine);
Discouraged access: The type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 648)
Main batchCompiler;
Discouraged access: The type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 656)
batchCompiler = 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 656)
batchCompiler = 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 663)
final String[] tokenizeCommandLine = Main.tokenize(commandLine);
Discouraged access: The type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 663)
final String[] tokenizeCommandLine = Main.tokenize(commandLine);
Discouraged access: The method tokenize(String) from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 664)
compileOK = batchCompiler.compile(tokenizeCommandLine);
Discouraged access: The method compile(String[]) from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 755)
ArrayList paths = new ArrayList(Main.DEFAULT_SIZE_CLASSPATH);
Discouraged access: The type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 755)
ArrayList paths = new ArrayList(Main.DEFAULT_SIZE_CLASSPATH);
Discouraged access: The field DEFAULT_SIZE_CLASSPATH from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 757)
(new Main(new PrintWriter(System.out), new PrintWriter(System.err), true/*systemExit*/, null/*options*/, null/*progress*/)). processPathEntries(Main.DEFAULT_SIZE_CLASSPATH, paths, classpathInput, null /* customEncoding */, true /* isSourceOnly */, false /* rejectDestinationPathOnJars*/);
Discouraged access: The method processPathEntries(int, ArrayList, String, String, boolean, boolean) from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 757)
(new Main(new PrintWriter(System.out), new PrintWriter(System.err), true/*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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 757)
(new Main(new PrintWriter(System.out), new PrintWriter(System.err), true/*systemExit*/, null/*options*/, null/*progress*/)).
Discouraged access: The type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 758)
processPathEntries(Main.DEFAULT_SIZE_CLASSPATH, paths, classpathInput, null /* customEncoding */, true /* isSourceOnly */, false /* rejectDestinationPathOnJars*/);
Discouraged access: The type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 758)
processPathEntries(Main.DEFAULT_SIZE_CLASSPATH, paths, classpathInput, null /* customEncoding */, true /* isSourceOnly */, false /* rejectDestinationPathOnJars*/);
Discouraged access: The field DEFAULT_SIZE_CLASSPATH from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 774)
ClasspathLocation result = (ClasspathLocation) paths.get(i);
Discouraged access: The type ClasspathLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 774)
ClasspathLocation result = (ClasspathLocation) paths.get(i);
Discouraged access: The type ClasspathLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 782)
if (result.accessRuleSet == null) {
Discouraged access: The field accessRuleSet from the type ClasspathLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 784)
} else if (! result.accessRuleSet.toString(false).
Discouraged access: The method toString(boolean) from the type AccessRuleSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 784)
} else if (! result.accessRuleSet.toString(false).
Discouraged access: The field accessRuleSet from the type ClasspathLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 786)
System.out.println("\"" + result.accessRuleSet.toString(false) + "\"");
Discouraged access: The method toString(boolean) from the type AccessRuleSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 786)
System.out.println("\"" + result.accessRuleSet.toString(false) + "\"");
Discouraged access: The field accessRuleSet from the type ClasspathLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 788)
", got " + result.accessRuleSet.toString(false));
Discouraged access: The method toString(boolean) from the type AccessRuleSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 788)
", got " + result.accessRuleSet.toString(false));
Discouraged access: The field accessRuleSet from the type ClasspathLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 792)
assertNull(result.destinationPath);
Discouraged access: The field destinationPath from the type ClasspathLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 793)
} else if (expected == Main.NONE &&
Discouraged access: The type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 793)
} else if (expected == Main.NONE &&
Discouraged access: The field NONE from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 794)
result.destinationPath != Main.NONE) {
Discouraged access: The field destinationPath from the type ClasspathLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 794)
result.destinationPath != Main.NONE) {
Discouraged access: The type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 794)
result.destinationPath != Main.NONE) {
Discouraged access: The field NONE from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 796)
} else if (! expected.equals(result.destinationPath)) {
Discouraged access: The field destinationPath from the type ClasspathLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 797)
System.out.println("\"" + result.destinationPath + "\"");
Discouraged access: The field destinationPath from the type ClasspathLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 798)
assertEquals(expected, result.destinationPath);
Discouraged access: The field destinationPath from the type ClasspathLocation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 865)
return org.eclipse.jdt.internal.compiler.util.Util.EMPTY_STRING;
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 865)
return org.eclipse.jdt.internal.compiler.util.Util.EMPTY_STRING;
Discouraged access: The field EMPTY_STRING from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 1202)
String[] args = Main.tokenize(commandLine);
Discouraged access: The type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 1202)
String[] args = Main.tokenize(commandLine);
Discouraged access: The method tokenize(String) from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 1218)
String[] args = Main.tokenize(commandLine);
Discouraged access: The method tokenize(String) from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 1218)
String[] args = Main.tokenize(commandLine);
Discouraged access: The type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 1234)
String[] args = Main.tokenize(commandLine);
Discouraged access: The method tokenize(String) from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 1234)
String[] args = Main.tokenize(commandLine);
Discouraged access: The type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 1250)
String[] args = Main.tokenize(commandLine);
Discouraged access: The method tokenize(String) from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 1250)
String[] args = Main.tokenize(commandLine);
Discouraged access: The type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 1266)
String[] args = Main.tokenize(commandLine);
Discouraged access: The method tokenize(String) from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 1266)
String[] args = Main.tokenize(commandLine);
Discouraged access: The type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 1282)
String[] args = Main.tokenize(commandLine);
Discouraged access: The method tokenize(String) from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 1282)
String[] args = Main.tokenize(commandLine);
Discouraged access: The type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 1606)
MAIN.bind("compiler.name"),
Discouraged access: The method bind(String) from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 1607)
MAIN.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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 1608)
MAIN.bind("compiler.copyright")
Discouraged access: The method bind(String) from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 1711)
MAIN.bind("compiler.name"),
Discouraged access: The method bind(String) from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 1712)
MAIN.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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 1713)
MAIN.bind("compiler.copyright")
Discouraged access: The method bind(String) from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 1885)
MAIN.bind("compiler.name"),
Discouraged access: The method bind(String) from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 1886)
MAIN.bind("compiler.copyright"),
Discouraged access: The method bind(String) from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 1887)
MAIN.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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 5254)
File none = new File(Main.NONE);
Discouraged access: The type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 5254)
File none = new File(Main.NONE);
Discouraged access: The field NONE from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 5275)
String fileName = Main.NONE + File.separator + "X.class";
Discouraged access: The type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 5275)
String fileName = Main.NONE + File.separator + "X.class";
Discouraged access: The field NONE from the type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 8687)
new ClasspathJar(new File("relative.jar"), true, null, null).
Discouraged access: The constructor ClasspathJar(File, boolean, AccessRuleSet, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 8687)
new ClasspathJar(new File("relative.jar"), true, null, null). getPath().indexOf(File.separator) == -1);
Discouraged access: The method getPath() from the type ClasspathJar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 8687)
new ClasspathJar(new File("relative.jar"), true, null, null).
Discouraged access: The type ClasspathJar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 8695)
new ClasspathJar(new File("relative.jar"), true, null, null).
Discouraged access: The constructor ClasspathJar(File, boolean, AccessRuleSet, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 8695)
new ClasspathJar(new File("relative.jar"), true, null, null). normalizedPath()) == -1);
Discouraged access: The method normalizedPath() from the type ClasspathJar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 8695)
new ClasspathJar(new File("relative.jar"), true, null, null).
Discouraged access: The type ClasspathJar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 10610)
assertEquals(1, analyzer.getClasspathSectionsCount());
Discouraged access: The method getClasspathSectionsCount() from the type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 10611)
assertEquals(1, analyzer.getCalledFileNames().size());
Discouraged access: The method getCalledFileNames() from the type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 10621)
ManifestAnalyzer analyzer = new ManifestAnalyzer();
Discouraged access: The type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 10621)
ManifestAnalyzer analyzer = new ManifestAnalyzer();
Discouraged access: The constructor ManifestAnalyzer() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 10621)
ManifestAnalyzer analyzer = new ManifestAnalyzer();
Discouraged access: The type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 10632)
assertEquals(1, analyzer.getClasspathSectionsCount());
Discouraged access: The method getClasspathSectionsCount() from the type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 10633)
assertEquals(2, analyzer.getCalledFileNames().size());
Discouraged access: The method getCalledFileNames() from the type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 10643)
ManifestAnalyzer analyzer = new ManifestAnalyzer();
Discouraged access: The type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 10643)
ManifestAnalyzer analyzer = new ManifestAnalyzer();
Discouraged access: The constructor ManifestAnalyzer() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 10643)
ManifestAnalyzer analyzer = new ManifestAnalyzer();
Discouraged access: The type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 10660)
new ManifestAnalyzer(),
Discouraged access: The constructor ManifestAnalyzer() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 10660)
new ManifestAnalyzer(),
Discouraged access: The type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 10675)
return manifestAnalyzer.analyzeManifestContents(stream);
Discouraged access: The method analyzeManifestContents(InputStream) from the type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 10685)
new ManifestAnalyzer(),
Discouraged access: The constructor ManifestAnalyzer() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 10685)
new ManifestAnalyzer(),
Discouraged access: The type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 11042)
ManifestAnalyzer analyzer = new ManifestAnalyzer();
Discouraged access: The type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 11042)
ManifestAnalyzer analyzer = new ManifestAnalyzer();
Discouraged access: The constructor ManifestAnalyzer() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 11042)
ManifestAnalyzer analyzer = new ManifestAnalyzer();
Discouraged access: The type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java
 (at line 11050)
List calledFileNames = analyzer.getCalledFileNames();
Discouraged access: The method getCalledFileNames() from the type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java : 69 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 18)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 459)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 459)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 521)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 521)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 572)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 572)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 623)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 623)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 674)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 674)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 729)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 729)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 791)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 791)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 842)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 842)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 894)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 894)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 945)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 945)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 996)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 996)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1054)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1054)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1121)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1121)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1151)
String expectedOutput = this.complianceLevel == ClassFileConstants.JDK1_3
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1151)
String expectedOutput = this.complianceLevel == ClassFileConstants.JDK1_3
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1210)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1210)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1262)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1262)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1315)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1315)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1365)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1365)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1405)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1405)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1448)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1448)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1757)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1757)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1799)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1799)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1857)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1857)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1917)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1917)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1977)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 1977)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 2034)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 2034)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 2085)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 2085)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 2134)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 2134)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 2185)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 2185)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 2236)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 2236)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 2285)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 2285)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 2331)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 2331)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 2382)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 2382)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 2443)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/BooleanTest.java
 (at line 2443)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 21)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 22)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 31)
defaultOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 31)
defaultOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.WARNING);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 31)
defaultOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 31)
defaultOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 32)
defaultOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 32)
defaultOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportRawTypeReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 32)
defaultOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 32)
defaultOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 57)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 57)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 97)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 97)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 97)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 97)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 138)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 138)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 138)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 138)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 175)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 175)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 175)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 175)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 213)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 213)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 213)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 213)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 264)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 264)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 264)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 264)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 298)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 298)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 298)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 298)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 354)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 354)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 354)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 354)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 384)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 384)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 384)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 384)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 419)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 419)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 419)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 419)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 454)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 454)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 454)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 454)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 484)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 484)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 484)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 484)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 525)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 525)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 525)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 525)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 564)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 564)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 564)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 564)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 590)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 590)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 590)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 590)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 621)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 621)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 621)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 621)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 653)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 653)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 653)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 653)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 684)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 684)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 684)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 684)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 712)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 712)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 712)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 712)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 741)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 741)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 741)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 741)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 765)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 765)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 765)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 765)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 841)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 841)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 841)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 841)
customOptions.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 842)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 842)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUncheckedTypeOperation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 842)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CastTest.java
 (at line 842)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileComparatorTest.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileComparatorTest.java
 (at line 20)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader;
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileComparatorTest.java
 (at line 21)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException;
Discouraged access: The type ClassFormatException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileComparatorTest.java
 (at line 71)
ClassFileReader reader = ClassFileReader.read(EVAL_DIRECTORY + File.separator + classFile1 + ".class");
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileComparatorTest.java
 (at line 71)
ClassFileReader reader = ClassFileReader.read(EVAL_DIRECTORY + File.separator + classFile1 + ".class");
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileComparatorTest.java
 (at line 71)
ClassFileReader reader = ClassFileReader.read(EVAL_DIRECTORY + File.separator + classFile1 + ".class");
Discouraged access: The method read(String) from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileComparatorTest.java
 (at line 82)
return reader.hasStructuralChanges(classFileBytes, orderRequired, excludeSynthetic);
Discouraged access: The method hasStructuralChanges(byte[], boolean, boolean) from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileComparatorTest.java
 (at line 85)
} catch(ClassFormatException e) {
Discouraged access: The type ClassFormatException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_4.java : 22 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_4.java
 (at line 17)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_4.java
 (at line 18)
import org.eclipse.jdt.internal.compiler.env.IBinaryMethod;
Discouraged access: The type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_4.java
 (at line 28)
return buildUniqueComplianceTestSuite(testClass(), ClassFileConstants.JDK1_4);
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_4.java
 (at line 28)
return buildUniqueComplianceTestSuite(testClass(), 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_4.java
 (at line 2796)
org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader classFileReader = getInternalClassFile("", "X", "X", source);
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_4.java
 (at line 2797)
IBinaryMethod[] methodInfos = classFileReader.getMethods();
Discouraged access: The type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_4.java
 (at line 2797)
IBinaryMethod[] methodInfos = classFileReader.getMethods();
Discouraged access: The method getMethods() from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_4.java
 (at line 2802)
char[][] argNames = methodInfos[i].getArgumentNames();
Discouraged access: The method getArgumentNames() from the type IGenericMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_4.java
 (at line 2805)
if (CharOperation.equals(methodInfos[i].getSelector(), "<init>".toCharArray())) {
Discouraged access: The method getSelector() from the type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_4.java
 (at line 2808)
} else if (CharOperation.equals(methodInfos[i].getSelector(), "foo".toCharArray())) {
Discouraged access: The method getSelector() from the type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_4.java
 (at line 2831)
org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader classFileReader = getInternalClassFile("", "X", "X", source);
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_4.java
 (at line 2832)
IBinaryMethod[] methodInfos = classFileReader.getMethods();
Discouraged access: The type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_4.java
 (at line 2832)
IBinaryMethod[] methodInfos = classFileReader.getMethods();
Discouraged access: The method getMethods() from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_4.java
 (at line 2837)
char[][] argNames = methodInfos[i].getArgumentNames();
Discouraged access: The method getArgumentNames() from the type IGenericMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_4.java
 (at line 2840)
if (CharOperation.equals(methodInfos[i].getSelector(), "<init>".toCharArray())) {
Discouraged access: The method getSelector() from the type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_4.java
 (at line 2843)
} else if (CharOperation.equals(methodInfos[i].getSelector(), "foo".toCharArray())) {
Discouraged access: The method getSelector() from the type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_4.java
 (at line 2867)
org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader classFileReader = getInternalClassFile("", "X", "X", source);
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_4.java
 (at line 2868)
IBinaryMethod[] methodInfos = classFileReader.getMethods();
Discouraged access: The type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_4.java
 (at line 2868)
IBinaryMethod[] methodInfos = classFileReader.getMethods();
Discouraged access: The method getMethods() from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_4.java
 (at line 2873)
char[][] argNames = methodInfos[i].getArgumentNames();
Discouraged access: The method getArgumentNames() from the type IGenericMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_4.java
 (at line 2876)
if (CharOperation.equals(methodInfos[i].getSelector(), "<init>".toCharArray())) {
Discouraged access: The method getSelector() from the type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_4.java
 (at line 2879)
} else if (CharOperation.equals(methodInfos[i].getSelector(), "foo".toCharArray())) {
Discouraged access: The method getSelector() from the type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_5.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_5.java
 (at line 24)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_5.java
 (at line 423)
if (this.complianceLevel > ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ClassFileReaderTest_1_5.java
 (at line 423)
if (this.complianceLevel > ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java : 40 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 21)
import org.eclipse.jdt.internal.compiler.CompilationResult;
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 22)
import org.eclipse.jdt.internal.compiler.ICompilerRequestor;
Discouraged access: The type ICompilerRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 23)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 24)
import org.eclipse.jdt.internal.compiler.impl.IrritantSet;
Discouraged access: The type IrritantSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 25)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 26)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 27)
import org.eclipse.jdt.internal.compiler.problem.ProblemSeverities;
Discouraged access: The type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 65)
for (int group = 0; group < IrritantSet.GROUP_MAX; group++) {
Discouraged access: The type IrritantSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 65)
for (int group = 0; group < IrritantSet.GROUP_MAX; group++) {
Discouraged access: The field GROUP_MAX from the type IrritantSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 67)
int irritant = (group << IrritantSet.GROUP_SHIFT) + (1 << i);
Discouraged access: The type IrritantSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 67)
int irritant = (group << IrritantSet.GROUP_SHIFT) + (1 << i);
Discouraged access: The field GROUP_SHIFT from the type IrritantSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 68)
String token = CompilerOptions.warningTokenFromIrritant(irritant);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 68)
String token = CompilerOptions.warningTokenFromIrritant(irritant);
Discouraged access: The method warningTokenFromIrritant(int) from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 71)
assertTrue(CompilerOptions.warningTokenToIrritants(token) != null);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 71)
assertTrue(CompilerOptions.warningTokenToIrritants(token) != null);
Discouraged access: The method warningTokenToIrritants(String) from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 75)
String [] allTokens = CompilerOptions.warningTokens;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 75)
String [] allTokens = CompilerOptions.warningTokens;
Discouraged access: The field warningTokens from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 95)
&& ProblemReporter.getProblemCategory(ProblemSeverities.Error, problemId)
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 95)
&& ProblemReporter.getProblemCategory(ProblemSeverities.Error, problemId)
Discouraged access: The method getProblemCategory(int, int) from the type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 95)
&& ProblemReporter.getProblemCategory(ProblemSeverities.Error, problemId)
Discouraged access: The type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 95)
&& ProblemReporter.getProblemCategory(ProblemSeverities.Error, problemId)
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 106)
class TasksReader implements ICompilerRequestor {
Discouraged access: The type ICompilerRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 107)
CompilationResult result;
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 108)
public void acceptResult(CompilationResult compilationResult) {
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 169)
String tags = taskTagsAsStrings(reader.result.tasks);
Discouraged access: The field tasks from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 175)
taskTagsAsCutAndPaste(reader.result.tasks);
Discouraged access: The field tasks from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 291)
new DefaultProblemFactory().getLocalizedMessage(Integer.MAX_VALUE, new String[]{}));
Discouraged access: The constructor DefaultProblemFactory() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 291)
new DefaultProblemFactory().getLocalizedMessage(Integer.MAX_VALUE, new String[]{}));
Discouraged access: The method getLocalizedMessage(int, String[]) from the type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 291)
new DefaultProblemFactory().getLocalizedMessage(Integer.MAX_VALUE, new String[]{}));
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 296)
new DefaultProblemFactory().getLocalizedMessage(0, Integer.MAX_VALUE / 2, new String[]{"Zork"}));
Discouraged access: The constructor DefaultProblemFactory() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 296)
new DefaultProblemFactory().getLocalizedMessage(0, Integer.MAX_VALUE / 2, new String[]{"Zork"}));
Discouraged access: The method getLocalizedMessage(int, int, String[]) from the type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 296)
new DefaultProblemFactory().getLocalizedMessage(0, Integer.MAX_VALUE / 2, new String[]{"Zork"}));
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 875)
int actualCategory = ProblemReporter.getProblemCategory(ProblemSeverities.Error, problemId);
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 875)
int actualCategory = ProblemReporter.getProblemCategory(ProblemSeverities.Error, problemId);
Discouraged access: The method getProblemCategory(int, int) from the type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 875)
int actualCategory = ProblemReporter.getProblemCategory(ProblemSeverities.Error, problemId);
Discouraged access: The type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 875)
int actualCategory = ProblemReporter.getProblemCategory(ProblemSeverities.Error, problemId);
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 878)
int actualCategory = ProblemReporter.getProblemCategory(ProblemSeverities.Error, problemId);
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 878)
int actualCategory = ProblemReporter.getProblemCategory(ProblemSeverities.Error, problemId);
Discouraged access: The method getProblemCategory(int, int) from the type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 878)
int actualCategory = ProblemReporter.getProblemCategory(ProblemSeverities.Error, problemId);
Discouraged access: The type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
 (at line 878)
int actualCategory = ProblemReporter.getProblemCategory(ProblemSeverities.Error, problemId);
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java : 24 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 21)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 22)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 37)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 37)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 37)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 37)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportInvalidJavadoc from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 39)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 39)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_ReportInvalidJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 39)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 39)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 44)
return buildUniqueComplianceTestSuite(testClass(), ClassFileConstants.JDK1_3);
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 44)
return buildUniqueComplianceTestSuite(testClass(), ClassFileConstants.JDK1_3);
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 1185)
customOptions.put(CompilerOptions.OPTION_TaskTags, "TODO:");
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 1185)
customOptions.put(CompilerOptions.OPTION_TaskTags, "TODO:");
Discouraged access: The field OPTION_TaskTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 1211)
customOptions.put(CompilerOptions.OPTION_TaskTags, "TODO:");
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 1211)
customOptions.put(CompilerOptions.OPTION_TaskTags, "TODO:");
Discouraged access: The field OPTION_TaskTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 1433)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 1433)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 3300)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_3.java
 (at line 3300)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java : 29 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 21)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 22)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 37)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 37)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 37)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 37)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportInvalidJavadoc from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 39)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 39)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_ReportInvalidJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 39)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 39)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 44)
return buildUniqueComplianceTestSuite(testClass(), ClassFileConstants.JDK1_4);
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 44)
return buildUniqueComplianceTestSuite(testClass(), 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 1175)
customOptions.put(CompilerOptions.OPTION_TaskTags, "TODO:");
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 1175)
customOptions.put(CompilerOptions.OPTION_TaskTags, "TODO:");
Discouraged access: The field OPTION_TaskTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 1203)
customOptions.put(CompilerOptions.OPTION_TaskTags, "TODO:");
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 1203)
customOptions.put(CompilerOptions.OPTION_TaskTags, "TODO:");
Discouraged access: The field OPTION_TaskTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 1445)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 1445)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 1452)
String expectedOutput = new CompilerOptions(getCompilerOptions()).sourceLevel <= ClassFileConstants.JDK1_4
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 1452)
String expectedOutput = new CompilerOptions(getCompilerOptions()).sourceLevel <= ClassFileConstants.JDK1_4
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 1452)
String expectedOutput = new CompilerOptions(getCompilerOptions()).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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 1452)
String expectedOutput = new CompilerOptions(getCompilerOptions()).sourceLevel <= ClassFileConstants.JDK1_4
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 1452)
String expectedOutput = new CompilerOptions(getCompilerOptions()).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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 3323)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_4.java
 (at line 3323)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java : 25 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 22)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUnnecessaryTypeCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportUnnecessaryTypeCheck, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 38)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 38)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 38)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 38)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 39)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 39)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportInvalidJavadoc from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 39)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 39)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 40)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 40)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_ReportInvalidJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 40)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 40)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 1191)
customOptions.put(CompilerOptions.OPTION_TaskTags, "TODO:");
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 1191)
customOptions.put(CompilerOptions.OPTION_TaskTags, "TODO:");
Discouraged access: The field OPTION_TaskTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 1227)
customOptions.put(CompilerOptions.OPTION_TaskTags, "TODO:");
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 1227)
customOptions.put(CompilerOptions.OPTION_TaskTags, "TODO:");
Discouraged access: The field OPTION_TaskTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 1477)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 1477)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 3422)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_5.java
 (at line 3422)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_CLDC.java : 16 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_CLDC.java
 (at line 18)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_CLDC.java
 (at line 19)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_CLDC.java
 (at line 32)
options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_3);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_CLDC.java
 (at line 32)
options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_3);
Discouraged access: The field OPTION_Compliance from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_CLDC.java
 (at line 32)
options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_3);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_CLDC.java
 (at line 32)
options.put(CompilerOptions.OPTION_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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_CLDC.java
 (at line 33)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_CLDC1_1);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_CLDC.java
 (at line 33)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_CLDC1_1);
Discouraged access: The field OPTION_TargetPlatform from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_CLDC.java
 (at line 33)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_CLDC1_1);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_CLDC.java
 (at line 33)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_CLDC1_1);
Discouraged access: The field VERSION_CLDC1_1 from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_CLDC.java
 (at line 34)
options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_3);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_CLDC.java
 (at line 34)
options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_3);
Discouraged access: The field OPTION_Source from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_CLDC.java
 (at line 34)
options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_3);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_CLDC.java
 (at line 34)
options.put(CompilerOptions.OPTION_Source, 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_CLDC.java
 (at line 38)
return buildUniqueComplianceTestSuite(testClass(), ClassFileConstants.JDK1_3);
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_CLDC.java
 (at line 38)
return buildUniqueComplianceTestSuite(testClass(), ClassFileConstants.JDK1_3);
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/ConstantTest.java : 19 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ConstantTest.java
 (at line 20)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ConstantTest.java
 (at line 341)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ConstantTest.java
 (at line 341)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ConstantTest.java
 (at line 478)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ConstantTest.java
 (at line 478)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ConstantTest.java
 (at line 518)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ConstantTest.java
 (at line 518)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ConstantTest.java
 (at line 625)
if (this.complianceLevel > ClassFileConstants.JDK1_5) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ConstantTest.java
 (at line 625)
if (this.complianceLevel > ClassFileConstants.JDK1_5) return;
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ConstantTest.java
 (at line 771)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ConstantTest.java
 (at line 771)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ConstantTest.java
 (at line 785)
if(this.complianceLevel > ClassFileConstants.JDK1_5) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ConstantTest.java
 (at line 785)
if(this.complianceLevel > ClassFileConstants.JDK1_5) return;
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ConstantTest.java
 (at line 931)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ConstantTest.java
 (at line 931)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ConstantTest.java
 (at line 944)
if(this.complianceLevel > ClassFileConstants.JDK1_5) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ConstantTest.java
 (at line 944)
if(this.complianceLevel > ClassFileConstants.JDK1_5) return;
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ConstantTest.java
 (at line 1030)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ConstantTest.java
 (at line 1030)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/DebugAttributeTest.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DebugAttributeTest.java
 (at line 56)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DebugAttributeTest.java
 (at line 56)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DebugAttributeTest.java
 (at line 125)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DebugAttributeTest.java
 (at line 125)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DebugAttributeTest.java
 (at line 225)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DebugAttributeTest.java
 (at line 225)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DebugAttributeTest.java
 (at line 277)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DebugAttributeTest.java
 (at line 277)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/Deprecated15Test.java : 17 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Deprecated15Test.java
 (at line 16)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Deprecated15Test.java
 (at line 29)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Deprecated15Test.java
 (at line 29)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.WARNING);
Discouraged access: The field OPTION_ReportRawTypeReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Deprecated15Test.java
 (at line 29)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Deprecated15Test.java
 (at line 29)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Deprecated15Test.java
 (at line 112)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Deprecated15Test.java
 (at line 112)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportDeprecation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Deprecated15Test.java
 (at line 112)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Deprecated15Test.java
 (at line 112)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Deprecated15Test.java
 (at line 161)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Deprecated15Test.java
 (at line 161)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportDeprecation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Deprecated15Test.java
 (at line 161)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Deprecated15Test.java
 (at line 161)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Deprecated15Test.java
 (at line 190)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Deprecated15Test.java
 (at line 190)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportDeprecation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Deprecated15Test.java
 (at line 190)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Deprecated15Test.java
 (at line 190)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java : 56 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 16)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 17)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 350)
customOptions.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 350)
customOptions.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 350)
customOptions.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 350)
customOptions.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 351)
customOptions.put(CompilerOptions.OPTION_ReportInvalidAnnotation, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 351)
customOptions.put(CompilerOptions.OPTION_ReportInvalidAnnotation, CompilerOptions.WARNING);
Discouraged access: The field OPTION_ReportInvalidAnnotation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 351)
customOptions.put(CompilerOptions.OPTION_ReportInvalidAnnotation, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 351)
customOptions.put(CompilerOptions.OPTION_ReportInvalidAnnotation, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 421)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation,
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 421)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation,
Discouraged access: The field OPTION_ReportDeprecation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 422)
CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 422)
CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 423)
customOptions.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode,
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 423)
customOptions.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode,
Discouraged access: The field OPTION_ReportDeprecationInDeprecatedCode from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 424)
CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 424)
CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 463)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 463)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 465)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation,
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 465)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation,
Discouraged access: The field OPTION_ReportDeprecation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 466)
CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 466)
CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 467)
customOptions.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode,
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 467)
customOptions.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode,
Discouraged access: The field OPTION_ReportDeprecationInDeprecatedCode from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 468)
CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 468)
CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 565)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 565)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportDeprecation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 565)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 565)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 616)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 616)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportDeprecation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 616)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 616)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 668)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 668)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportDeprecation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 668)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 668)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 669)
customOptions.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 669)
customOptions.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportDeprecationInDeprecatedCode from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 669)
customOptions.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 669)
customOptions.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 700)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 700)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportDeprecation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 700)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 700)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 701)
customOptions.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 701)
customOptions.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportDeprecationInDeprecatedCode from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 701)
customOptions.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 701)
customOptions.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 761)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 761)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportDeprecation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 761)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/DeprecatedTest.java
 (at line 761)
customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/EnclosingMethodAttributeTest.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnclosingMethodAttributeTest.java
 (at line 69)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X$1.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnclosingMethodAttributeTest.java
 (at line 69)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X$1.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnclosingMethodAttributeTest.java
 (at line 114)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator + "X$1MyLocal$A$Member$1.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnclosingMethodAttributeTest.java
 (at line 114)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator + "X$1MyLocal$A$Member$1.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnclosingMethodAttributeTest.java
 (at line 163)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator + "X$1LocalClass.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnclosingMethodAttributeTest.java
 (at line 163)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator + "X$1LocalClass.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java : 71 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 21)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 48)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 48)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 48)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 48)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 49)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 49)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportInvalidJavadoc from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 49)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 49)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 50)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 50)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_ReportInvalidJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 50)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 50)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 51)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 51)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field OPTION_ReportInvalidJavadocTagsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 51)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 51)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 52)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 52)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportMissingJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 52)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 52)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 53)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 53)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field OPTION_ReportMissingJavadocTagsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 53)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 53)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 55)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportMissingJavadocComments);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 55)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportMissingJavadocComments);
Discouraged access: The field OPTION_ReportMissingJavadocComments from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 1135)
this.reportMissingJavadocComments = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 1135)
this.reportMissingJavadocComments = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 1613)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 1613)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 2055)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 2055)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 2463)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 2463)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 2640)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 2640)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 2886)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 2886)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 4273)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 4273)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 4292)
classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X$1.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 4292)
classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X$1.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 4313)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 4313)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportRawTypeReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 4313)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 4313)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 4314)
options.put(CompilerOptions.OPTION_ReportMissingSerialVersion, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 4314)
options.put(CompilerOptions.OPTION_ReportMissingSerialVersion, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportMissingSerialVersion from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 4314)
options.put(CompilerOptions.OPTION_ReportMissingSerialVersion, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 4314)
options.put(CompilerOptions.OPTION_ReportMissingSerialVersion, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 4352)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 4352)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 4573)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 4573)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 5031)
options.put(CompilerOptions.OPTION_ReportNonStaticAccessToStatic, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 5031)
options.put(CompilerOptions.OPTION_ReportNonStaticAccessToStatic, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonStaticAccessToStatic from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 5031)
options.put(CompilerOptions.OPTION_ReportNonStaticAccessToStatic, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 5031)
options.put(CompilerOptions.OPTION_ReportNonStaticAccessToStatic, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 5215)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"p" + File.separator + "X$E.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 5215)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"p" + File.separator + "X$E.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 5288)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"p" + File.separator + "X$E.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 5288)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"p" + File.separator + "X$E.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 6140)
customOptions.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 6140)
customOptions.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING);
Discouraged access: The field OPTION_ReportUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 6140)
customOptions.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 6140)
customOptions.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 6170)
customOptions.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 6170)
customOptions.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING);
Discouraged access: The field OPTION_ReportUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 6170)
customOptions.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/EnumTest.java
 (at line 6170)
customOptions.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java : 28 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 17)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 18)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 31)
return buildUniqueComplianceTestSuite(testClass(), ClassFileConstants.JDK1_5);
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 31)
return buildUniqueComplianceTestSuite(testClass(), ClassFileConstants.JDK1_5);
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 36)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 36)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 36)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 36)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 63)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 63)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 63)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 63)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 107)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 107)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 107)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 107)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 151)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 151)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.WARNING);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 151)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 151)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 181)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 181)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 181)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 181)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 206)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 206)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.WARNING);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 206)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiterals15Test.java
 (at line 206)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java : 93 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 15)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 35)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 35)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 35)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 35)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 68)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 68)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 68)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 68)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 133)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 133)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 133)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 133)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 161)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 161)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 161)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 161)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 181)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 181)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 181)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 181)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 208)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 208)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 208)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 208)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 235)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 235)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 235)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 235)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 267)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 267)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 267)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 267)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 304)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 304)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 304)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 304)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 324)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 324)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 324)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 324)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 363)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 363)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 363)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 363)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 402)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 402)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 402)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 402)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 436)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 436)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 436)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 436)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 465)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 465)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 465)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 465)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 499)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 499)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 499)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 499)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 533)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 533)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 533)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 533)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 568)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 568)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 568)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 568)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 599)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 599)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 599)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 599)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 629)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 629)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 629)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 629)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 659)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 659)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 659)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 659)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 689)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 689)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 689)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 689)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 719)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 719)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 719)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 719)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 755)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 755)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 755)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ExternalizeStringLiteralsTest.java
 (at line 755)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java : 77 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 17)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 34)
options.put(CompilerOptions.OPTION_ReportIndirectStaticAccess, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 34)
options.put(CompilerOptions.OPTION_ReportIndirectStaticAccess, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportIndirectStaticAccess from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 34)
options.put(CompilerOptions.OPTION_ReportIndirectStaticAccess, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 34)
options.put(CompilerOptions.OPTION_ReportIndirectStaticAccess, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 88)
options.put(CompilerOptions.OPTION_ReportNonStaticAccessToStatic, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 88)
options.put(CompilerOptions.OPTION_ReportNonStaticAccessToStatic, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportNonStaticAccessToStatic from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 88)
options.put(CompilerOptions.OPTION_ReportNonStaticAccessToStatic, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 88)
options.put(CompilerOptions.OPTION_ReportNonStaticAccessToStatic, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 118)
options.put(CompilerOptions.OPTION_ReportNonStaticAccessToStatic, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 118)
options.put(CompilerOptions.OPTION_ReportNonStaticAccessToStatic, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportNonStaticAccessToStatic from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 118)
options.put(CompilerOptions.OPTION_ReportNonStaticAccessToStatic, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 118)
options.put(CompilerOptions.OPTION_ReportNonStaticAccessToStatic, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 152)
options.put(CompilerOptions.OPTION_ReportUnqualifiedFieldAccess, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 152)
options.put(CompilerOptions.OPTION_ReportUnqualifiedFieldAccess, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnqualifiedFieldAccess from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 152)
options.put(CompilerOptions.OPTION_ReportUnqualifiedFieldAccess, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 152)
options.put(CompilerOptions.OPTION_ReportUnqualifiedFieldAccess, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 177)
options.put(CompilerOptions.OPTION_ReportUnqualifiedFieldAccess, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 177)
options.put(CompilerOptions.OPTION_ReportUnqualifiedFieldAccess, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnqualifiedFieldAccess from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 177)
options.put(CompilerOptions.OPTION_ReportUnqualifiedFieldAccess, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 177)
options.put(CompilerOptions.OPTION_ReportUnqualifiedFieldAccess, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 202)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 202)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUnusedPrivateMember from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 202)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 202)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 232)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 232)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUnusedPrivateMember from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 232)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 232)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 262)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 262)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUnusedPrivateMember from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 262)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 262)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 292)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 292)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUnusedPrivateMember from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 292)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 292)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 322)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 322)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUnusedPrivateMember from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 322)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 322)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 352)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 352)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUnusedPrivateMember from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 352)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 352)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 382)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 382)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUnusedPrivateMember from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 382)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 382)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 409)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 409)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUnusedPrivateMember from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 409)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 409)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 436)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 436)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUnusedPrivateMember from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 436)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 436)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 464)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 464)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUnusedPrivateMember from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 464)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 464)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 493)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 493)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.WARNING);
Discouraged access: The field OPTION_ReportFieldHiding from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 493)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 493)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 522)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 522)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.WARNING);
Discouraged access: The field OPTION_ReportFieldHiding from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 522)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 522)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 562)
options.put(CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 562)
options.put(CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.WARNING);
Discouraged access: The field OPTION_ReportLocalVariableHiding from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 562)
options.put(CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 562)
options.put(CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 590)
options.put(CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 590)
options.put(CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.WARNING);
Discouraged access: The field OPTION_ReportLocalVariableHiding from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 590)
options.put(CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FieldAccessTest.java
 (at line 590)
options.put(CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 23)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 24)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 25)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 26)
import org.eclipse.jdt.internal.compiler.problem.ProblemSeverities;
Discouraged access: The type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 70)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 70)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportParameterAssignment from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 70)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 70)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 96)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 96)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportParameterAssignment from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 96)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 96)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 122)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 122)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportParameterAssignment from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 122)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 122)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 148)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 148)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportParameterAssignment from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 148)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 148)
options.put(CompilerOptions.OPTION_ReportParameterAssignment, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 175)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 175)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportFallthroughCase from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 175)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 175)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 217)
if (this.complianceLevel == ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 217)
if (this.complianceLevel == ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 219)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 219)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.WARNING);
Discouraged access: The field OPTION_ReportFallthroughCase from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 219)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 219)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 253)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 253)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportFallthroughCase from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 253)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 253)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 291)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 291)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportFallthroughCase from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 291)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 291)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 321)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 321)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportFallthroughCase from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 321)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 321)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 355)
if (this.complianceLevel == ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 355)
if (this.complianceLevel == ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 357)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 357)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.WARNING);
Discouraged access: The field OPTION_ReportFallthroughCase from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 357)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 357)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 389)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 389)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportFallthroughCase from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 389)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 389)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 414)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 414)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportFallthroughCase from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 414)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 414)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 439)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 439)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportFallthroughCase from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 439)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 439)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 476)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 476)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportFallthroughCase from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 476)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 476)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 513)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 513)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportFallthroughCase from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 513)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 513)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 550)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 550)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportFallthroughCase from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 550)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 550)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 575)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 575)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportFallthroughCase from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 575)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 575)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 600)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 600)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportFallthroughCase from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 600)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 600)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 663)
if (ProblemReporter.getProblemCategory(ProblemSeverities.Warning, IProblem.FallthroughCase) !=
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 663)
if (ProblemReporter.getProblemCategory(ProblemSeverities.Warning, IProblem.FallthroughCase) !=
Discouraged access: The method getProblemCategory(int, int) from the type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 663)
if (ProblemReporter.getProblemCategory(ProblemSeverities.Warning, IProblem.FallthroughCase) !=
Discouraged access: The type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 663)
if (ProblemReporter.getProblemCategory(ProblemSeverities.Warning, IProblem.FallthroughCase) !=
Discouraged access: The field Warning from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 671)
options.put(CompilerOptions.OPTION_ReportEmptyStatement, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 671)
options.put(CompilerOptions.OPTION_ReportEmptyStatement, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportEmptyStatement from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 671)
options.put(CompilerOptions.OPTION_ReportEmptyStatement, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 671)
options.put(CompilerOptions.OPTION_ReportEmptyStatement, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 876)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 876)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 920)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 920)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 987)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 987)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 1148)
if (this.complianceLevel <= ClassFileConstants.JDK1_3) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 1148)
if (this.complianceLevel <= ClassFileConstants.JDK1_3) {
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 1688)
if (this.complianceLevel < ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 1688)
if (this.complianceLevel < 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 1988)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/FlowAnalysisTest.java
 (at line 1988)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/ForStatementTest.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForStatementTest.java
 (at line 21)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForStatementTest.java
 (at line 31)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForStatementTest.java
 (at line 31)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForStatementTest.java
 (at line 31)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForStatementTest.java
 (at line 31)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTIMIZE_OUT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForStatementTest.java
 (at line 118)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForStatementTest.java
 (at line 118)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForStatementTest.java
 (at line 160)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForStatementTest.java
 (at line 160)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForStatementTest.java
 (at line 206)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForStatementTest.java
 (at line 206)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForStatementTest.java
 (at line 264)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForStatementTest.java
 (at line 264)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java : 85 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 21)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 34)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 34)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 34)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 34)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTIMIZE_OUT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 190)
customOptions.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 190)
customOptions.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 190)
customOptions.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 190)
customOptions.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The field PRESERVE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 292)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 292)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 483)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 483)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 536)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 536)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 603)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 603)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 687)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 687)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 754)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 754)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 829)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 829)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 972)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 972)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 1070)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 1070)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 1201)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 1201)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 1317)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 1317)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 1474)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 1474)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 1671)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 1671)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 1766)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 1766)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 1836)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 1836)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 1905)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 1905)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 1968)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 1968)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2061)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2061)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2075)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2075)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2075)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2075)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The field PRESERVE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2162)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2162)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2200)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2200)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2214)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2214)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2214)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2214)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The field PRESERVE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2265)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2265)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2309)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2309)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2323)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2323)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2323)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2323)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The field PRESERVE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2375)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2375)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2389)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2389)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2389)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2389)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The field PRESERVE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2446)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2446)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2460)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2460)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2460)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2460)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTIMIZE_OUT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2512)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2512)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2566)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2566)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2624)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2624)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2678)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ForeachStatementTest.java
 (at line 2678)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 33)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader;
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 34)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException;
Discouraged access: The type ClassFormatException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 35)
import org.eclipse.jdt.internal.compiler.env.IBinaryField;
Discouraged access: The type IBinaryField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 36)
import org.eclipse.jdt.internal.compiler.env.IBinaryMethod;
Discouraged access: The type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 37)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 65)
static boolean RunJavac = CompilerOptions.ENABLED.equals(RUN_SUN_JAVAC);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 65)
static boolean RunJavac = CompilerOptions.ENABLED.equals(RUN_SUN_JAVAC);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 213)
ClassFileReader classFileReader = ClassFileReader.read(OUTPUT_DIR + File.separator + "X.class");
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 213)
ClassFileReader classFileReader = ClassFileReader.read(OUTPUT_DIR + File.separator + "X.class");
Discouraged access: The method read(String) from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 213)
ClassFileReader classFileReader = ClassFileReader.read(OUTPUT_DIR + File.separator + "X.class");
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 214)
assertEquals("Wrong signature", "<T:Ljava/lang/Object;>Lp/A<TT;>;", new String(classFileReader.getGenericSignature()));
Discouraged access: The method getGenericSignature() from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 215)
} catch (ClassFormatException e) {
Discouraged access: The type ClassFormatException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 223)
IClassFileAttribute classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The method getAttribute(IClassFileReader, char[]) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 223)
IClassFileAttribute classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 245)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(codeAttribute, IAttributeNamesConstants.LOCAL_VARIABLE_TYPE_TABLE);
Discouraged access: The method getAttribute(ICodeAttribute, char[]) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 245)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(codeAttribute, IAttributeNamesConstants.LOCAL_VARIABLE_TYPE_TABLE);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 278)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(codeAttribute, IAttributeNamesConstants.LOCAL_VARIABLE_TYPE_TABLE);
Discouraged access: The method getAttribute(ICodeAttribute, char[]) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 278)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(codeAttribute, IAttributeNamesConstants.LOCAL_VARIABLE_TYPE_TABLE);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 321)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The method getAttribute(IClassFileReader, char[]) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 321)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 343)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(codeAttribute, IAttributeNamesConstants.LOCAL_VARIABLE_TYPE_TABLE);
Discouraged access: The method getAttribute(ICodeAttribute, char[]) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 343)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(codeAttribute, IAttributeNamesConstants.LOCAL_VARIABLE_TYPE_TABLE);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 376)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(codeAttribute, IAttributeNamesConstants.LOCAL_VARIABLE_TYPE_TABLE);
Discouraged access: The method getAttribute(ICodeAttribute, char[]) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 376)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(codeAttribute, IAttributeNamesConstants.LOCAL_VARIABLE_TYPE_TABLE);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 431)
IClassFileAttribute classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The method getAttribute(IClassFileReader, char[]) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 431)
IClassFileAttribute classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 438)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The method getAttribute(IClassFileReader, char[]) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 438)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 450)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(codeAttribute, IAttributeNamesConstants.LOCAL_VARIABLE_TYPE_TABLE);
Discouraged access: The method getAttribute(ICodeAttribute, char[]) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 450)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(codeAttribute, IAttributeNamesConstants.LOCAL_VARIABLE_TYPE_TABLE);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 491)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The method getAttribute(IClassFileReader, char[]) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 491)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 498)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The method getAttribute(IClassFileReader, char[]) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 498)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 510)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(codeAttribute, IAttributeNamesConstants.LOCAL_VARIABLE_TYPE_TABLE);
Discouraged access: The method getAttribute(ICodeAttribute, char[]) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 510)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(codeAttribute, IAttributeNamesConstants.LOCAL_VARIABLE_TYPE_TABLE);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 573)
IClassFileAttribute classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The method getAttribute(IClassFileReader, char[]) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 573)
IClassFileAttribute classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 586)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The method getAttribute(IClassFileReader, char[]) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 586)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 619)
IClassFileAttribute classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The method getAttribute(IClassFileReader, char[]) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 619)
IClassFileAttribute classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 632)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The method getAttribute(IClassFileReader, char[]) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 632)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 669)
IClassFileAttribute classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The method getAttribute(IClassFileReader, char[]) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 669)
IClassFileAttribute classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 684)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The method getAttribute(IClassFileReader, char[]) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 684)
classFileAttribute = org.eclipse.jdt.internal.core.util.Util.getAttribute(classFileReader, IAttributeNamesConstants.SIGNATURE);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 714)
ClassFileReader classFileReader = ClassFileReader.read(OUTPUT_DIR + File.separator + "X.class");
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 714)
ClassFileReader classFileReader = ClassFileReader.read(OUTPUT_DIR + File.separator + "X.class");
Discouraged access: The method read(String) from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 714)
ClassFileReader classFileReader = ClassFileReader.read(OUTPUT_DIR + File.separator + "X.class");
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 715)
assertEquals("Wrong signature", "<T:Ljava/lang/Object;>Ljava/lang/Object;", new String(classFileReader.getGenericSignature()));
Discouraged access: The method getGenericSignature() from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 717)
IBinaryField[] fields = classFileReader.getFields();
Discouraged access: The type IBinaryField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 717)
IBinaryField[] fields = classFileReader.getFields();
Discouraged access: The method getFields() from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 720)
assertEquals("Wrong name", "field", new String(fields[1].getName()));
Discouraged access: The method getName() from the type IBinaryField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 721)
char[] signature = fields[1].getGenericSignature();
Discouraged access: The method getGenericSignature() from the type IBinaryField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 725)
IBinaryMethod[] methods = classFileReader.getMethods();
Discouraged access: The type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 725)
IBinaryMethod[] methods = classFileReader.getMethods();
Discouraged access: The method getMethods() from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 728)
assertEquals("Wrong name", "foo", new String(methods[1].getSelector()));
Discouraged access: The method getSelector() from the type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 729)
signature = methods[1].getGenericSignature();
Discouraged access: The method getGenericSignature() from the type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 732)
} catch (ClassFormatException e) {
Discouraged access: The type ClassFormatException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 761)
ClassFileReader classFileReader = ClassFileReader.read(OUTPUT_DIR + File.separator + "X.class");
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 761)
ClassFileReader classFileReader = ClassFileReader.read(OUTPUT_DIR + File.separator + "X.class");
Discouraged access: The method read(String) from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 761)
ClassFileReader classFileReader = ClassFileReader.read(OUTPUT_DIR + File.separator + "X.class");
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 762)
assertEquals("Wrong signature", "<T:Ljava/lang/Object;>Ljava/lang/Object;", new String(classFileReader.getGenericSignature()));
Discouraged access: The method getGenericSignature() from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 764)
IBinaryField[] fields = classFileReader.getFields();
Discouraged access: The type IBinaryField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 764)
IBinaryField[] fields = classFileReader.getFields();
Discouraged access: The method getFields() from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 767)
assertEquals("Wrong name", "field", new String(fields[1].getName()));
Discouraged access: The method getName() from the type IBinaryField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 768)
char[] signature = fields[1].getGenericSignature();
Discouraged access: The method getGenericSignature() from the type IBinaryField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 772)
IBinaryMethod[] methods = classFileReader.getMethods();
Discouraged access: The type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 772)
IBinaryMethod[] methods = classFileReader.getMethods();
Discouraged access: The method getMethods() from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 775)
assertEquals("Wrong name", "foo", new String(methods[1].getSelector()));
Discouraged access: The method getSelector() from the type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 776)
signature = methods[1].getGenericSignature();
Discouraged access: The method getGenericSignature() from the type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 779)
} catch (ClassFormatException e) {
Discouraged access: The type ClassFormatException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 803)
ClassFileReader classFileReader = ClassFileReader.read(OUTPUT_DIR + File.separator + "X.class");
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 803)
ClassFileReader classFileReader = ClassFileReader.read(OUTPUT_DIR + File.separator + "X.class");
Discouraged access: The method read(String) from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 803)
ClassFileReader classFileReader = ClassFileReader.read(OUTPUT_DIR + File.separator + "X.class");
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 804)
IBinaryMethod[] methods = classFileReader.getMethods();
Discouraged access: The type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 804)
IBinaryMethod[] methods = classFileReader.getMethods();
Discouraged access: The method getMethods() from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 807)
assertEquals("Wrong name", "newInstance", new String(methods[1].getSelector()));
Discouraged access: The method getSelector() from the type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 808)
char[] signature = methods[1].getGenericSignature();
Discouraged access: The method getGenericSignature() from the type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 811)
} catch (ClassFormatException e) {
Discouraged access: The type ClassFormatException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 838)
ClassFileReader classFileReader = ClassFileReader.read(OUTPUT_DIR + File.separator + "X.class");
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 838)
ClassFileReader classFileReader = ClassFileReader.read(OUTPUT_DIR + File.separator + "X.class");
Discouraged access: The method read(String) from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 838)
ClassFileReader classFileReader = ClassFileReader.read(OUTPUT_DIR + File.separator + "X.class");
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 839)
IBinaryMethod[] methods = classFileReader.getMethods();
Discouraged access: The type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 839)
IBinaryMethod[] methods = classFileReader.getMethods();
Discouraged access: The method getMethods() from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 842)
assertEquals("Wrong name", "foo", new String(methods[2].getSelector()));
Discouraged access: The method getSelector() from the type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 843)
char[] signature = methods[2].getGenericSignature();
Discouraged access: The method getGenericSignature() from the type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 846)
} catch (ClassFormatException e) {
Discouraged access: The type ClassFormatException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 873)
ClassFileReader classFileReader = ClassFileReader.read(OUTPUT_DIR + File.separator + "X.class");
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 873)
ClassFileReader classFileReader = ClassFileReader.read(OUTPUT_DIR + File.separator + "X.class");
Discouraged access: The method read(String) from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 873)
ClassFileReader classFileReader = ClassFileReader.read(OUTPUT_DIR + File.separator + "X.class");
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 874)
IBinaryMethod[] methods = classFileReader.getMethods();
Discouraged access: The type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 874)
IBinaryMethod[] methods = classFileReader.getMethods();
Discouraged access: The method getMethods() from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 877)
assertEquals("Wrong name", "foo", new String(methods[2].getSelector()));
Discouraged access: The method getSelector() from the type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 878)
char[] signature = methods[2].getGenericSignature();
Discouraged access: The method getGenericSignature() from the type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 880)
} catch (ClassFormatException e) {
Discouraged access: The type ClassFormatException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 907)
ClassFileReader classFileReader = ClassFileReader.read(OUTPUT_DIR + File.separator + "X.class");
Discouraged access: The method read(String) from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeSignatureTest.java
 (at line 907)
ClassFileReader classFileReader = ClassFileReader.read(OUTPUT_DIR + File.separator + "X.class");
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 21)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 22)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 1046)
if (this.complianceLevel < ClassFileConstants.JDK1_7) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 1046)
if (this.complianceLevel < ClassFileConstants.JDK1_7) {
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2599)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2599)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUncheckedTypeOperation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2599)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2599)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2600)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2600)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportRawTypeReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2600)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2600)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2629)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2629)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUncheckedTypeOperation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2629)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2629)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2630)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2630)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportRawTypeReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2630)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2630)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2672)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2672)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUncheckedTypeOperation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2672)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2672)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2848)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2848)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUncheckedTypeOperation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2848)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 2848)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 3139)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 3139)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 3297)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 3297)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUncheckedTypeOperation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 3297)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 3297)
customOptions.put(CompilerOptions.OPTION_ReportUncheckedTypeOperation, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 3298)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 3298)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportRawTypeReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 3298)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 3298)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 5663)
String expectedOutput = this.complianceLevel < ClassFileConstants.JDK1_7
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 5663)
String expectedOutput = this.complianceLevel < ClassFileConstants.JDK1_7
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 5737)
if (this.complianceLevel < ClassFileConstants.JDK1_7) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 5737)
if (this.complianceLevel < ClassFileConstants.JDK1_7) {
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 5870)
if (this.complianceLevel < ClassFileConstants.JDK1_7) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 5870)
if (this.complianceLevel < ClassFileConstants.JDK1_7) {
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 5993)
if (this.complianceLevel < ClassFileConstants.JDK1_7) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 5993)
if (this.complianceLevel < ClassFileConstants.JDK1_7) {
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 6403)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 6403)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 7372)
if (this.complianceLevel < ClassFileConstants.JDK1_7) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 7372)
if (this.complianceLevel < ClassFileConstants.JDK1_7) {
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 35988)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 35988)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 36048)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 36048)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportRawTypeReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 36779)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 36779)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportRawTypeReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 36779)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 36779)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 36880)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 36880)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportRawTypeReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 36880)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 36880)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 36915)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 36915)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportRawTypeReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 36915)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37252)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37252)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportRawTypeReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37252)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37252)
customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37359)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37359)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37438)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37438)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37438)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37438)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTIMIZE_OUT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37471)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37471)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37471)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37471)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTIMIZE_OUT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37504)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37504)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37504)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37504)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTIMIZE_OUT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37539)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37539)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37539)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37539)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTIMIZE_OUT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37574)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37574)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37574)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37574)
settings.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTIMIZE_OUT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37644)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37644)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37644)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37644)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTIMIZE_OUT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37715)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 37715)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 39029)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 39029)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java
 (at line 39078)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java : 36 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 13)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 16)
import org.eclipse.jdt.internal.compiler.util.HashtableOfObject;
Discouraged access: The type HashtableOfObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 18)
public class InMemoryNameEnvironment implements INameEnvironment {
Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 19)
INameEnvironment[] classLibs;
Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 20)
HashtableOfObject compilationUnits = new HashtableOfObject();
Discouraged access: The type HashtableOfObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 20)
HashtableOfObject compilationUnits = new HashtableOfObject();
Discouraged access: The constructor HashtableOfObject() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 20)
HashtableOfObject compilationUnits = new HashtableOfObject();
Discouraged access: The type HashtableOfObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 21)
public InMemoryNameEnvironment(String[] compilationUnits, INameEnvironment[] classLibs) {
Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 33)
HashtableOfObject cus = (HashtableOfObject)this.compilationUnits.get(packageName);
Discouraged access: The type HashtableOfObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 33)
HashtableOfObject cus = (HashtableOfObject)this.compilationUnits.get(packageName);
Discouraged access: The type HashtableOfObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 33)
HashtableOfObject cus = (HashtableOfObject)this.compilationUnits.get(packageName);
Discouraged access: The method get(char[]) from the type HashtableOfObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 35)
cus = new HashtableOfObject();
Discouraged access: The constructor HashtableOfObject() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 35)
cus = new HashtableOfObject();
Discouraged access: The type HashtableOfObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 36)
this.compilationUnits.put(packageName, cus);
Discouraged access: The method put(char[], Object) from the type HashtableOfObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 38)
CompilationUnit unit = new CompilationUnit(contents, fileName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 38)
CompilationUnit unit = new CompilationUnit(contents, fileName, null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 38)
CompilationUnit unit = new CompilationUnit(contents, fileName, null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 39)
cus.put(cuName, unit);
Discouraged access: The method put(char[], Object) from the type HashtableOfObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 42)
public NameEnvironmentAnswer findType(char[][] compoundTypeName) {
Discouraged access: The type NameEnvironmentAnswer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 47)
public NameEnvironmentAnswer findType(char[] typeName, char[][] packageName) {
Discouraged access: The type NameEnvironmentAnswer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 48)
HashtableOfObject cus = (HashtableOfObject)this.compilationUnits.get(CharOperation.concatWith(packageName, '.'));
Discouraged access: The type HashtableOfObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 48)
HashtableOfObject cus = (HashtableOfObject)this.compilationUnits.get(CharOperation.concatWith(packageName, '.'));
Discouraged access: The type HashtableOfObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 48)
HashtableOfObject cus = (HashtableOfObject)this.compilationUnits.get(CharOperation.concatWith(packageName, '.'));
Discouraged access: The method get(char[]) from the type HashtableOfObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 52)
CompilationUnit unit = (CompilationUnit)cus.get(typeName);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 52)
CompilationUnit unit = (CompilationUnit)cus.get(typeName);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 52)
CompilationUnit unit = (CompilationUnit)cus.get(typeName);
Discouraged access: The method get(char[]) from the type HashtableOfObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 56)
return new NameEnvironmentAnswer(unit, null /*no access restriction*/);
Discouraged access: The constructor NameEnvironmentAnswer(ICompilationUnit, AccessRestriction) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 56)
return new NameEnvironmentAnswer(unit, null /*no access restriction*/);
Discouraged access: The type NameEnvironmentAnswer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 58)
private NameEnvironmentAnswer findTypeFromClassLibs(char[] typeName, char[][] packageName) {
Discouraged access: The type NameEnvironmentAnswer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 60)
NameEnvironmentAnswer answer = this.classLibs[i].findType(typeName, packageName);
Discouraged access: The type NameEnvironmentAnswer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 60)
NameEnvironmentAnswer answer = this.classLibs[i].findType(typeName, packageName);
Discouraged access: The method findType(char[], char[][]) from the type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 70)
this.compilationUnits.get(pkg) != null ||
Discouraged access: The method get(char[]) from the type HashtableOfObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 75)
if (this.classLibs[i].isPackage(parentPackageName, packageName)) {
Discouraged access: The method isPackage(char[][], char[]) from the type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 83)
this.classLibs[i].cleanup();
Discouraged access: The method cleanup() from the type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 85)
this.compilationUnits = new HashtableOfObject();
Discouraged access: The constructor HashtableOfObject() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InMemoryNameEnvironment.java
 (at line 85)
this.compilationUnits = new HashtableOfObject();
Discouraged access: The type HashtableOfObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 22)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 23)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 2973)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 2973)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 2973)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 2974)
if (options.sourceLevel <= ClassFileConstants.JDK1_3) {
Discouraged access: The field sourceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 2974)
if (options.sourceLevel <= ClassFileConstants.JDK1_3) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 2974)
if (options.sourceLevel <= ClassFileConstants.JDK1_3) {
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3012)
if (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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3012)
if (options.sourceLevel <= ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3012)
if (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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3102)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3102)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3102)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3103)
if (options.sourceLevel <= ClassFileConstants.JDK1_3) {
Discouraged access: The field sourceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3103)
if (options.sourceLevel <= ClassFileConstants.JDK1_3) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3103)
if (options.sourceLevel <= ClassFileConstants.JDK1_3) {
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3153)
if (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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3153)
if (options.sourceLevel <= ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3153)
if (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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3363)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3363)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3363)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3364)
if (options.sourceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The field sourceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3364)
if (options.sourceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3364)
if (options.sourceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3458)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3458)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3458)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3459)
if (options.complianceLevel <= ClassFileConstants.JDK1_4) {
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3459)
if (options.complianceLevel <= ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3459)
if (options.complianceLevel <= 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3775)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3775)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3775)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3776)
if (options.complianceLevel <= ClassFileConstants.JDK1_4) {
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3776)
if (options.complianceLevel <= ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3776)
if (options.complianceLevel <= 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3956)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3956)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3956)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3957)
if (options.sourceLevel == ClassFileConstants.JDK1_4) { // 1.3 and 1.5 both accept it
Discouraged access: The field sourceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3957)
if (options.sourceLevel == ClassFileConstants.JDK1_4) { // 1.3 and 1.5 both accept it
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 3957)
if (options.sourceLevel == ClassFileConstants.JDK1_4) { // 1.3 and 1.5 both accept it
Discouraged access: The field JDK1_4 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4000)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4000)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4000)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4001)
if (options.sourceLevel == ClassFileConstants.JDK1_4) { // 1.3 and 1.5 both accept it
Discouraged access: The field sourceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4001)
if (options.sourceLevel == ClassFileConstants.JDK1_4) { // 1.3 and 1.5 both accept it
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4001)
if (options.sourceLevel == ClassFileConstants.JDK1_4) { // 1.3 and 1.5 both accept it
Discouraged access: The field JDK1_4 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4331)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4331)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4331)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4332)
if (options.sourceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The field sourceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4332)
if (options.sourceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4332)
if (options.sourceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4451)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4451)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4451)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4452)
if (options.sourceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The field sourceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4452)
if (options.sourceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4452)
if (options.sourceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4624)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4624)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4624)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4625)
if (options.sourceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The field sourceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4625)
if (options.sourceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4625)
if (options.sourceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4764)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4764)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4814)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4814)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4848)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4848)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4848)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4849)
String expectedOutput = options.complianceLevel <= ClassFileConstants.JDK1_3
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4849)
String expectedOutput = options.complianceLevel <= ClassFileConstants.JDK1_3
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4849)
String expectedOutput = options.complianceLevel <= ClassFileConstants.JDK1_3
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4904)
: options.complianceLevel == ClassFileConstants.JDK1_4
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4904)
: options.complianceLevel == ClassFileConstants.JDK1_4
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4904)
: options.complianceLevel == 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4991)
File f = new File(OUTPUT_DIR + File.separator + (options.complianceLevel >= ClassFileConstants.JDK1_5 ? "X$1Local.class" : "X$1$Local.class"));
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4991)
File f = new File(OUTPUT_DIR + File.separator + (options.complianceLevel >= ClassFileConstants.JDK1_5 ? "X$1Local.class" : "X$1$Local.class"));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4991)
File f = new File(OUTPUT_DIR + File.separator + (options.complianceLevel >= ClassFileConstants.JDK1_5 ? "X$1Local.class" : "X$1$Local.class"));
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4992)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 4992)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 5005)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 5005)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 5005)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 5006)
if (options.sourceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The field sourceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 5006)
if (options.sourceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 5006)
if (options.sourceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 5156)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 5156)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 5156)
CompilerOptions options = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 5157)
if (options.sourceLevel <= ClassFileConstants.JDK1_3) {
Discouraged access: The field sourceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 5157)
if (options.sourceLevel <= ClassFileConstants.JDK1_3) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 5157)
if (options.sourceLevel <= ClassFileConstants.JDK1_3) {
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 5373)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
 (at line 5373)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/InternalHexFloatTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalHexFloatTest.java
 (at line 19)
import org.eclipse.jdt.internal.compiler.util.FloatUtil;
Discouraged access: The type FloatUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalHexFloatTest.java
 (at line 169)
double dActual = FloatUtil.valueOfHexDoubleLiteral(s.toCharArray());
Discouraged access: The type FloatUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalHexFloatTest.java
 (at line 169)
double dActual = FloatUtil.valueOfHexDoubleLiteral(s.toCharArray());
Discouraged access: The method valueOfHexDoubleLiteral(char[]) from the type FloatUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalHexFloatTest.java
 (at line 303)
float dActual = FloatUtil.valueOfHexFloatLiteral(s.toCharArray());
Discouraged access: The type FloatUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalHexFloatTest.java
 (at line 303)
float dActual = FloatUtil.valueOfHexFloatLiteral(s.toCharArray());
Discouraged access: The method valueOfHexFloatLiteral(char[]) from the type FloatUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java : 24 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 16)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 17)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 36)
Scanner scanner = new Scanner();
Discouraged access: The type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 36)
Scanner scanner = new Scanner();
Discouraged access: The constructor Scanner() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 36)
Scanner scanner = new Scanner();
Discouraged access: The type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 37)
scanner.setSource(source.toCharArray());
Discouraged access: The method setSource(char[]) from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 40)
token = scanner.getNextToken();
Discouraged access: The method getNextToken() from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 44)
assertEquals("Wrong token type", TerminalTokens.TokenNameEOF, token);
Discouraged access: The type TerminalTokens is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 44)
assertEquals("Wrong token type", TerminalTokens.TokenNameEOF, token);
Discouraged access: The field TokenNameEOF from the type TerminalTokens is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 45)
assertEquals("Wrong comment start", 0, scanner.commentStarts[0]);
Discouraged access: The field commentStarts from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 46)
assertEquals("Wrong comment start", -9, scanner.commentStops[0]);
Discouraged access: The field commentStops from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 53)
Scanner scanner = new Scanner();
Discouraged access: The type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 53)
Scanner scanner = new Scanner();
Discouraged access: The constructor Scanner() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 53)
Scanner scanner = new Scanner();
Discouraged access: The type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 54)
scanner.recordLineSeparator = true;
Discouraged access: The field recordLineSeparator from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 55)
scanner.setSource("a\nb\nc\n".toCharArray());
Discouraged access: The method setSource(char[]) from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 57)
while (token != TerminalTokens.TokenNameEOF) {
Discouraged access: The type TerminalTokens is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 57)
while (token != TerminalTokens.TokenNameEOF) {
Discouraged access: The field TokenNameEOF from the type TerminalTokens is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 58)
token = scanner.getNextToken();
Discouraged access: The method getNextToken() from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 60)
scanner.setSource("a\nb\n".toCharArray());
Discouraged access: The method setSource(char[]) from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 62)
while (token != TerminalTokens.TokenNameEOF) {
Discouraged access: The type TerminalTokens is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 62)
while (token != TerminalTokens.TokenNameEOF) {
Discouraged access: The field TokenNameEOF from the type TerminalTokens is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 63)
token = scanner.getNextToken();
Discouraged access: The method getNextToken() from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/InternalScannerTest.java
 (at line 65)
assertEquals("Wrong number of line ends", 2, scanner.getLineEnds().length);
Discouraged access: The method getLineEnds() from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 17)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 18)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 19)
import org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants;
Discouraged access: The type JavadocTagConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 23)
String docCommentSupport = CompilerOptions.ENABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 23)
String docCommentSupport = CompilerOptions.ENABLED;
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 24)
String reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 24)
String reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 25)
String reportMissingJavadocDescription = CompilerOptions.RETURN_TAG;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 25)
String reportMissingJavadocDescription = CompilerOptions.RETURN_TAG;
Discouraged access: The field RETURN_TAG from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 26)
String reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 26)
String reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 27)
String reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 27)
String reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 30)
String reportDeprecation = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 30)
String reportDeprecation = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 56)
options.put(CompilerOptions.OPTION_DocCommentSupport, this.docCommentSupport);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 56)
options.put(CompilerOptions.OPTION_DocCommentSupport, this.docCommentSupport);
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 57)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, this.reportInvalidJavadoc);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 57)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, this.reportInvalidJavadoc);
Discouraged access: The field OPTION_ReportInvalidJavadoc from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 58)
if (!CompilerOptions.IGNORE.equals(this.reportInvalidJavadoc)) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 58)
if (!CompilerOptions.IGNORE.equals(this.reportInvalidJavadoc)) {
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 59)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, this.reportInvalidJavadocVisibility);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 59)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, this.reportInvalidJavadocVisibility);
Discouraged access: The field OPTION_ReportInvalidJavadocTagsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 62)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsDeprecatedRef, this.reportJavadocDeprecation);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 62)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsDeprecatedRef, this.reportJavadocDeprecation);
Discouraged access: The field OPTION_ReportInvalidJavadocTagsDeprecatedRef from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 65)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportMissingJavadocComments);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 65)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportMissingJavadocComments);
Discouraged access: The field OPTION_ReportMissingJavadocComments from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 66)
options.put(CompilerOptions.OPTION_ReportMissingJavadocCommentsOverriding, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 66)
options.put(CompilerOptions.OPTION_ReportMissingJavadocCommentsOverriding, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_ReportMissingJavadocCommentsOverriding from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 66)
options.put(CompilerOptions.OPTION_ReportMissingJavadocCommentsOverriding, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 66)
options.put(CompilerOptions.OPTION_ReportMissingJavadocCommentsOverriding, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 68)
options.put(CompilerOptions.OPTION_ReportMissingJavadocCommentsVisibility, this.reportMissingJavadocCommentsVisibility);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 68)
options.put(CompilerOptions.OPTION_ReportMissingJavadocCommentsVisibility, this.reportMissingJavadocCommentsVisibility);
Discouraged access: The field OPTION_ReportMissingJavadocCommentsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 71)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportInvalidJavadoc);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 71)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportInvalidJavadoc);
Discouraged access: The field OPTION_ReportMissingJavadocComments from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 74)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, this.reportMissingJavadocTags);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 74)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, this.reportMissingJavadocTags);
Discouraged access: The field OPTION_ReportMissingJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 75)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsOverriding, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 75)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsOverriding, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_ReportMissingJavadocTagsOverriding from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 75)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsOverriding, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 75)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsOverriding, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 77)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, this.reportInvalidJavadoc);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 77)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, this.reportInvalidJavadoc);
Discouraged access: The field OPTION_ReportMissingJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 80)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagDescription, this.reportMissingJavadocDescription);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 80)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagDescription, this.reportMissingJavadocDescription);
Discouraged access: The field OPTION_ReportMissingJavadocTagDescription from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 82)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 82)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportFieldHiding from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 82)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 82)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 83)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 83)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportSyntheticAccessEmulation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 83)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 83)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 84)
options.put(CompilerOptions.OPTION_ReportDeprecation, this.reportDeprecation);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 84)
options.put(CompilerOptions.OPTION_ReportDeprecation, this.reportDeprecation);
Discouraged access: The field OPTION_ReportDeprecation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 85)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 85)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnusedImport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 85)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 85)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 86)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 86)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportRawTypeReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 86)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 86)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 87)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 87)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUnusedPrivateMember from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 87)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 87)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 95)
this.docCommentSupport = CompilerOptions.ENABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 95)
this.docCommentSupport = CompilerOptions.ENABLED;
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 96)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 96)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 97)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 97)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 98)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 98)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 99)
this.reportMissingJavadocComments = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 99)
this.reportMissingJavadocComments = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 100)
this.reportMissingJavadocCommentsVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 100)
this.reportMissingJavadocCommentsVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 101)
this.reportDeprecation = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 101)
this.reportDeprecation = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 348)
this.reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 348)
this.reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 607)
this.reportMissingJavadocComments = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 607)
this.reportMissingJavadocComments = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 667)
this.reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 667)
this.reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 703)
this.reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 703)
this.reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 731)
this.reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 731)
this.reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 761)
this.reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 761)
this.reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 874)
this.reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 874)
this.reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 1240)
this.reportInvalidJavadoc = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 1240)
this.reportInvalidJavadoc = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 1416)
this.reportInvalidJavadoc = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 1416)
this.reportInvalidJavadoc = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocBugsTest.java
 (at line 1417)
this.reportMissingJavadocComments = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java : 45 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 22)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 23)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 73)
testSuite.addTest(buildUniqueComplianceTestSuite(JavadocTest_1_3.class, ClassFileConstants.JDK1_3));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 73)
testSuite.addTest(buildUniqueComplianceTestSuite(JavadocTest_1_3.class, ClassFileConstants.JDK1_3));
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 76)
testSuite.addTest(buildUniqueComplianceTestSuite(JavadocTest_1_4.class, ClassFileConstants.JDK1_4));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 76)
testSuite.addTest(buildUniqueComplianceTestSuite(JavadocTest_1_4.class, 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 79)
testSuite.addTest(buildUniqueComplianceTestSuite(JavadocTest_1_5.class, ClassFileConstants.JDK1_5));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 79)
testSuite.addTest(buildUniqueComplianceTestSuite(JavadocTest_1_5.class, ClassFileConstants.JDK1_5));
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 95)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 95)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportFieldHiding from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 95)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 95)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 96)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 96)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportSyntheticAccessEmulation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 96)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 96)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 97)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 97)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 97)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 97)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 99)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 99)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field OPTION_ReportInvalidJavadocTagsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 99)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 99)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 100)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 100)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_ReportInvalidJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 100)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 100)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 101)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsDeprecatedRef, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 101)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsDeprecatedRef, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_ReportInvalidJavadocTagsDeprecatedRef from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 101)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsDeprecatedRef, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 101)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsDeprecatedRef, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 102)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsNotVisibleRef, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 102)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsNotVisibleRef, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_ReportInvalidJavadocTagsNotVisibleRef from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 102)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsNotVisibleRef, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 102)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsNotVisibleRef, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 103)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 103)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field OPTION_ReportMissingJavadocTagsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 103)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 103)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 104)
options.put(CompilerOptions.OPTION_ReportMissingSerialVersion, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 104)
options.put(CompilerOptions.OPTION_ReportMissingSerialVersion, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportMissingSerialVersion from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 104)
options.put(CompilerOptions.OPTION_ReportMissingSerialVersion, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest.java
 (at line 104)
options.put(CompilerOptions.OPTION_ReportMissingSerialVersion, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java : 26 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 17)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 18)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 34)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 34)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportInvalidJavadoc from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 34)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 34)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 35)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 35)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field OPTION_ReportInvalidJavadocTagsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 35)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 35)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportMissingJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 37)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 37)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field OPTION_ReportMissingJavadocTagsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 37)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 37)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportRawTypeReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 1004)
if (this.complianceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 1004)
if (this.complianceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 1076)
if (this.complianceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForClass.java
 (at line 1076)
if (this.complianceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForConstructor.java : 21 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForConstructor.java
 (at line 17)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForConstructor.java
 (at line 35)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForConstructor.java
 (at line 35)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportInvalidJavadoc from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForConstructor.java
 (at line 35)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForConstructor.java
 (at line 35)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForConstructor.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForConstructor.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field OPTION_ReportInvalidJavadocTagsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForConstructor.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForConstructor.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForConstructor.java
 (at line 37)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForConstructor.java
 (at line 37)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportMissingJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForConstructor.java
 (at line 37)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForConstructor.java
 (at line 37)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForConstructor.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForConstructor.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field OPTION_ReportMissingJavadocTagsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForConstructor.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForConstructor.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForConstructor.java
 (at line 39)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForConstructor.java
 (at line 39)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportRawTypeReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForConstructor.java
 (at line 39)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForConstructor.java
 (at line 39)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForField.java : 21 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForField.java
 (at line 17)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForField.java
 (at line 34)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForField.java
 (at line 34)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportInvalidJavadoc from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForField.java
 (at line 34)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForField.java
 (at line 34)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForField.java
 (at line 35)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForField.java
 (at line 35)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field OPTION_ReportInvalidJavadocTagsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForField.java
 (at line 35)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForField.java
 (at line 35)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForField.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForField.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportMissingJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForField.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForField.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForField.java
 (at line 37)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForField.java
 (at line 37)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field OPTION_ReportMissingJavadocTagsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForField.java
 (at line 37)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForField.java
 (at line 37)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForField.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForField.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportRawTypeReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForField.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForField.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForInterface.java : 21 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForInterface.java
 (at line 17)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForInterface.java
 (at line 35)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForInterface.java
 (at line 35)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportInvalidJavadoc from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForInterface.java
 (at line 35)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForInterface.java
 (at line 35)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForInterface.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForInterface.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field OPTION_ReportInvalidJavadocTagsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForInterface.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForInterface.java
 (at line 36)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForInterface.java
 (at line 37)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForInterface.java
 (at line 37)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportMissingJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForInterface.java
 (at line 37)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForInterface.java
 (at line 37)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForInterface.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForInterface.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field OPTION_ReportMissingJavadocTagsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForInterface.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForInterface.java
 (at line 38)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForInterface.java
 (at line 39)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForInterface.java
 (at line 39)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportRawTypeReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForInterface.java
 (at line 39)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForInterface.java
 (at line 39)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForMethod.java : 21 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForMethod.java
 (at line 17)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForMethod.java
 (at line 45)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForMethod.java
 (at line 45)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportInvalidJavadoc from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForMethod.java
 (at line 45)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForMethod.java
 (at line 45)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForMethod.java
 (at line 46)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForMethod.java
 (at line 46)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field OPTION_ReportInvalidJavadocTagsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForMethod.java
 (at line 46)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForMethod.java
 (at line 46)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForMethod.java
 (at line 47)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForMethod.java
 (at line 47)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportMissingJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForMethod.java
 (at line 47)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForMethod.java
 (at line 47)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForMethod.java
 (at line 48)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForMethod.java
 (at line 48)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field OPTION_ReportMissingJavadocTagsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForMethod.java
 (at line 48)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForMethod.java
 (at line 48)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, CompilerOptions.PRIVATE);
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForMethod.java
 (at line 49)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForMethod.java
 (at line 49)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportRawTypeReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForMethod.java
 (at line 49)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestForMethod.java
 (at line 49)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java : 56 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 17)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 18)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 22)
String docCommentSupport = CompilerOptions.ENABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 22)
String docCommentSupport = CompilerOptions.ENABLED;
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 23)
String reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 23)
String reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 24)
String reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 24)
String reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 49)
options.put(CompilerOptions.OPTION_DocCommentSupport, this.docCommentSupport);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 49)
options.put(CompilerOptions.OPTION_DocCommentSupport, this.docCommentSupport);
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 50)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, this.reportInvalidJavadoc);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 50)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, this.reportInvalidJavadoc);
Discouraged access: The field OPTION_ReportInvalidJavadoc from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 52)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportMissingJavadocComments);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 52)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportMissingJavadocComments);
Discouraged access: The field OPTION_ReportMissingJavadocComments from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 54)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportInvalidJavadoc);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 54)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportInvalidJavadoc);
Discouraged access: The field OPTION_ReportMissingJavadocComments from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 56)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, this.reportMissingJavadocTags);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 56)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, this.reportMissingJavadocTags);
Discouraged access: The field OPTION_ReportMissingJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 58)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, this.reportInvalidJavadoc);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 58)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, this.reportInvalidJavadoc);
Discouraged access: The field OPTION_ReportMissingJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 59)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 59)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportFieldHiding from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 59)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 59)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 60)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 60)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportSyntheticAccessEmulation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 60)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 60)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 61)
options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 61)
options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportDeprecation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 61)
options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 61)
options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 62)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 62)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnusedImport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 62)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 62)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 63)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 63)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportRawTypeReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 63)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 63)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 71)
this.docCommentSupport = CompilerOptions.ENABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 71)
this.docCommentSupport = CompilerOptions.ENABLED;
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 72)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 72)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 73)
this.reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 73)
this.reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 145)
this.reportInvalidJavadoc = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 145)
this.reportInvalidJavadoc = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 160)
this.reportMissingJavadocComments = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 160)
this.reportMissingJavadocComments = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 782)
this.complianceLevel < ClassFileConstants.JDK1_5
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 782)
this.complianceLevel < ClassFileConstants.JDK1_5
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 828)
this.reportMissingJavadocComments = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 828)
this.reportMissingJavadocComments = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 849)
this.reportMissingJavadocComments = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestMixed.java
 (at line 849)
this.reportMissingJavadocComments = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 19)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 938)
if (CompilerOptions.DISABLED.equals(this.reportInvalidJavadocTagsDeprecatedRef)) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 938)
if (CompilerOptions.DISABLED.equals(this.reportInvalidJavadocTagsDeprecatedRef)) {
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 941)
if (add && CompilerOptions.DISABLED.equals(this.reportInvalidJavadocTagsNotVisibleRef)) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 941)
if (add && CompilerOptions.DISABLED.equals(this.reportInvalidJavadocTagsNotVisibleRef)) {
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 985)
if (CompilerOptions.DISABLED.equals(this.reportInvalidJavadocTagsDeprecatedRef)) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 985)
if (CompilerOptions.DISABLED.equals(this.reportInvalidJavadocTagsDeprecatedRef)) {
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 988)
if (add && CompilerOptions.DISABLED.equals(this.reportInvalidJavadocTagsNotVisibleRef)) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 988)
if (add && CompilerOptions.DISABLED.equals(this.reportInvalidJavadocTagsNotVisibleRef)) {
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1195)
if (CompilerOptions.ENABLED.equals(this.reportMissingJavadocTagsOverriding)) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1195)
if (CompilerOptions.ENABLED.equals(this.reportMissingJavadocTagsOverriding)) {
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1331)
if (CompilerOptions.ENABLED.equals(this.reportMissingJavadocCommentsOverriding)) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1331)
if (CompilerOptions.ENABLED.equals(this.reportMissingJavadocCommentsOverriding)) {
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1378)
options.put(CompilerOptions.OPTION_DocCommentSupport, this.docCommentSupport);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1378)
options.put(CompilerOptions.OPTION_DocCommentSupport, this.docCommentSupport);
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1380)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, this.reportInvalidJavadoc);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1380)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, this.reportInvalidJavadoc);
Discouraged access: The field OPTION_ReportInvalidJavadoc from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1382)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, this.reportInvalidJavadocTagsVisibility);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1382)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, this.reportInvalidJavadocTagsVisibility);
Discouraged access: The field OPTION_ReportInvalidJavadocTagsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1384)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, this.reportInvalidJavadocTags);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1384)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, this.reportInvalidJavadocTags);
Discouraged access: The field OPTION_ReportInvalidJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1386)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsDeprecatedRef, this.reportInvalidJavadocTagsDeprecatedRef);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1386)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsDeprecatedRef, this.reportInvalidJavadocTagsDeprecatedRef);
Discouraged access: The field OPTION_ReportInvalidJavadocTagsDeprecatedRef from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1388)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsNotVisibleRef, this.reportInvalidJavadocTagsNotVisibleRef);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1388)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsNotVisibleRef, this.reportInvalidJavadocTagsNotVisibleRef);
Discouraged access: The field OPTION_ReportInvalidJavadocTagsNotVisibleRef from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1390)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, this.reportMissingJavadocTags);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1390)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, this.reportMissingJavadocTags);
Discouraged access: The field OPTION_ReportMissingJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1392)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, this.reportMissingJavadocTagsVisibility);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1392)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsVisibility, this.reportMissingJavadocTagsVisibility);
Discouraged access: The field OPTION_ReportMissingJavadocTagsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1394)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsOverriding, this.reportMissingJavadocTagsOverriding);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1394)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsOverriding, this.reportMissingJavadocTagsOverriding);
Discouraged access: The field OPTION_ReportMissingJavadocTagsOverriding from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1396)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportMissingJavadocComments);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1396)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportMissingJavadocComments);
Discouraged access: The field OPTION_ReportMissingJavadocComments from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1398)
options.put(CompilerOptions.OPTION_ReportMissingJavadocCommentsVisibility, this.reportMissingJavadocCommentsVisibility);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1398)
options.put(CompilerOptions.OPTION_ReportMissingJavadocCommentsVisibility, this.reportMissingJavadocCommentsVisibility);
Discouraged access: The field OPTION_ReportMissingJavadocCommentsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1400)
options.put(CompilerOptions.OPTION_ReportMissingJavadocCommentsOverriding, this.reportMissingJavadocCommentsOverriding);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1400)
options.put(CompilerOptions.OPTION_ReportMissingJavadocCommentsOverriding, this.reportMissingJavadocCommentsOverriding);
Discouraged access: The field OPTION_ReportMissingJavadocCommentsOverriding from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1403)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1403)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportFieldHiding from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1403)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1403)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1404)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1404)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportSyntheticAccessEmulation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1404)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1404)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1405)
options.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1405)
options.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1405)
options.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1405)
options.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1406)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1406)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUnusedPrivateMember from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1406)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1406)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1431)
this.docCommentSupport = CompilerOptions.DISABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1431)
this.docCommentSupport = CompilerOptions.DISABLED;
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1435)
this.docCommentSupport = CompilerOptions.DISABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1435)
this.docCommentSupport = CompilerOptions.DISABLED;
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1439)
this.docCommentSupport = CompilerOptions.DISABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1439)
this.docCommentSupport = CompilerOptions.DISABLED;
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1443)
this.docCommentSupport = CompilerOptions.DISABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1443)
this.docCommentSupport = CompilerOptions.DISABLED;
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1466)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1466)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1467)
this.reportInvalidJavadocTags = CompilerOptions.DISABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1467)
this.reportInvalidJavadocTags = CompilerOptions.DISABLED;
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1471)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1471)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1472)
this.reportInvalidJavadocTags = CompilerOptions.DISABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1472)
this.reportInvalidJavadocTags = CompilerOptions.DISABLED;
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1476)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1476)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1477)
this.reportInvalidJavadocTags = CompilerOptions.DISABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1477)
this.reportInvalidJavadocTags = CompilerOptions.DISABLED;
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1481)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1481)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1482)
this.reportInvalidJavadocTags = CompilerOptions.DISABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1482)
this.reportInvalidJavadocTags = CompilerOptions.DISABLED;
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1488)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1488)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1489)
this.reportInvalidJavadocTags = CompilerOptions.ENABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1489)
this.reportInvalidJavadocTags = CompilerOptions.ENABLED;
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1490)
this.reportInvalidJavadocTagsVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1490)
this.reportInvalidJavadocTagsVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1495)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1495)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1496)
this.reportInvalidJavadocTags = CompilerOptions.ENABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1496)
this.reportInvalidJavadocTags = CompilerOptions.ENABLED;
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1497)
this.reportInvalidJavadocTagsVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1497)
this.reportInvalidJavadocTagsVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1502)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1502)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1503)
this.reportInvalidJavadocTags = CompilerOptions.ENABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1503)
this.reportInvalidJavadocTags = CompilerOptions.ENABLED;
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1504)
this.reportInvalidJavadocTagsVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1504)
this.reportInvalidJavadocTagsVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1509)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1509)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1510)
this.reportInvalidJavadocTags = CompilerOptions.ENABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1510)
this.reportInvalidJavadocTags = CompilerOptions.ENABLED;
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTestOptions.java
 (at line 1511)
this.reportInvalidJavadocTagsVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 17)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 21)
String docCommentSupport = CompilerOptions.ENABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 21)
String docCommentSupport = CompilerOptions.ENABLED;
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 22)
String reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 22)
String reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 23)
String reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 23)
String reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 24)
String reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 24)
String reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 51)
options.put(CompilerOptions.OPTION_DocCommentSupport, this.docCommentSupport);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 51)
options.put(CompilerOptions.OPTION_DocCommentSupport, this.docCommentSupport);
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 52)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, this.reportInvalidJavadoc);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 52)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, this.reportInvalidJavadoc);
Discouraged access: The field OPTION_ReportInvalidJavadoc from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 53)
if (!CompilerOptions.IGNORE.equals(this.reportInvalidJavadoc)) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 53)
if (!CompilerOptions.IGNORE.equals(this.reportInvalidJavadoc)) {
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 54)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, this.reportInvalidJavadocVisibility);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 54)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, this.reportInvalidJavadocVisibility);
Discouraged access: The field OPTION_ReportInvalidJavadocTagsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 57)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportMissingJavadocComments);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 57)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportMissingJavadocComments);
Discouraged access: The field OPTION_ReportMissingJavadocComments from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 59)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportInvalidJavadoc);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 59)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportInvalidJavadoc);
Discouraged access: The field OPTION_ReportMissingJavadocComments from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 61)
options.put(CompilerOptions.OPTION_ReportMissingJavadocCommentsVisibility, this.reportMissingJavadocCommentsVisibility);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 61)
options.put(CompilerOptions.OPTION_ReportMissingJavadocCommentsVisibility, this.reportMissingJavadocCommentsVisibility);
Discouraged access: The field OPTION_ReportMissingJavadocCommentsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 63)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, this.reportMissingJavadocTags);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 63)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, this.reportMissingJavadocTags);
Discouraged access: The field OPTION_ReportMissingJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 65)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, this.reportInvalidJavadoc);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 65)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, this.reportInvalidJavadoc);
Discouraged access: The field OPTION_ReportMissingJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 66)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 66)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportFieldHiding from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 66)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 66)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 67)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 67)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportSyntheticAccessEmulation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 67)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 67)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 68)
options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 68)
options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportDeprecation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 68)
options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 68)
options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 69)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 69)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnusedImport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 69)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 69)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 77)
this.docCommentSupport = CompilerOptions.ENABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 77)
this.docCommentSupport = CompilerOptions.ENABLED;
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 78)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 78)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 79)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 79)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 80)
this.reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 80)
this.reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 81)
this.reportMissingJavadocComments = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 81)
this.reportMissingJavadocComments = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 1533)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 1533)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 1631)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 1631)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 1719)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 1719)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 1804)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 1804)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 1910)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 1910)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2016)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2016)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2122)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2122)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2230)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2230)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2459)
this.reportMissingJavadocComments = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2459)
this.reportMissingJavadocComments = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2654)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2654)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2673)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2673)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2699)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2699)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2753)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2753)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2798)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2798)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2827)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2827)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2874)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2874)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2938)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2938)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2969)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2969)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2988)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 2988)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 3020)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 3020)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 3074)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 3074)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 3119)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 3119)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 3135)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 3135)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_3.java
 (at line 3157)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 17)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 21)
String docCommentSupport = CompilerOptions.ENABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 21)
String docCommentSupport = CompilerOptions.ENABLED;
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 22)
String reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 22)
String reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 23)
String reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 23)
String reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 24)
String reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 24)
String reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 52)
options.put(CompilerOptions.OPTION_DocCommentSupport, this.docCommentSupport);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 52)
options.put(CompilerOptions.OPTION_DocCommentSupport, this.docCommentSupport);
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 53)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, this.reportInvalidJavadoc);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 53)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, this.reportInvalidJavadoc);
Discouraged access: The field OPTION_ReportInvalidJavadoc from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 54)
if (!CompilerOptions.IGNORE.equals(this.reportInvalidJavadoc)) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 54)
if (!CompilerOptions.IGNORE.equals(this.reportInvalidJavadoc)) {
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 55)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, this.reportInvalidJavadocVisibility);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 55)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, this.reportInvalidJavadocVisibility);
Discouraged access: The field OPTION_ReportInvalidJavadocTagsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 58)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportMissingJavadocComments);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 58)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportMissingJavadocComments);
Discouraged access: The field OPTION_ReportMissingJavadocComments from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 60)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportInvalidJavadoc);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 60)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportInvalidJavadoc);
Discouraged access: The field OPTION_ReportMissingJavadocComments from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 62)
options.put(CompilerOptions.OPTION_ReportMissingJavadocCommentsVisibility, this.reportMissingJavadocCommentsVisibility);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 62)
options.put(CompilerOptions.OPTION_ReportMissingJavadocCommentsVisibility, this.reportMissingJavadocCommentsVisibility);
Discouraged access: The field OPTION_ReportMissingJavadocCommentsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 64)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, this.reportMissingJavadocTags);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 64)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, this.reportMissingJavadocTags);
Discouraged access: The field OPTION_ReportMissingJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 66)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, this.reportInvalidJavadoc);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 66)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, this.reportInvalidJavadoc);
Discouraged access: The field OPTION_ReportMissingJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 67)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 67)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportFieldHiding from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 67)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 67)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 68)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 68)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportSyntheticAccessEmulation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 68)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 68)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 69)
options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 69)
options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportDeprecation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 69)
options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 69)
options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 70)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 70)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnusedImport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 70)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 70)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 78)
this.docCommentSupport = CompilerOptions.ENABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 78)
this.docCommentSupport = CompilerOptions.ENABLED;
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 79)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 79)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 80)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 80)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 81)
this.reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 81)
this.reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 82)
this.reportMissingJavadocComments = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 82)
this.reportMissingJavadocComments = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 1533)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 1533)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 1631)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 1631)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 1719)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 1719)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 1804)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 1804)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 1910)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 1910)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 2016)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 2016)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 2121)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 2121)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 2228)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 2228)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 2494)
this.reportMissingJavadocComments = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 2494)
this.reportMissingJavadocComments = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 2653)
this.reportMissingJavadocComments = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 2653)
this.reportMissingJavadocComments = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 2654)
this.reportMissingJavadocCommentsVisibility = CompilerOptions.DEFAULT;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 2654)
this.reportMissingJavadocCommentsVisibility = CompilerOptions.DEFAULT;
Discouraged access: The field DEFAULT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 2666)
this.reportMissingJavadocComments = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 2666)
this.reportMissingJavadocComments = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 2667)
this.reportMissingJavadocCommentsVisibility = CompilerOptions.PRIVATE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 2667)
this.reportMissingJavadocCommentsVisibility = CompilerOptions.PRIVATE;
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 2919)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 2919)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 2938)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 2938)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 2964)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 2964)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 3018)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 3018)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 3063)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 3063)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 3092)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 3092)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 3139)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 3139)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 3203)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 3203)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 3234)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 3234)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 3253)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 3253)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_4.java
 (at line 3285)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 17)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 21)
String docCommentSupport = CompilerOptions.ENABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 21)
String docCommentSupport = CompilerOptions.ENABLED;
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 22)
String reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 22)
String reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 23)
String reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 23)
String reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 24)
String reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 24)
String reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 25)
String reportMissingJavadocTagsOverriding = CompilerOptions.ENABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 25)
String reportMissingJavadocTagsOverriding = CompilerOptions.ENABLED;
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 51)
options.put(CompilerOptions.OPTION_DocCommentSupport, this.docCommentSupport);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 51)
options.put(CompilerOptions.OPTION_DocCommentSupport, this.docCommentSupport);
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 52)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, this.reportInvalidJavadoc);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 52)
options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, this.reportInvalidJavadoc);
Discouraged access: The field OPTION_ReportInvalidJavadoc from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 53)
if (!CompilerOptions.IGNORE.equals(this.reportInvalidJavadoc)) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 53)
if (!CompilerOptions.IGNORE.equals(this.reportInvalidJavadoc)) {
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 54)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, this.reportInvalidJavadocVisibility);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 54)
options.put(CompilerOptions.OPTION_ReportInvalidJavadocTagsVisibility, this.reportInvalidJavadocVisibility);
Discouraged access: The field OPTION_ReportInvalidJavadocTagsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 57)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportMissingJavadocComments);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 57)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportMissingJavadocComments);
Discouraged access: The field OPTION_ReportMissingJavadocComments from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 59)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportInvalidJavadoc);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 59)
options.put(CompilerOptions.OPTION_ReportMissingJavadocComments, this.reportInvalidJavadoc);
Discouraged access: The field OPTION_ReportMissingJavadocComments from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 61)
options.put(CompilerOptions.OPTION_ReportMissingJavadocCommentsVisibility, this.reportMissingJavadocCommentsVisibility);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 61)
options.put(CompilerOptions.OPTION_ReportMissingJavadocCommentsVisibility, this.reportMissingJavadocCommentsVisibility);
Discouraged access: The field OPTION_ReportMissingJavadocCommentsVisibility from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 63)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, this.reportMissingJavadocTags);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 63)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, this.reportMissingJavadocTags);
Discouraged access: The field OPTION_ReportMissingJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 65)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsOverriding, this.reportMissingJavadocTagsOverriding);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 65)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsOverriding, this.reportMissingJavadocTagsOverriding);
Discouraged access: The field OPTION_ReportMissingJavadocTagsOverriding from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 68)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, this.reportInvalidJavadoc);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 68)
options.put(CompilerOptions.OPTION_ReportMissingJavadocTags, this.reportInvalidJavadoc);
Discouraged access: The field OPTION_ReportMissingJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 70)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 70)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportFieldHiding from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 70)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 70)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 71)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 71)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportSyntheticAccessEmulation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 71)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 71)
options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 72)
options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 72)
options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportDeprecation from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 72)
options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 72)
options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 73)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 73)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnusedImport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 73)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 73)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 81)
this.docCommentSupport = CompilerOptions.ENABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 81)
this.docCommentSupport = CompilerOptions.ENABLED;
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 82)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 82)
this.reportInvalidJavadoc = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 83)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 83)
this.reportInvalidJavadocVisibility = CompilerOptions.PRIVATE;
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 84)
this.reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 84)
this.reportMissingJavadocTags = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 85)
this.reportMissingJavadocTagsOverriding = CompilerOptions.ENABLED;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 85)
this.reportMissingJavadocTagsOverriding = CompilerOptions.ENABLED;
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 86)
this.reportMissingJavadocComments = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 86)
this.reportMissingJavadocComments = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1200)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1200)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1255)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1255)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1300)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1300)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1342)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1342)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1389)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1389)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1436)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1436)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1470)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1470)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1518)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1518)
this.reportMissingJavadocTags = CompilerOptions.IGNORE;
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1730)
this.reportMissingJavadocComments = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1730)
this.reportMissingJavadocComments = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1825)
this.reportMissingJavadocComments = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1825)
this.reportMissingJavadocComments = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1826)
this.reportMissingJavadocCommentsVisibility = CompilerOptions.DEFAULT;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1826)
this.reportMissingJavadocCommentsVisibility = CompilerOptions.DEFAULT;
Discouraged access: The field DEFAULT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1838)
this.reportMissingJavadocComments = CompilerOptions.ERROR;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1838)
this.reportMissingJavadocComments = CompilerOptions.ERROR;
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1839)
this.reportMissingJavadocCommentsVisibility = CompilerOptions.PRIVATE;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1839)
this.reportMissingJavadocCommentsVisibility = CompilerOptions.PRIVATE;
Discouraged access: The field PRIVATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1934)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1934)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1953)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1953)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1972)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 1972)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 2020)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 2020)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 2059)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 2059)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 2089)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 2089)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 2137)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 2137)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/JavadocTest_1_5.java
 (at line 2202)
this.reportInvalidJavadocVisibility = CompilerOptions.PUBLIC;
Discouraged access: The field PUBLIC from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/LineNumberAttributeTest.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LineNumberAttributeTest.java
 (at line 61)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LineNumberAttributeTest.java
 (at line 61)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LineNumberAttributeTest.java
 (at line 162)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LineNumberAttributeTest.java
 (at line 162)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 15)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 16)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 210)
CompilerOptions.OPTION_DocCommentSupport,
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 210)
CompilerOptions.OPTION_DocCommentSupport,
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 211)
CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 211)
CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 337)
if (this.complianceLevel == ClassFileConstants.JDK1_3) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 337)
if (this.complianceLevel == ClassFileConstants.JDK1_3) return;
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 338)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 338)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 338)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 338)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.OPTIMIZE_OUT);
Discouraged access: The field OPTIMIZE_OUT from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 364)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 364)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 364)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 364)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 365)
options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 365)
options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnusedParameter from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 365)
options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 365)
options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 366)
options.put(CompilerOptions.OPTION_ReportUnusedParameterIncludeDocCommentReference, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 366)
options.put(CompilerOptions.OPTION_ReportUnusedParameterIncludeDocCommentReference, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_ReportUnusedParameterIncludeDocCommentReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 366)
options.put(CompilerOptions.OPTION_ReportUnusedParameterIncludeDocCommentReference, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 366)
options.put(CompilerOptions.OPTION_ReportUnusedParameterIncludeDocCommentReference, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 367)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenOverridingConcrete, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 367)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenOverridingConcrete, CompilerOptions.DISABLED);
Discouraged access: The field OPTION_ReportUnusedParameterWhenOverridingConcrete from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 367)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenOverridingConcrete, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 367)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenOverridingConcrete, CompilerOptions.DISABLED);
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 368)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenImplementingAbstract, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 368)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenImplementingAbstract, CompilerOptions.DISABLED);
Discouraged access: The field OPTION_ReportUnusedParameterWhenImplementingAbstract from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 368)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenImplementingAbstract, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 368)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenImplementingAbstract, CompilerOptions.DISABLED);
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 422)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 422)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED);
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 422)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 422)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED);
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 423)
options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 423)
options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnusedParameter from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 423)
options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 423)
options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 424)
options.put(CompilerOptions.OPTION_ReportUnusedParameterIncludeDocCommentReference, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 424)
options.put(CompilerOptions.OPTION_ReportUnusedParameterIncludeDocCommentReference, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_ReportUnusedParameterIncludeDocCommentReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 424)
options.put(CompilerOptions.OPTION_ReportUnusedParameterIncludeDocCommentReference, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 424)
options.put(CompilerOptions.OPTION_ReportUnusedParameterIncludeDocCommentReference, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 425)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenOverridingConcrete, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 425)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenOverridingConcrete, CompilerOptions.DISABLED);
Discouraged access: The field OPTION_ReportUnusedParameterWhenOverridingConcrete from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 425)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenOverridingConcrete, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 425)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenOverridingConcrete, CompilerOptions.DISABLED);
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 426)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenImplementingAbstract, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 426)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenImplementingAbstract, CompilerOptions.DISABLED);
Discouraged access: The field OPTION_ReportUnusedParameterWhenImplementingAbstract from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 426)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenImplementingAbstract, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 426)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenImplementingAbstract, CompilerOptions.DISABLED);
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 490)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 490)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 490)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 490)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 491)
options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 491)
options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnusedParameter from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 491)
options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 491)
options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 492)
options.put(CompilerOptions.OPTION_ReportUnusedParameterIncludeDocCommentReference, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 492)
options.put(CompilerOptions.OPTION_ReportUnusedParameterIncludeDocCommentReference, CompilerOptions.DISABLED);
Discouraged access: The field OPTION_ReportUnusedParameterIncludeDocCommentReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 492)
options.put(CompilerOptions.OPTION_ReportUnusedParameterIncludeDocCommentReference, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 492)
options.put(CompilerOptions.OPTION_ReportUnusedParameterIncludeDocCommentReference, CompilerOptions.DISABLED);
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 493)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenOverridingConcrete, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 493)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenOverridingConcrete, CompilerOptions.DISABLED);
Discouraged access: The field OPTION_ReportUnusedParameterWhenOverridingConcrete from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 493)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenOverridingConcrete, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 493)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenOverridingConcrete, CompilerOptions.DISABLED);
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 494)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenImplementingAbstract, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 494)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenImplementingAbstract, CompilerOptions.DISABLED);
Discouraged access: The field OPTION_ReportUnusedParameterWhenImplementingAbstract from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 494)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenImplementingAbstract, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 494)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenImplementingAbstract, CompilerOptions.DISABLED);
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 558)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 558)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 558)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 558)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 559)
options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 559)
options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnusedParameter from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 559)
options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 559)
options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 560)
options.put(CompilerOptions.OPTION_ReportUnusedParameterIncludeDocCommentReference, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 560)
options.put(CompilerOptions.OPTION_ReportUnusedParameterIncludeDocCommentReference, CompilerOptions.DISABLED);
Discouraged access: The field OPTION_ReportUnusedParameterIncludeDocCommentReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 560)
options.put(CompilerOptions.OPTION_ReportUnusedParameterIncludeDocCommentReference, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 560)
options.put(CompilerOptions.OPTION_ReportUnusedParameterIncludeDocCommentReference, CompilerOptions.DISABLED);
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 561)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenOverridingConcrete, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 561)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenOverridingConcrete, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_ReportUnusedParameterWhenOverridingConcrete from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 561)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenOverridingConcrete, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 561)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenOverridingConcrete, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 562)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenImplementingAbstract, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 562)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenImplementingAbstract, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_ReportUnusedParameterWhenImplementingAbstract from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 562)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenImplementingAbstract, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 562)
options.put(CompilerOptions.OPTION_ReportUnusedParameterWhenImplementingAbstract, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 641)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 641)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 641)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 641)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 642)
options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 642)
options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnusedParameter from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 642)
options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LocalVariableTest.java
 (at line 642)
options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java : 70 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 19)
import org.eclipse.jdt.internal.compiler.CompilationResult;
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 20)
import org.eclipse.jdt.internal.compiler.ICompilerRequestor;
Discouraged access: The type ICompilerRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 21)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 22)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 23)
import org.eclipse.jdt.internal.compiler.lookup.TypeConstants;
Discouraged access: The type TypeConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 1011)
target1_2.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_2);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 1011)
target1_2.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_2);
Discouraged access: The field OPTION_TargetPlatform from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 1011)
target1_2.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_2);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 1011)
target1_2.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_2);
Discouraged access: The field VERSION_1_2 from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 1649)
new ICompilerRequestor() {
Discouraged access: The type ICompilerRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 1650)
public void acceptResult(CompilationResult result) {
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 1651)
assertNotNull("missing reference information",result.simpleNameReferences);
Discouraged access: The field simpleNameReferences from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 1652)
char[] serializable = TypeConstants.JAVA_IO_SERIALIZABLE[2];
Discouraged access: The type TypeConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 1652)
char[] serializable = TypeConstants.JAVA_IO_SERIALIZABLE[2];
Discouraged access: The field JAVA_IO_SERIALIZABLE from the type TypeConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 1653)
for (int i = 0, length = result.simpleNameReferences.length; i < length; i++) {
Discouraged access: The field simpleNameReferences from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 1654)
char[] name = result.simpleNameReferences[i];
Discouraged access: The field simpleNameReferences from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 1990)
if (CompilerOptions.VERSION_1_3.equals(options.get(CompilerOptions.OPTION_Compliance))) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 1990)
if (CompilerOptions.VERSION_1_3.equals(options.get(CompilerOptions.OPTION_Compliance))) {
Discouraged access: The field VERSION_1_3 from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 1990)
if (CompilerOptions.VERSION_1_3.equals(options.get(CompilerOptions.OPTION_Compliance))) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 1990)
if (CompilerOptions.VERSION_1_3.equals(options.get(CompilerOptions.OPTION_Compliance))) {
Discouraged access: The field OPTION_Compliance from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 1992)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_1);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 1992)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_1);
Discouraged access: The field OPTION_TargetPlatform from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 1992)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_1);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 1992)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_1);
Discouraged access: The field VERSION_1_1 from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2022)
if (CompilerOptions.VERSION_1_3.equals(options.get(CompilerOptions.OPTION_Compliance))) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2022)
if (CompilerOptions.VERSION_1_3.equals(options.get(CompilerOptions.OPTION_Compliance))) {
Discouraged access: The field VERSION_1_3 from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2022)
if (CompilerOptions.VERSION_1_3.equals(options.get(CompilerOptions.OPTION_Compliance))) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2022)
if (CompilerOptions.VERSION_1_3.equals(options.get(CompilerOptions.OPTION_Compliance))) {
Discouraged access: The field OPTION_Compliance from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2024)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_1);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2024)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_1);
Discouraged access: The field OPTION_TargetPlatform from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2024)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_1);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2024)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_1);
Discouraged access: The field VERSION_1_1 from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2105)
if (CompilerOptions.VERSION_1_3.equals(options.get(CompilerOptions.OPTION_Compliance))) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2105)
if (CompilerOptions.VERSION_1_3.equals(options.get(CompilerOptions.OPTION_Compliance))) {
Discouraged access: The field VERSION_1_3 from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2105)
if (CompilerOptions.VERSION_1_3.equals(options.get(CompilerOptions.OPTION_Compliance))) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2105)
if (CompilerOptions.VERSION_1_3.equals(options.get(CompilerOptions.OPTION_Compliance))) {
Discouraged access: The field OPTION_Compliance from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2107)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_1);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2107)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_1);
Discouraged access: The field OPTION_TargetPlatform from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2107)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_1);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2107)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_1);
Discouraged access: The field VERSION_1_1 from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2235)
if (CompilerOptions.VERSION_1_3.equals(options.get(CompilerOptions.OPTION_Compliance))) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2235)
if (CompilerOptions.VERSION_1_3.equals(options.get(CompilerOptions.OPTION_Compliance))) {
Discouraged access: The field VERSION_1_3 from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2235)
if (CompilerOptions.VERSION_1_3.equals(options.get(CompilerOptions.OPTION_Compliance))) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2235)
if (CompilerOptions.VERSION_1_3.equals(options.get(CompilerOptions.OPTION_Compliance))) {
Discouraged access: The field OPTION_Compliance from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2308)
CompilerOptions compOptions = new CompilerOptions(options);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2308)
CompilerOptions compOptions = new CompilerOptions(options);
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2308)
CompilerOptions compOptions = new CompilerOptions(options);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2309)
if (compOptions.complianceLevel < ClassFileConstants.JDK1_5) return;
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2309)
if (compOptions.complianceLevel < ClassFileConstants.JDK1_5) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2309)
if (compOptions.complianceLevel < ClassFileConstants.JDK1_5) return;
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2310)
options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2310)
options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4);
Discouraged access: The field OPTION_Source from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2310)
options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2310)
options.put(CompilerOptions.OPTION_Source, 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2334)
CompilerOptions compOptions = new CompilerOptions(options);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2334)
CompilerOptions compOptions = new CompilerOptions(options);
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2334)
CompilerOptions compOptions = new CompilerOptions(options);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2335)
if (compOptions.complianceLevel < ClassFileConstants.JDK1_5) return;
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2335)
if (compOptions.complianceLevel < ClassFileConstants.JDK1_5) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2335)
if (compOptions.complianceLevel < ClassFileConstants.JDK1_5) return;
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2364)
options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2364)
options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4);
Discouraged access: The field OPTION_Source from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2364)
options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2364)
options.put(CompilerOptions.OPTION_Source, 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2518)
if (this.complianceLevel == ClassFileConstants.JDK1_3) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2518)
if (this.complianceLevel == ClassFileConstants.JDK1_3) {
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2571)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2571)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2825)
if (this.complianceLevel <= ClassFileConstants.JDK1_3) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
 (at line 2825)
if (this.complianceLevel <= ClassFileConstants.JDK1_3) {
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/ManifestAnalyzerTest.java : 20 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ManifestAnalyzerTest.java
 (at line 18)
import org.eclipse.jdt.internal.compiler.util.ManifestAnalyzer;
Discouraged access: The type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ManifestAnalyzerTest.java
 (at line 26)
ManifestAnalyzer manifestAnalyzer = new ManifestAnalyzer();
Discouraged access: The type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ManifestAnalyzerTest.java
 (at line 26)
ManifestAnalyzer manifestAnalyzer = new ManifestAnalyzer();
Discouraged access: The constructor ManifestAnalyzer() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ManifestAnalyzerTest.java
 (at line 26)
ManifestAnalyzer manifestAnalyzer = new ManifestAnalyzer();
Discouraged access: The type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ManifestAnalyzerTest.java
 (at line 34)
List jars = this.manifestAnalyzer.getCalledFileNames();
Discouraged access: The method getCalledFileNames() from the type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ManifestAnalyzerTest.java
 (at line 42)
this.manifestAnalyzer.analyzeManifestContents(stream);
Discouraged access: The method analyzeManifestContents(InputStream) from the type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ManifestAnalyzerTest.java
 (at line 50)
List jars = this.manifestAnalyzer.getCalledFileNames();
Discouraged access: The method getCalledFileNames() from the type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ManifestAnalyzerTest.java
 (at line 58)
List jars = this.manifestAnalyzer.getCalledFileNames();
Discouraged access: The method getCalledFileNames() from the type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ManifestAnalyzerTest.java
 (at line 67)
List jars = this.manifestAnalyzer.getCalledFileNames();
Discouraged access: The method getCalledFileNames() from the type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ManifestAnalyzerTest.java
 (at line 76)
List jars = this.manifestAnalyzer.getCalledFileNames();
Discouraged access: The method getCalledFileNames() from the type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ManifestAnalyzerTest.java
 (at line 86)
List jars = this.manifestAnalyzer.getCalledFileNames();
Discouraged access: The method getCalledFileNames() from the type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ManifestAnalyzerTest.java
 (at line 95)
List jars = this.manifestAnalyzer.getCalledFileNames();
Discouraged access: The method getCalledFileNames() from the type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ManifestAnalyzerTest.java
 (at line 103)
List jars = this.manifestAnalyzer.getCalledFileNames();
Discouraged access: The method getCalledFileNames() from the type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ManifestAnalyzerTest.java
 (at line 111)
List jars = this.manifestAnalyzer.getCalledFileNames();
Discouraged access: The method getCalledFileNames() from the type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ManifestAnalyzerTest.java
 (at line 119)
List jars = this.manifestAnalyzer.getCalledFileNames();
Discouraged access: The method getCalledFileNames() from the type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ManifestAnalyzerTest.java
 (at line 128)
List jars = this.manifestAnalyzer.getCalledFileNames();
Discouraged access: The method getCalledFileNames() from the type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ManifestAnalyzerTest.java
 (at line 137)
List jars = this.manifestAnalyzer.getCalledFileNames();
Discouraged access: The method getCalledFileNames() from the type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ManifestAnalyzerTest.java
 (at line 146)
List jars = this.manifestAnalyzer.getCalledFileNames();
Discouraged access: The method getCalledFileNames() from the type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ManifestAnalyzerTest.java
 (at line 155)
this.manifestAnalyzer.analyzeManifestContents(inputStream);
Discouraged access: The method analyzeManifestContents(InputStream) from the type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ManifestAnalyzerTest.java
 (at line 159)
List jars = this.manifestAnalyzer.getCalledFileNames();
Discouraged access: The method getCalledFileNames() from the type ManifestAnalyzer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 24)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 25)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 48)
(new CompilerOptions(getCompilerOptions()).sourceLevel < ClassFileConstants.JDK1_6
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 48)
(new CompilerOptions(getCompilerOptions()).sourceLevel < ClassFileConstants.JDK1_6
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 48)
(new CompilerOptions(getCompilerOptions()).sourceLevel < ClassFileConstants.JDK1_6
Discouraged access: The field sourceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 48)
(new CompilerOptions(getCompilerOptions()).sourceLevel < ClassFileConstants.JDK1_6
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 48)
(new CompilerOptions(getCompilerOptions()).sourceLevel < ClassFileConstants.JDK1_6
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 1960)
options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 1960)
options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4);
Discouraged access: The field OPTION_Source from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 1960)
options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 1960)
options.put(CompilerOptions.OPTION_Source, 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3226)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3226)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3226)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3226)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3226)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3240)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3240)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3240)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3240)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3240)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3283)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3283)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3283)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3283)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3283)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3302)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3302)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3302)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3302)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3302)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3321)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3321)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3321)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3321)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3321)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3340)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3340)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3340)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3340)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3340)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3442)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3442)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3442)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3442)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3442)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3463)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3463)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3463)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3463)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3463)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3495)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3495)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3495)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3495)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3495)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3559)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3559)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3559)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3559)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3559)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3593)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3593)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3593)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3593)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3593)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3613)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3613)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3613)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3613)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3613)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3712)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3712)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3712)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3712)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3712)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3894)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3894)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3894)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3894)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 3894)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 4045)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 4045)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 4045)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 4045)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 4045)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 4077)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 4077)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 4077)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 4077)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 4077)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 4115)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 4115)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 4115)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 4115)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 4115)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 4236)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 4236)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 4236)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/MethodVerifyTest.java
 (at line 4236)
if (new CompilerOptions(getCompilerOptions()).complianceLevel >= ClassFileConstants.JDK1_7) return; // see test187()
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java : 41 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 15)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 41)
customOptions.put(CompilerOptions.OPTION_FatalOptionalError, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 41)
customOptions.put(CompilerOptions.OPTION_FatalOptionalError, CompilerOptions.DISABLED);
Discouraged access: The field OPTION_FatalOptionalError from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 41)
customOptions.put(CompilerOptions.OPTION_FatalOptionalError, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 41)
customOptions.put(CompilerOptions.OPTION_FatalOptionalError, CompilerOptions.DISABLED);
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 42)
customOptions.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 42)
customOptions.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnusedImport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 42)
customOptions.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 42)
customOptions.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 75)
customOptions.put(CompilerOptions.OPTION_FatalOptionalError, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 75)
customOptions.put(CompilerOptions.OPTION_FatalOptionalError, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_FatalOptionalError from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 75)
customOptions.put(CompilerOptions.OPTION_FatalOptionalError, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 75)
customOptions.put(CompilerOptions.OPTION_FatalOptionalError, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 76)
customOptions.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 76)
customOptions.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnusedImport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 76)
customOptions.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 76)
customOptions.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 110)
customOptions.put(CompilerOptions.OPTION_FatalOptionalError, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 110)
customOptions.put(CompilerOptions.OPTION_FatalOptionalError, CompilerOptions.DISABLED);
Discouraged access: The field OPTION_FatalOptionalError from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 110)
customOptions.put(CompilerOptions.OPTION_FatalOptionalError, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 110)
customOptions.put(CompilerOptions.OPTION_FatalOptionalError, CompilerOptions.DISABLED);
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 111)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 111)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNonExternalizedStringLiteral from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 111)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 111)
customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 142)
customOptions.put(CompilerOptions.OPTION_FatalOptionalError, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 142)
customOptions.put(CompilerOptions.OPTION_FatalOptionalError, CompilerOptions.DISABLED);
Discouraged access: The field OPTION_FatalOptionalError from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 142)
customOptions.put(CompilerOptions.OPTION_FatalOptionalError, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 142)
customOptions.put(CompilerOptions.OPTION_FatalOptionalError, CompilerOptions.DISABLED);
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 143)
customOptions.put(CompilerOptions.OPTION_ReportUndocumentedEmptyBlock, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 143)
customOptions.put(CompilerOptions.OPTION_ReportUndocumentedEmptyBlock, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUndocumentedEmptyBlock from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 143)
customOptions.put(CompilerOptions.OPTION_ReportUndocumentedEmptyBlock, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 143)
customOptions.put(CompilerOptions.OPTION_ReportUndocumentedEmptyBlock, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 176)
customOptions.put(CompilerOptions.OPTION_FatalOptionalError, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 176)
customOptions.put(CompilerOptions.OPTION_FatalOptionalError, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_FatalOptionalError from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 176)
customOptions.put(CompilerOptions.OPTION_FatalOptionalError, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 176)
customOptions.put(CompilerOptions.OPTION_FatalOptionalError, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 177)
customOptions.put(CompilerOptions.OPTION_ReportUndocumentedEmptyBlock, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 177)
customOptions.put(CompilerOptions.OPTION_ReportUndocumentedEmptyBlock, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUndocumentedEmptyBlock from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 177)
customOptions.put(CompilerOptions.OPTION_ReportUndocumentedEmptyBlock, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NonFatalErrorTest.java
 (at line 177)
customOptions.put(CompilerOptions.OPTION_ReportUndocumentedEmptyBlock, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 27)
import org.eclipse.jdt.internal.compiler.flow.FlowInfo;
Discouraged access: The type FlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 28)
import org.eclipse.jdt.internal.compiler.flow.NullInfoRegistry;
Discouraged access: The type NullInfoRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 29)
import org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo;
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 30)
import org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.AssertionFailedException;
Discouraged access: The type UnconditionalFlowInfo.AssertionFailedException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 31)
import org.eclipse.jdt.internal.compiler.impl.Constant;
Discouraged access: The type Constant is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 32)
import org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding;
Discouraged access: The type LocalVariableBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 33)
import org.eclipse.jdt.internal.compiler.lookup.PackageBinding;
Discouraged access: The type PackageBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 34)
import org.eclipse.jdt.internal.compiler.lookup.TypeBinding;
Discouraged access: The type TypeBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 647)
isDefinitelyNonNull = state.isDefinitelyNonNull(TestLocalVariableBinding.local0),
Discouraged access: The method isDefinitelyNonNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 648)
isDefinitelyNull = state.isDefinitelyNull(TestLocalVariableBinding.local0),
Discouraged access: The method isDefinitelyNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 649)
isDefinitelyUnknown = state.isDefinitelyUnknown(TestLocalVariableBinding.local0),
Discouraged access: The method isDefinitelyUnknown(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 650)
isPotentiallyNonNull = state.isPotentiallyNonNull(TestLocalVariableBinding.local0),
Discouraged access: The method isPotentiallyNonNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 651)
isPotentiallyNull = state.isPotentiallyNull(TestLocalVariableBinding.local0),
Discouraged access: The method isPotentiallyNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 652)
isPotentiallyUnknown = state.isPotentiallyUnknown(TestLocalVariableBinding.local0),
Discouraged access: The method isPotentiallyUnknown(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 653)
isProtectedNonNull = state.isProtectedNonNull(TestLocalVariableBinding.local0),
Discouraged access: The method isProtectedNonNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 654)
isProtectedNull = state.isProtectedNull(TestLocalVariableBinding.local0),
Discouraged access: The method isProtectedNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 655)
cannotBeDefinitelyNullOrNonNull = state.cannotBeDefinitelyNullOrNonNull(TestLocalVariableBinding.local0),
Discouraged access: The method cannotBeDefinitelyNullOrNonNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 656)
cannotBeNull = state.cannotBeNull(TestLocalVariableBinding.local0),
Discouraged access: The method cannotBeNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 657)
canOnlyBeNull = state.canOnlyBeNull(TestLocalVariableBinding.local0);
Discouraged access: The method canOnlyBeNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 721)
isDefinitelyNonNull = state.isDefinitelyNonNull(TestLocalVariableBinding.local64),
Discouraged access: The method isDefinitelyNonNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 722)
isDefinitelyNull = state.isDefinitelyNull(TestLocalVariableBinding.local64),
Discouraged access: The method isDefinitelyNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 723)
isDefinitelyUnknown = state.isDefinitelyUnknown(TestLocalVariableBinding.local64),
Discouraged access: The method isDefinitelyUnknown(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 724)
isPotentiallyNonNull = state.isPotentiallyNonNull(TestLocalVariableBinding.local64),
Discouraged access: The method isPotentiallyNonNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 725)
isPotentiallyNull = state.isPotentiallyNull(TestLocalVariableBinding.local64),
Discouraged access: The method isPotentiallyNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 726)
isPotentiallyUnknown = state.isPotentiallyUnknown(TestLocalVariableBinding.local64),
Discouraged access: The method isPotentiallyUnknown(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 727)
isProtectedNonNull = state.isProtectedNonNull(TestLocalVariableBinding.local64),
Discouraged access: The method isProtectedNonNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 728)
isProtectedNull = state.isProtectedNull(TestLocalVariableBinding.local64),
Discouraged access: The method isProtectedNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 729)
cannotBeDefinitelyNullOrNonNull = state.cannotBeDefinitelyNullOrNonNull(TestLocalVariableBinding.local64),
Discouraged access: The method cannotBeDefinitelyNullOrNonNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 730)
cannotBeNull = state.cannotBeNull(TestLocalVariableBinding.local64),
Discouraged access: The method cannotBeNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 731)
canOnlyBeNull = state.canOnlyBeNull(TestLocalVariableBinding.local64);
Discouraged access: The method canOnlyBeNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 804)
if (source2.isDefinitelyNonNull(TestLocalVariableBinding.local0)) {
Discouraged access: The method isDefinitelyNonNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 805)
if (! source2.isProtectedNonNull(TestLocalVariableBinding.local0)) {
Discouraged access: The method isProtectedNonNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 811)
else if (source2.isDefinitelyNull(TestLocalVariableBinding.local0)) {
Discouraged access: The method isDefinitelyNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 812)
if (! source2.isProtectedNull(TestLocalVariableBinding.local0)) {
Discouraged access: The method isProtectedNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 818)
else if (source2.isDefinitelyUnknown(TestLocalVariableBinding.local0)) {
Discouraged access: The method isDefinitelyUnknown(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 821)
else if (source2.nullBit1 != 0) {
Discouraged access: The field nullBit1 from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 833)
result2.addInitializationsFrom(source2);
Discouraged access: The method addInitializationsFrom(FlowInfo) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 861)
if (UnconditionalFlowInfo.COVERAGE_TEST_FLAG) {
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 861)
if (UnconditionalFlowInfo.COVERAGE_TEST_FLAG) {
Discouraged access: The field COVERAGE_TEST_FLAG from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 864)
UnconditionalFlowInfo.CoverageTestId = 0;
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 864)
UnconditionalFlowInfo.CoverageTestId = 0;
Discouraged access: The field CoverageTestId from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 885)
UnconditionalFlowInfo.CoverageTestId = i;
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 885)
UnconditionalFlowInfo.CoverageTestId = i;
Discouraged access: The field CoverageTestId from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 900)
catch (AssertionFailedException e) {
Discouraged access: The type UnconditionalFlowInfo.AssertionFailedException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 906)
UnconditionalFlowInfo.CoverageTestId = 0; // reset for other tests
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 906)
UnconditionalFlowInfo.CoverageTestId = 0; // reset for other tests
Discouraged access: The field CoverageTestId from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 913)
if (UnconditionalFlowInfo.COVERAGE_TEST_FLAG) {
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 913)
if (UnconditionalFlowInfo.COVERAGE_TEST_FLAG) {
Discouraged access: The field COVERAGE_TEST_FLAG from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 916)
UnconditionalFlowInfo.CoverageTestId = 0;
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 916)
UnconditionalFlowInfo.CoverageTestId = 0;
Discouraged access: The field CoverageTestId from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 946)
UnconditionalFlowInfo.CoverageTestId = i;
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 946)
UnconditionalFlowInfo.CoverageTestId = i;
Discouraged access: The field CoverageTestId from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 966)
catch (AssertionFailedException e) {
Discouraged access: The type UnconditionalFlowInfo.AssertionFailedException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 972)
UnconditionalFlowInfo.CoverageTestId = 0; // reset for other tests
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 972)
UnconditionalFlowInfo.CoverageTestId = 0; // reset for other tests
Discouraged access: The field CoverageTestId from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1006)
class TestLocalVariableBinding extends LocalVariableBinding {
Discouraged access: The type LocalVariableBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1007)
static class TestTypeBinding extends TypeBinding {
Discouraged access: The type TypeBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1009)
this.tagBits = 0L;
Discouraged access: The field tagBits from the type TypeBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1014)
public PackageBinding getPackage() {
Discouraged access: The type PackageBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1017)
public boolean isCompatibleWith(TypeBinding right) {
Discouraged access: The type TypeBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1030)
final static TypeBinding testTypeBinding = new TestTypeBinding();
Discouraged access: The type TypeBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1033)
super(testName, testTypeBinding, 0, false);
Discouraged access: The constructor LocalVariableBinding(char[], TypeBinding, int, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1034)
this.id = id;
Discouraged access: The field id from the type VariableBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1036)
public Constant constant() {
Discouraged access: The type Constant is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1037)
return Constant.NotAConstant;
Discouraged access: The type Constant is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1037)
return Constant.NotAConstant;
Discouraged access: The field NotAConstant from the type Constant is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1057)
class UnconditionalFlowInfoTestHarness extends UnconditionalFlowInfo {
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1077)
public FlowInfo copy() {
Discouraged access: The type FlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1085)
public void markAsDefinitelyNonNull(LocalVariableBinding local) {
Discouraged access: The type LocalVariableBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1086)
grow(local.id + this.maxFieldCount);
Discouraged access: The field id from the type VariableBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1086)
grow(local.id + this.maxFieldCount);
Discouraged access: The field maxFieldCount from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1087)
super.markAsDefinitelyNonNull(local);
Discouraged access: The method markAsDefinitelyNonNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1090)
public void markAsDefinitelyNull(LocalVariableBinding local) {
Discouraged access: The type LocalVariableBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1091)
grow(local.id + this.maxFieldCount);
Discouraged access: The field id from the type VariableBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1091)
grow(local.id + this.maxFieldCount);
Discouraged access: The field maxFieldCount from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1092)
super.markAsDefinitelyNull(local);
Discouraged access: The method markAsDefinitelyNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1095)
public void markAsDefinitelyUnknown(LocalVariableBinding local) {
Discouraged access: The type LocalVariableBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1096)
grow(local.id + this.maxFieldCount);
Discouraged access: The field id from the type VariableBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1096)
grow(local.id + this.maxFieldCount);
Discouraged access: The field maxFieldCount from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1097)
super.markAsDefinitelyUnknown(local);
Discouraged access: The method markAsDefinitelyUnknown(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1176)
public boolean testEquals(UnconditionalFlowInfo other) {
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1188)
public boolean testEquals(UnconditionalFlowInfo other, int position) {
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1198)
if (this == DEAD_END) {
Discouraged access: The field DEAD_END from the type FlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1216)
static NullReferenceImplTests.State asState(UnconditionalFlowInfo zis, int position) {
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1217)
if ((zis.tagBits & NULL_FLAG_MASK) == 0) {
Discouraged access: The field tagBits from the type FlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1217)
if ((zis.tagBits & NULL_FLAG_MASK) == 0) {
Discouraged access: The field NULL_FLAG_MASK from the type FlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1220)
if (position < BitCacheSize) {
Discouraged access: The field BitCacheSize from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1222)
(zis.nullBit1 >> position) & 1,
Discouraged access: The field nullBit1 from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1223)
(zis.nullBit2 >> position) & 1,
Discouraged access: The field nullBit2 from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1224)
(zis.nullBit3 >> position) & 1,
Discouraged access: The field nullBit3 from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1225)
(zis.nullBit4 >> position) & 1,
Discouraged access: The field nullBit4 from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1230)
int vectorIndex = (position / BitCacheSize) - 1;
Discouraged access: The field BitCacheSize from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1231)
position %= BitCacheSize;
Discouraged access: The field BitCacheSize from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1232)
if (vectorIndex >= zis.extra[2].length) {
Discouraged access: The field extra from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1236)
(zis.extra[2][vectorIndex] >> position) & 1,
Discouraged access: The field extra from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1237)
(zis.extra[3][vectorIndex] >> position) & 1,
Discouraged access: The field extra from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1238)
(zis.extra[4][vectorIndex] >> position) & 1,
Discouraged access: The field extra from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1239)
(zis.extra[5][vectorIndex] >> position) & 1,
Discouraged access: The field extra from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1246)
static void copy(UnconditionalFlowInfo source, UnconditionalFlowInfo target) {
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTests.java
 (at line 1246)
static void copy(UnconditionalFlowInfo source, UnconditionalFlowInfo target) {
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java : 59 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 26)
import org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo;
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 65)
UnconditionalFlowInfo output(UnconditionalFlowInfo input,
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 65)
UnconditionalFlowInfo output(UnconditionalFlowInfo input,
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 67)
UnconditionalFlowInfo result = (UnconditionalFlowInfo)input.copy();
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 67)
UnconditionalFlowInfo result = (UnconditionalFlowInfo)input.copy();
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 67)
UnconditionalFlowInfo result = (UnconditionalFlowInfo)input.copy();
Discouraged access: The method copy() from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 68)
result.markAsComparedEqualToNonNull(local);
Discouraged access: The method markAsComparedEqualToNonNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 108)
UnconditionalFlowInfo output(UnconditionalFlowInfo input,
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 108)
UnconditionalFlowInfo output(UnconditionalFlowInfo input,
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 110)
UnconditionalFlowInfo result = (UnconditionalFlowInfo)input.copy();
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 110)
UnconditionalFlowInfo result = (UnconditionalFlowInfo)input.copy();
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 110)
UnconditionalFlowInfo result = (UnconditionalFlowInfo)input.copy();
Discouraged access: The method copy() from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 111)
result.markAsComparedEqualToNull(local);
Discouraged access: The method markAsComparedEqualToNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 151)
UnconditionalFlowInfo output(UnconditionalFlowInfo input,
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 151)
UnconditionalFlowInfo output(UnconditionalFlowInfo input,
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 153)
UnconditionalFlowInfo result = (UnconditionalFlowInfo)input.copy();
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 153)
UnconditionalFlowInfo result = (UnconditionalFlowInfo)input.copy();
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 153)
UnconditionalFlowInfo result = (UnconditionalFlowInfo)input.copy();
Discouraged access: The method copy() from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 154)
result.markAsDefinitelyNonNull(local);
Discouraged access: The method markAsDefinitelyNonNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 195)
UnconditionalFlowInfo output(UnconditionalFlowInfo input,
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 195)
UnconditionalFlowInfo output(UnconditionalFlowInfo input,
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 197)
UnconditionalFlowInfo result = (UnconditionalFlowInfo)input.copy();
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 197)
UnconditionalFlowInfo result = (UnconditionalFlowInfo)input.copy();
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 197)
UnconditionalFlowInfo result = (UnconditionalFlowInfo)input.copy();
Discouraged access: The method copy() from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 198)
result.markAsDefinitelyNull(local);
Discouraged access: The method markAsDefinitelyNull(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 238)
UnconditionalFlowInfo output(UnconditionalFlowInfo input,
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 238)
UnconditionalFlowInfo output(UnconditionalFlowInfo input,
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 240)
UnconditionalFlowInfo result = (UnconditionalFlowInfo)input.copy();
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 240)
UnconditionalFlowInfo result = (UnconditionalFlowInfo)input.copy();
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 240)
UnconditionalFlowInfo result = (UnconditionalFlowInfo)input.copy();
Discouraged access: The method copy() from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 241)
result.markAsDefinitelyUnknown(local);
Discouraged access: The method markAsDefinitelyUnknown(LocalVariableBinding) from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 645)
UnconditionalFlowInfo output(UnconditionalFlowInfo input1,
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 645)
UnconditionalFlowInfo output(UnconditionalFlowInfo input1,
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 646)
UnconditionalFlowInfo input2) {
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 647)
return (UnconditionalFlowInfo)
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 648)
input1.copy().addInitializationsFrom(input2);
Discouraged access: The method copy() from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 648)
input1.copy().addInitializationsFrom(input2);
Discouraged access: The method addInitializationsFrom(FlowInfo) from the type FlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 1051)
UnconditionalFlowInfo output(UnconditionalFlowInfo input1,
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 1051)
UnconditionalFlowInfo output(UnconditionalFlowInfo input1,
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 1052)
UnconditionalFlowInfo input2) {
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 1053)
return (UnconditionalFlowInfo)
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 1054)
input1.copy().addPotentialInitializationsFrom(input2);
Discouraged access: The method copy() from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 1054)
input1.copy().addPotentialInitializationsFrom(input2);
Discouraged access: The method addPotentialInitializationsFrom(FlowInfo) from the type FlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 1275)
UnconditionalFlowInfo output(UnconditionalFlowInfo input1,
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 1275)
UnconditionalFlowInfo output(UnconditionalFlowInfo input1,
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 1276)
UnconditionalFlowInfo input2) {
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 1277)
return input1.copy().mergedWith(input2);
Discouraged access: The method copy() from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 1277)
return input1.copy().mergedWith(input2);
Discouraged access: The method mergedWith(UnconditionalFlowInfo) from the type FlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 1316)
UnconditionalFlowInfo output(UnconditionalFlowInfo input) {
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 1316)
UnconditionalFlowInfo output(UnconditionalFlowInfo input) {
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 1524)
abstract UnconditionalFlowInfo output(UnconditionalFlowInfo input, TestLocalVariableBinding local);
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 1524)
abstract UnconditionalFlowInfo output(UnconditionalFlowInfo input, TestLocalVariableBinding local);
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 2008)
UnconditionalFlowInfo output(UnconditionalFlowInfo input, TestLocalVariableBinding local) {
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 2008)
UnconditionalFlowInfo output(UnconditionalFlowInfo input, TestLocalVariableBinding local) {
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 2011)
abstract UnconditionalFlowInfo output(UnconditionalFlowInfo input);
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 2011)
abstract UnconditionalFlowInfo output(UnconditionalFlowInfo input);
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 2119)
abstract UnconditionalFlowInfo output(UnconditionalFlowInfo input1, UnconditionalFlowInfo input2);
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 2119)
abstract UnconditionalFlowInfo output(UnconditionalFlowInfo input1, UnconditionalFlowInfo input2);
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceImplTransformations.java
 (at line 2119)
abstract UnconditionalFlowInfo output(UnconditionalFlowInfo input1, UnconditionalFlowInfo input2);
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 15)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 16)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 54)
defaultOptions.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 54)
defaultOptions.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNullReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 54)
defaultOptions.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 54)
defaultOptions.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 55)
defaultOptions.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 55)
defaultOptions.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportPotentialNullReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 55)
defaultOptions.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 55)
defaultOptions.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 56)
defaultOptions.put(CompilerOptions.OPTION_ReportRedundantNullCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 56)
defaultOptions.put(CompilerOptions.OPTION_ReportRedundantNullCheck, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportRedundantNullCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 56)
defaultOptions.put(CompilerOptions.OPTION_ReportRedundantNullCheck, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 56)
defaultOptions.put(CompilerOptions.OPTION_ReportRedundantNullCheck, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 57)
defaultOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 57)
defaultOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportRawTypeReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 57)
defaultOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 57)
defaultOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 556)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 556)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 558)
compilerOptions.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 558)
compilerOptions.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.WARNING);
Discouraged access: The field OPTION_ReportNullReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 558)
compilerOptions.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 558)
compilerOptions.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 787)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 787)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 809)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 809)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 832)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 832)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 854)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 854)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 893)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 893)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 6587)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 6587)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 6610)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 6610)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 6633)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 6633)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 6649)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 6649)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 6665)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 6665)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 6692)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 6692)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 6716)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 6716)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 7130)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 7130)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 7239)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 7239)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 7317)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 7317)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 7798)
if (this.complianceLevel >= ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 7798)
if (this.complianceLevel >= 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 7816)
if (this.complianceLevel >= ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 7816)
if (this.complianceLevel >= 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 7839)
if (this.complianceLevel >= ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 7839)
if (this.complianceLevel >= 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 7862)
if (this.complianceLevel >= ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 7862)
if (this.complianceLevel >= 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 7891)
if (this.complianceLevel >= ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 7891)
if (this.complianceLevel >= 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 7913)
if (this.complianceLevel >= ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 7913)
if (this.complianceLevel >= 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 7936)
if (this.complianceLevel >= ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 7936)
if (this.complianceLevel >= 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 8978)
customOptions.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 8978)
customOptions.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportNullReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 8978)
customOptions.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 8978)
customOptions.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 8979)
customOptions.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 8979)
customOptions.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportPotentialNullReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 8979)
customOptions.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 8979)
customOptions.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 8980)
customOptions.put(CompilerOptions.OPTION_ReportRedundantNullCheck, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 8980)
customOptions.put(CompilerOptions.OPTION_ReportRedundantNullCheck, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportRedundantNullCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 8980)
customOptions.put(CompilerOptions.OPTION_ReportRedundantNullCheck, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 8980)
customOptions.put(CompilerOptions.OPTION_ReportRedundantNullCheck, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 9044)
customOptions.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 9044)
customOptions.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportNullReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 9044)
customOptions.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 9044)
customOptions.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 9045)
customOptions.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 9045)
customOptions.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportPotentialNullReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 9045)
customOptions.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 9045)
customOptions.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 9046)
customOptions.put(CompilerOptions.OPTION_ReportRedundantNullCheck, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 9046)
customOptions.put(CompilerOptions.OPTION_ReportRedundantNullCheck, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportRedundantNullCheck from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 9046)
customOptions.put(CompilerOptions.OPTION_ReportRedundantNullCheck, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 9046)
customOptions.put(CompilerOptions.OPTION_ReportRedundantNullCheck, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 9082)
customOptions.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 9082)
customOptions.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.WARNING);
Discouraged access: The field OPTION_ReportNullReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 9082)
customOptions.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 9082)
customOptions.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 9083)
customOptions.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 9083)
customOptions.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportPotentialNullReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 9083)
customOptions.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/NullReferenceTest.java
 (at line 9083)
customOptions.put(CompilerOptions.OPTION_ReportPotentialNullReference, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java : 77 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 21)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 22)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader;
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 23)
import org.eclipse.jdt.internal.compiler.env.IBinaryMethod;
Discouraged access: The type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 24)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 87)
ClassFileReader reader = getClassFileReader(OUTPUT_DIR + File.separator +"X$W.class", "X$W");
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 88)
IBinaryMethod[] methods = reader.getMethods();
Discouraged access: The type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 88)
IBinaryMethod[] methods = reader.getMethods();
Discouraged access: The method getMethods() from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 92)
IBinaryMethod method = methods[i];
Discouraged access: The type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 93)
if (new String(method.getSelector()).equals("foo")) {
Discouraged access: The method getSelector() from the type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 100)
methods = reader.getMethods();
Discouraged access: The method getMethods() from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 104)
IBinaryMethod method = methods[i];
Discouraged access: The type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 105)
if (new String(method.getSelector()).equals("foo")) {
Discouraged access: The method getSelector() from the type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 112)
methods = reader.getMethods();
Discouraged access: The method getMethods() from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 116)
IBinaryMethod method = methods[i];
Discouraged access: The type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 117)
if (new String(method.getSelector()).equals("foo")) {
Discouraged access: The method getSelector() from the type IBinaryMethod is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 835)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 835)
if (this.complianceLevel <= 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 906)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 906)
if (this.complianceLevel <= 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 940)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 940)
if (this.complianceLevel <= 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 974)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 974)
if (this.complianceLevel <= 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 1588)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 1588)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 1691)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 1691)
if (this.complianceLevel <= 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3161)
if (this.complianceLevel <= ClassFileConstants.JDK1_4)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3161)
if (this.complianceLevel <= 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3189)
if (this.complianceLevel <= ClassFileConstants.JDK1_4)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3189)
if (this.complianceLevel <= 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3371)
String expected = this.complianceLevel <= ClassFileConstants.JDK1_4
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3371)
String expected = this.complianceLevel <= 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3491)
String expected = this.complianceLevel <= ClassFileConstants.JDK1_4
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3491)
String expected = this.complianceLevel <= 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3574)
String expected = this.complianceLevel <= ClassFileConstants.JDK1_4
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3574)
String expected = this.complianceLevel <= 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3657)
String expected = this.complianceLevel <= ClassFileConstants.JDK1_4
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3657)
String expected = this.complianceLevel <= 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3801)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3801)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) return;
Discouraged access: The field JDK1_4 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3803)
customOptions.put( CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3803)
customOptions.put( CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3803)
customOptions.put( CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3803)
customOptions.put( CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3804)
customOptions.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3804)
customOptions.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportInvalidJavadoc from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3804)
customOptions.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3804)
customOptions.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3805)
customOptions.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3805)
customOptions.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_ReportInvalidJavadocTags from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3805)
customOptions.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3805)
customOptions.put(CompilerOptions.OPTION_ReportInvalidJavadocTags, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3894)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 3894)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) return;
Discouraged access: The field JDK1_4 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 4056)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 4056)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) return;
Discouraged access: The field JDK1_4 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 4089)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 4089)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) return;
Discouraged access: The field JDK1_4 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 4122)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 4122)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) return;
Discouraged access: The field JDK1_4 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 4124)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 4124)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 4124)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 4124)
options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 4157)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 4157)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) return;
Discouraged access: The field JDK1_4 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 4182)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 4182)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) return;
Discouraged access: The field JDK1_4 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 4839)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 4839)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) return;
Discouraged access: The field JDK1_4 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 4862)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 4862)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) return;
Discouraged access: The field JDK1_4 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 4889)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 4889)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) return;
Discouraged access: The field JDK1_4 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 4965)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java
 (at line 4965)
if (this.complianceLevel <= ClassFileConstants.JDK1_4) return;
Discouraged access: The field JDK1_4 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 18)
import org.eclipse.jdt.internal.compiler.CompilationResult;
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 19)
import org.eclipse.jdt.internal.compiler.ICompilerRequestor;
Discouraged access: The type ICompilerRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 20)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 21)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 63)
ICompilerRequestor clientRequestor,
Discouraged access: The type ICompilerRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 73)
compilerOptions.put(errorOptions[i], CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 73)
compilerOptions.put(errorOptions[i], CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 78)
compilerOptions.put(warningOptions[i], CompilerOptions.WARNING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 78)
compilerOptions.put(warningOptions[i], CompilerOptions.WARNING);
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 83)
compilerOptions.put(ignoreOptions[i], CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 83)
compilerOptions.put(ignoreOptions[i], CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 138)
CompilerOptions.OPTION_ReportUnusedParameter
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 138)
CompilerOptions.OPTION_ReportUnusedParameter
Discouraged access: The field OPTION_ReportUnusedParameter from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 162)
customOptions.put(CompilerOptions.OPTION_DocCommentSupport,
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 162)
customOptions.put(CompilerOptions.OPTION_DocCommentSupport,
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 163)
CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 163)
CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 175)
CompilerOptions.OPTION_ReportUnusedParameter
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 175)
CompilerOptions.OPTION_ReportUnusedParameter
Discouraged access: The field OPTION_ReportUnusedParameter from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 194)
customOptions.put(CompilerOptions.OPTION_DocCommentSupport,
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 194)
customOptions.put(CompilerOptions.OPTION_DocCommentSupport,
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 195)
CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 195)
CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 196)
customOptions.put(CompilerOptions.OPTION_ReportUnusedParameterIncludeDocCommentReference,
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 196)
customOptions.put(CompilerOptions.OPTION_ReportUnusedParameterIncludeDocCommentReference,
Discouraged access: The field OPTION_ReportUnusedParameterIncludeDocCommentReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 197)
CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 197)
CompilerOptions.DISABLED);
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 209)
CompilerOptions.OPTION_ReportUnusedParameter
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 209)
CompilerOptions.OPTION_ReportUnusedParameter
Discouraged access: The field OPTION_ReportUnusedParameter from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 231)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 231)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 246)
CompilerOptions.OPTION_ReportUnusedParameter
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 246)
CompilerOptions.OPTION_ReportUnusedParameter
Discouraged access: The field OPTION_ReportUnusedParameter from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 273)
CompilerOptions.OPTION_ReportUnusedParameter
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 273)
CompilerOptions.OPTION_ReportUnusedParameter
Discouraged access: The field OPTION_ReportUnusedParameter from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 333)
CompilerOptions.OPTION_ReportUnusedDeclaredThrownException
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 333)
CompilerOptions.OPTION_ReportUnusedDeclaredThrownException
Discouraged access: The field OPTION_ReportUnusedDeclaredThrownException from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 359)
customOptions.put(CompilerOptions.OPTION_DocCommentSupport,
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 359)
customOptions.put(CompilerOptions.OPTION_DocCommentSupport,
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 360)
CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 360)
CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 373)
CompilerOptions.OPTION_ReportUnusedDeclaredThrownException
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 373)
CompilerOptions.OPTION_ReportUnusedDeclaredThrownException
Discouraged access: The field OPTION_ReportUnusedDeclaredThrownException from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 394)
customOptions.put(CompilerOptions.OPTION_DocCommentSupport,
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 394)
customOptions.put(CompilerOptions.OPTION_DocCommentSupport,
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 395)
CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 395)
CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 396)
customOptions.put(CompilerOptions.OPTION_ReportUnusedDeclaredThrownExceptionIncludeDocCommentReference,
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 396)
customOptions.put(CompilerOptions.OPTION_ReportUnusedDeclaredThrownExceptionIncludeDocCommentReference,
Discouraged access: The field OPTION_ReportUnusedDeclaredThrownExceptionIncludeDocCommentReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 397)
CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 397)
CompilerOptions.DISABLED);
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 410)
CompilerOptions.OPTION_ReportUnusedDeclaredThrownException
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 410)
CompilerOptions.OPTION_ReportUnusedDeclaredThrownException
Discouraged access: The field OPTION_ReportUnusedDeclaredThrownException from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 433)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 433)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 446)
CompilerOptions.OPTION_ReportUnusedDeclaredThrownException
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 446)
CompilerOptions.OPTION_ReportUnusedDeclaredThrownException
Discouraged access: The field OPTION_ReportUnusedDeclaredThrownException from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 474)
CompilerOptions.OPTION_ReportUnusedDeclaredThrownException
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 474)
CompilerOptions.OPTION_ReportUnusedDeclaredThrownException
Discouraged access: The field OPTION_ReportUnusedDeclaredThrownException from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 501)
customOptions.put(CompilerOptions.OPTION_DocCommentSupport,
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 501)
customOptions.put(CompilerOptions.OPTION_DocCommentSupport,
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 502)
CompilerOptions.ENABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 502)
CompilerOptions.ENABLED);
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 516)
CompilerOptions.OPTION_ReportUnusedDeclaredThrownException
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 516)
CompilerOptions.OPTION_ReportUnusedDeclaredThrownException
Discouraged access: The field OPTION_ReportUnusedDeclaredThrownException from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 547)
CompilerOptions.OPTION_ReportUnusedDeclaredThrownException
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 547)
CompilerOptions.OPTION_ReportUnusedDeclaredThrownException
Discouraged access: The field OPTION_ReportUnusedDeclaredThrownException from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 550)
CompilerOptions.OPTION_ReportUnusedParameter
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 550)
CompilerOptions.OPTION_ReportUnusedParameter
Discouraged access: The field OPTION_ReportUnusedParameter from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 588)
CompilerOptions.OPTION_ReportUnusedDeclaredThrownException,
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 588)
CompilerOptions.OPTION_ReportUnusedDeclaredThrownException,
Discouraged access: The field OPTION_ReportUnusedDeclaredThrownException from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 589)
CompilerOptions.OPTION_ReportUnusedParameter
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 589)
CompilerOptions.OPTION_ReportUnusedParameter
Discouraged access: The field OPTION_ReportUnusedParameter from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 625)
CompilerOptions.OPTION_ReportUnusedParameter
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 625)
CompilerOptions.OPTION_ReportUnusedParameter
Discouraged access: The field OPTION_ReportUnusedParameter from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 665)
CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 665)
CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod
Discouraged access: The field OPTION_ReportOverridingPackageDefaultMethod from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 681)
new ICompilerRequestor() {
Discouraged access: The type ICompilerRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 682)
public void acceptResult(CompilationResult result) {
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 683)
if (result.compilationUnit.getFileName()[0] == 'Y') {
Discouraged access: The method getFileName() from the type IDependent is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 683)
if (result.compilationUnit.getFileName()[0] == 'Y') {
Discouraged access: The field compilationUnit from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 684)
assertEquals("unexpected problems count", 1, result.problemCount);
Discouraged access: The field problemCount from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 685)
assertEquals("unexpected category", CategorizedProblem.CAT_NAME_SHADOWING_CONFLICT, result.problems[0].getCategoryID());
Discouraged access: The field problems from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 794)
customOptions.put(CompilerOptions.OPTION_ReportUnusedDeclaredThrownExceptionExemptExceptionAndThrowable,
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 794)
customOptions.put(CompilerOptions.OPTION_ReportUnusedDeclaredThrownExceptionExemptExceptionAndThrowable,
Discouraged access: The field OPTION_ReportUnusedDeclaredThrownExceptionExemptExceptionAndThrowable from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 795)
CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 795)
CompilerOptions.DISABLED);
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 806)
CompilerOptions.OPTION_ReportUnusedDeclaredThrownException
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 806)
CompilerOptions.OPTION_ReportUnusedDeclaredThrownException
Discouraged access: The field OPTION_ReportUnusedDeclaredThrownException from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 828)
CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 828)
CompilerOptions.DISABLED);
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 839)
CompilerOptions.OPTION_ReportUnusedDeclaredThrownException
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 839)
CompilerOptions.OPTION_ReportUnusedDeclaredThrownException
Discouraged access: The field OPTION_ReportUnusedDeclaredThrownException from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 864)
customOptions.put(CompilerOptions.OPTION_ReportUnusedDeclaredThrownExceptionExemptExceptionAndThrowable,
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 864)
customOptions.put(CompilerOptions.OPTION_ReportUnusedDeclaredThrownExceptionExemptExceptionAndThrowable,
Discouraged access: The field OPTION_ReportUnusedDeclaredThrownExceptionExemptExceptionAndThrowable from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 865)
CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 865)
CompilerOptions.DISABLED);
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 876)
CompilerOptions.OPTION_ReportUnusedDeclaredThrownException
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 876)
CompilerOptions.OPTION_ReportUnusedDeclaredThrownException
Discouraged access: The field OPTION_ReportUnusedDeclaredThrownException from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ProgrammingProblemsTest.java
 (at line 897)
customOptions.put(CompilerOptions.OPTION_ReportUnusedDeclaredThrownExceptionExemptExceptionAndThrowable,
Discouraged access: The field OPTION_ReportUnusedDeclaredThrownExceptionExemptExceptionAndThrowable from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/RegressionTestSetup.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/RegressionTestSetup.java
 (at line 16)
import org.eclipse.jdt.internal.compiler.env.INameEnvironment;
Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/RegressionTestSetup.java
 (at line 17)
import org.eclipse.jdt.internal.compiler.batch.FileSystem;
Discouraged access: The type FileSystem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/RegressionTestSetup.java
 (at line 22)
INameEnvironment javaClassLib;
Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/RegressionTestSetup.java
 (at line 31)
this.javaClassLib = new FileSystem(Util.getJavaClassLibs(), new String[0], null);
Discouraged access: The constructor FileSystem(String[], String[], String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/RegressionTestSetup.java
 (at line 31)
this.javaClassLib = new FileSystem(Util.getJavaClassLibs(), new String[0], null);
Discouraged access: The type FileSystem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/Requestor.java : 17 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Requestor.java
 (at line 20)
import org.eclipse.jdt.internal.compiler.ClassFile;
Discouraged access: The type ClassFile is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Requestor.java
 (at line 21)
import org.eclipse.jdt.internal.compiler.CompilationResult;
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Requestor.java
 (at line 22)
import org.eclipse.jdt.internal.compiler.ICompilerRequestor;
Discouraged access: The type ICompilerRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Requestor.java
 (at line 24)
public class Requestor extends Assert implements ICompilerRequestor {
Discouraged access: The type ICompilerRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Requestor.java
 (at line 30)
public ICompilerRequestor clientRequestor;
Discouraged access: The type ICompilerRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Requestor.java
 (at line 34)
public Requestor(boolean forceOutputGeneration, ICompilerRequestor clientRequestor, boolean showCategory, boolean showWarningToken) {
Discouraged access: The type ICompilerRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Requestor.java
 (at line 40)
public void acceptResult(CompilationResult compilationResult) {
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Requestor.java
 (at line 41)
this.hasErrors |= compilationResult.hasErrors();
Discouraged access: The method hasErrors() from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Requestor.java
 (at line 45)
this.clientRequestor.acceptResult(compilationResult);
Discouraged access: The method acceptResult(CompilationResult) from the type ICompilerRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Requestor.java
 (at line 48)
protected void outputClassFiles(CompilationResult unitResult) {
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Requestor.java
 (at line 49)
if ((unitResult != null) && (!unitResult.hasErrors() || this.forceOutputGeneration)) {
Discouraged access: The method hasErrors() from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Requestor.java
 (at line 50)
ClassFile[] classFiles = unitResult.getClassFiles();
Discouraged access: The type ClassFile is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Requestor.java
 (at line 50)
ClassFile[] classFiles = unitResult.getClassFiles();
Discouraged access: The method getClassFiles() from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Requestor.java
 (at line 54)
ClassFile classFile = classFiles[i];
Discouraged access: The type ClassFile is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Requestor.java
 (at line 56)
new String(classFile.fileName()).replace('/', File.separatorChar) + ".class";
Discouraged access: The method fileName() from the type ClassFile is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Requestor.java
 (at line 58)
org.eclipse.jdt.internal.compiler.util.Util.writeToDisk(true, this.outputPath, relativeName, classFile);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/Requestor.java
 (at line 58)
org.eclipse.jdt.internal.compiler.util.Util.writeToDisk(true, this.outputPath, relativeName, classFile);
Discouraged access: The method writeToDisk(boolean, String, String, ClassFile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/RuntimeTests.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/RuntimeTests.java
 (at line 17)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/RuntimeTests.java
 (at line 503)
this.complianceLevel == ClassFileConstants.JDK1_3 ?
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/RuntimeTests.java
 (at line 503)
this.complianceLevel == ClassFileConstants.JDK1_3 ?
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java : 52 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 20)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 21)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 22)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 23)
import org.eclipse.jdt.internal.core.util.PublicScanner;
Discouraged access: The type PublicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 552)
Scanner scanner = new Scanner(false, false, false, ClassFileConstants.JDK1_4, null, null, false);
Discouraged access: The type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 552)
Scanner scanner = new Scanner(false, false, false, ClassFileConstants.JDK1_4, null, null, false);
Discouraged access: The constructor Scanner(boolean, boolean, boolean, long, char[][], char[][], boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 552)
Scanner scanner = new Scanner(false, false, false, ClassFileConstants.JDK1_4, null, null, false);
Discouraged access: The type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 552)
Scanner scanner = new Scanner(false, false, false, ClassFileConstants.JDK1_4, null, null, false);
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 552)
Scanner scanner = new Scanner(false, false, false, ClassFileConstants.JDK1_4, null, null, false);
Discouraged access: The field JDK1_4 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 553)
scanner.setSource(source);
Discouraged access: The method setSource(char[]) from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 554)
scanner.resetTo(0, source.length - 1);
Discouraged access: The method resetTo(int, int) from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 558)
while ((token = scanner.getNextToken()) != TerminalTokens.TokenNameEOF) {
Discouraged access: The method getNextToken() from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 558)
while ((token = scanner.getNextToken()) != TerminalTokens.TokenNameEOF) {
Discouraged access: The type TerminalTokens is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 558)
while ((token = scanner.getNextToken()) != TerminalTokens.TokenNameEOF) {
Discouraged access: The field TokenNameEOF from the type TerminalTokens is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 561)
case TerminalTokens.TokenNameEOF :
Discouraged access: The type TerminalTokens is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 561)
case TerminalTokens.TokenNameEOF :
Discouraged access: The field TokenNameEOF from the type TerminalTokens is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 564)
buffer.append(scanner.getCurrentTokenSource());
Discouraged access: The method getCurrentTokenSource() from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 581)
Scanner scanner = new Scanner(false, false, false, ClassFileConstants.JDK1_4, null, null, false);
Discouraged access: The type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 581)
Scanner scanner = new Scanner(false, false, false, ClassFileConstants.JDK1_4, null, null, false);
Discouraged access: The constructor Scanner(boolean, boolean, boolean, long, char[][], char[][], boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 581)
Scanner scanner = new Scanner(false, false, false, ClassFileConstants.JDK1_4, null, null, false);
Discouraged access: The type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 581)
Scanner scanner = new Scanner(false, false, false, ClassFileConstants.JDK1_4, null, null, false);
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 581)
Scanner scanner = new Scanner(false, false, false, ClassFileConstants.JDK1_4, null, null, false);
Discouraged access: The field JDK1_4 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 582)
scanner.setSource(source);
Discouraged access: The method setSource(char[]) from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 583)
scanner.resetTo(0, source.length - 1);
Discouraged access: The method resetTo(int, int) from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 587)
while ((token = scanner.getNextToken()) != TerminalTokens.TokenNameEOF) {
Discouraged access: The method getNextToken() from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 587)
while ((token = scanner.getNextToken()) != TerminalTokens.TokenNameEOF) {
Discouraged access: The type TerminalTokens is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 587)
while ((token = scanner.getNextToken()) != TerminalTokens.TokenNameEOF) {
Discouraged access: The field TokenNameEOF from the type TerminalTokens is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 590)
case TerminalTokens.TokenNameStringLiteral :
Discouraged access: The type TerminalTokens is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 590)
case TerminalTokens.TokenNameStringLiteral :
Discouraged access: The field TokenNameStringLiteral from the type TerminalTokens is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 591)
buffer.append(new String(scanner.getCurrentTokenSourceString()));
Discouraged access: The method getCurrentTokenSourceString() from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 593)
case TerminalTokens.TokenNameEOF :
Discouraged access: The type TerminalTokens is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 593)
case TerminalTokens.TokenNameEOF :
Discouraged access: The field TokenNameEOF from the type TerminalTokens is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 596)
buffer.append(scanner.getCurrentTokenSource());
Discouraged access: The method getCurrentTokenSource() from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 613)
Scanner scanner = new Scanner(false, false, false, ClassFileConstants.JDK1_4, null, null, false);
Discouraged access: The type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 613)
Scanner scanner = new Scanner(false, false, false, ClassFileConstants.JDK1_4, null, null, false);
Discouraged access: The constructor Scanner(boolean, boolean, boolean, long, char[][], char[][], boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 613)
Scanner scanner = new Scanner(false, false, false, ClassFileConstants.JDK1_4, null, null, false);
Discouraged access: The type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 613)
Scanner scanner = new Scanner(false, false, false, ClassFileConstants.JDK1_4, null, null, false);
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 613)
Scanner scanner = new Scanner(false, false, false, ClassFileConstants.JDK1_4, null, null, false);
Discouraged access: The field JDK1_4 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 614)
scanner.setSource(source);
Discouraged access: The method setSource(char[]) from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 615)
scanner.resetTo(0, source.length - 1);
Discouraged access: The method resetTo(int, int) from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 619)
while ((token = scanner.getNextToken()) != TerminalTokens.TokenNameEOF) {
Discouraged access: The method getNextToken() from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 619)
while ((token = scanner.getNextToken()) != TerminalTokens.TokenNameEOF) {
Discouraged access: The type TerminalTokens is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 619)
while ((token = scanner.getNextToken()) != TerminalTokens.TokenNameEOF) {
Discouraged access: The field TokenNameEOF from the type TerminalTokens is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 622)
case TerminalTokens.TokenNameEOF :
Discouraged access: The type TerminalTokens is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 622)
case TerminalTokens.TokenNameEOF :
Discouraged access: The field TokenNameEOF from the type TerminalTokens is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 625)
buffer.append(scanner.getCurrentTokenSource());
Discouraged access: The method getCurrentTokenSource() from the type Scanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 892)
assertEquals("Wrong exception", PublicScanner.INVALID_CHAR_IN_STRING, e.getMessage());
Discouraged access: The type PublicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 892)
assertEquals("Wrong exception", PublicScanner.INVALID_CHAR_IN_STRING, e.getMessage());
Discouraged access: The field INVALID_CHAR_IN_STRING from the type PublicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 921)
assertEquals("Wrong exception", PublicScanner.INVALID_CHAR_IN_STRING, e.getMessage());
Discouraged access: The type PublicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 921)
assertEquals("Wrong exception", PublicScanner.INVALID_CHAR_IN_STRING, e.getMessage());
Discouraged access: The field INVALID_CHAR_IN_STRING from the type PublicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 949)
assertEquals("Wrong exception", PublicScanner.INVALID_CHAR_IN_STRING, e.getMessage());
Discouraged access: The type PublicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java
 (at line 949)
assertEquals("Wrong exception", PublicScanner.INVALID_CHAR_IN_STRING, e.getMessage());
Discouraged access: The field INVALID_CHAR_IN_STRING from the type PublicScanner is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/SerialVersionUIDTests.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SerialVersionUIDTests.java
 (at line 19)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SerialVersionUIDTests.java
 (at line 45)
options.put(CompilerOptions.OPTION_ReportMissingSerialVersion, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SerialVersionUIDTests.java
 (at line 45)
options.put(CompilerOptions.OPTION_ReportMissingSerialVersion, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportMissingSerialVersion from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SerialVersionUIDTests.java
 (at line 45)
options.put(CompilerOptions.OPTION_ReportMissingSerialVersion, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SerialVersionUIDTests.java
 (at line 45)
options.put(CompilerOptions.OPTION_ReportMissingSerialVersion, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java : 36 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 74)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 74)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 214)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 214)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 361)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 361)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 469)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 469)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 546)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 546)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 672)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 672)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 745)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 745)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 806)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 806)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 904)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 904)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 982)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 982)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 1074)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 1074)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 1212)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 1212)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 1333)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 1333)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 1408)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 1408)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 1495)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 1495)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 1606)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 1606)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 1701)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 1701)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 1904)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
 (at line 1904)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(new File(OUTPUT_DIR + File.separator +"X.class"));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java : 24 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 13)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 14)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 94)
if (this.complianceLevel == ClassFileConstants.JDK1_3) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 94)
if (this.complianceLevel == ClassFileConstants.JDK1_3) {
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 133)
if (this.complianceLevel == ClassFileConstants.JDK1_3) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 133)
if (this.complianceLevel == ClassFileConstants.JDK1_3) {
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 170)
if (this.complianceLevel == ClassFileConstants.JDK1_3) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 170)
if (this.complianceLevel == ClassFileConstants.JDK1_3) {
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 288)
customOptions.put(CompilerOptions.OPTION_ReportRedundantSuperinterface, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 288)
customOptions.put(CompilerOptions.OPTION_ReportRedundantSuperinterface, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportRedundantSuperinterface from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 288)
customOptions.put(CompilerOptions.OPTION_ReportRedundantSuperinterface, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 288)
customOptions.put(CompilerOptions.OPTION_ReportRedundantSuperinterface, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 316)
customOptions.put(CompilerOptions.OPTION_ReportRedundantSuperinterface, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 316)
customOptions.put(CompilerOptions.OPTION_ReportRedundantSuperinterface, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportRedundantSuperinterface from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 316)
customOptions.put(CompilerOptions.OPTION_ReportRedundantSuperinterface, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 316)
customOptions.put(CompilerOptions.OPTION_ReportRedundantSuperinterface, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 345)
customOptions.put(CompilerOptions.OPTION_ReportRedundantSuperinterface, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 345)
customOptions.put(CompilerOptions.OPTION_ReportRedundantSuperinterface, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportRedundantSuperinterface from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 345)
customOptions.put(CompilerOptions.OPTION_ReportRedundantSuperinterface, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 345)
customOptions.put(CompilerOptions.OPTION_ReportRedundantSuperinterface, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 366)
customOptions.put(CompilerOptions.OPTION_ReportRedundantSuperinterface, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 366)
customOptions.put(CompilerOptions.OPTION_ReportRedundantSuperinterface, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportRedundantSuperinterface from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 366)
customOptions.put(CompilerOptions.OPTION_ReportRedundantSuperinterface, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SuperTypeTest.java
 (at line 366)
customOptions.put(CompilerOptions.OPTION_ReportRedundantSuperinterface, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java : 27 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 21)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 22)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 342)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 342)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 393)
String expectedOutput = new CompilerOptions(getCompilerOptions()).complianceLevel < ClassFileConstants.JDK1_6
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 393)
String expectedOutput = new CompilerOptions(getCompilerOptions()).complianceLevel < ClassFileConstants.JDK1_6
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 393)
String expectedOutput = new CompilerOptions(getCompilerOptions()).complianceLevel < ClassFileConstants.JDK1_6
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 393)
String expectedOutput = new CompilerOptions(getCompilerOptions()).complianceLevel < ClassFileConstants.JDK1_6
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 393)
String expectedOutput = new CompilerOptions(getCompilerOptions()).complianceLevel < ClassFileConstants.JDK1_6
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 554)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 554)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 568)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 568)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportFallthroughCase from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 568)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 568)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 611)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 611)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportFallthroughCase from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 611)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 611)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 654)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 654)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportFallthroughCase from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 654)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 654)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 683)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 683)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportFallthroughCase from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 683)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java
 (at line 683)
options.put(CompilerOptions.OPTION_ReportFallthroughCase, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/TestAll.java : 14 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TestAll.java
 (at line 20)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TestAll.java
 (at line 21)
import org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo;
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TestAll.java
 (at line 62)
if (UnconditionalFlowInfo.COVERAGE_TEST_FLAG) {
Discouraged access: The type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TestAll.java
 (at line 62)
if (UnconditionalFlowInfo.COVERAGE_TEST_FLAG) {
Discouraged access: The field COVERAGE_TEST_FLAG from the type UnconditionalFlowInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TestAll.java
 (at line 114)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_3, tests_1_3));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TestAll.java
 (at line 114)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_3, tests_1_3));
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TestAll.java
 (at line 128)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_4, tests_1_4));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TestAll.java
 (at line 128)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_4, tests_1_4));
Discouraged access: The field JDK1_4 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TestAll.java
 (at line 140)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_5, tests_1_5));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TestAll.java
 (at line 140)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_5, tests_1_5));
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TestAll.java
 (at line 153)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_6, tests_1_6));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TestAll.java
 (at line 153)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_6, tests_1_6));
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TestAll.java
 (at line 167)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_7, tests_1_7));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TestAll.java
 (at line 167)
all.addTest(AbstractCompilerTest.buildComplianceTestSuite(ClassFileConstants.JDK1_7, tests_1_7));
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 18)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 19)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 735)
customOptions.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 735)
customOptions.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportHiddenCatchBlock from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 735)
customOptions.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 735)
customOptions.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 874)
customOptions.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 874)
customOptions.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 874)
customOptions.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 874)
customOptions.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The field PRESERVE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 911)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 911)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 926)
customOptions.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 926)
customOptions.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 926)
customOptions.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 926)
customOptions.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The field PRESERVE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 963)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 963)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 1078)
customOptions.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 1078)
customOptions.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUnusedPrivateMember from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 1078)
customOptions.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 1078)
customOptions.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 1474)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 1474)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 1533)
String expectedOutput = new CompilerOptions(getCompilerOptions()).inlineJsrBytecode
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 1533)
String expectedOutput = new CompilerOptions(getCompilerOptions()).inlineJsrBytecode
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 1533)
String expectedOutput = new CompilerOptions(getCompilerOptions()).inlineJsrBytecode
Discouraged access: The field inlineJsrBytecode from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 1687)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 1687)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 1911)
CompilerOptions compilerOptions = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 1911)
CompilerOptions compilerOptions = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 1911)
CompilerOptions compilerOptions = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 1912)
String expectedOutput = !compilerOptions.inlineJsrBytecode
Discouraged access: The field inlineJsrBytecode from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 1955)
if (compilerOptions.targetJDK == ClassFileConstants.JDK1_5) {
Discouraged access: The field targetJDK from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 1955)
if (compilerOptions.targetJDK == ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 1955)
if (compilerOptions.targetJDK == ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2048)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2048)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2082)
CompilerOptions compilerOptions = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2082)
CompilerOptions compilerOptions = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2082)
CompilerOptions compilerOptions = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2083)
String expectedOutput = !compilerOptions.inlineJsrBytecode
Discouraged access: The field inlineJsrBytecode from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2123)
if (compilerOptions.targetJDK == ClassFileConstants.JDK1_5) {
Discouraged access: The field targetJDK from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2123)
if (compilerOptions.targetJDK == ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2123)
if (compilerOptions.targetJDK == ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2210)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2210)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2251)
String expectedOutput = new CompilerOptions(getCompilerOptions()).inlineJsrBytecode
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2251)
String expectedOutput = new CompilerOptions(getCompilerOptions()).inlineJsrBytecode
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2251)
String expectedOutput = new CompilerOptions(getCompilerOptions()).inlineJsrBytecode
Discouraged access: The field inlineJsrBytecode from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2354)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2354)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2399)
CompilerOptions compilerOptions = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2399)
CompilerOptions compilerOptions = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2399)
CompilerOptions compilerOptions = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2400)
String expectedOutput = !compilerOptions.inlineJsrBytecode
Discouraged access: The field inlineJsrBytecode from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2496)
if (compilerOptions.targetJDK == ClassFileConstants.JDK1_5) {
Discouraged access: The field targetJDK from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2496)
if (compilerOptions.targetJDK == ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2496)
if (compilerOptions.targetJDK == ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2795)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2795)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2828)
CompilerOptions compilerOptions = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2828)
CompilerOptions compilerOptions = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2828)
CompilerOptions compilerOptions = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2829)
String expectedOutput = !compilerOptions.inlineJsrBytecode ?
Discouraged access: The field inlineJsrBytecode from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2865)
if (compilerOptions.targetJDK == ClassFileConstants.JDK1_5) {
Discouraged access: The field targetJDK from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2865)
if (compilerOptions.targetJDK == ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2865)
if (compilerOptions.targetJDK == ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2893)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2893)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2944)
CompilerOptions compilerOptions = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2944)
CompilerOptions compilerOptions = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2944)
CompilerOptions compilerOptions = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 2945)
String expectedOutput = !compilerOptions.inlineJsrBytecode
Discouraged access: The field inlineJsrBytecode from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3028)
if (compilerOptions.targetJDK == ClassFileConstants.JDK1_5) {
Discouraged access: The field targetJDK from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3028)
if (compilerOptions.targetJDK == ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3028)
if (compilerOptions.targetJDK == ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3282)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3282)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3315)
CompilerOptions compilerOptions = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3315)
CompilerOptions compilerOptions = new CompilerOptions(getCompilerOptions());
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3315)
CompilerOptions compilerOptions = new CompilerOptions(getCompilerOptions());
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3316)
String expectedOutput = !compilerOptions.inlineJsrBytecode
Discouraged access: The field inlineJsrBytecode from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3353)
if (compilerOptions.targetJDK == ClassFileConstants.JDK1_5) {
Discouraged access: The field targetJDK from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3353)
if (compilerOptions.targetJDK == ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3353)
if (compilerOptions.targetJDK == ClassFileConstants.JDK1_5) {
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3421)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3421)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3433)
if (new CompilerOptions(getCompilerOptions()).complianceLevel <= ClassFileConstants.JDK1_3) {
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3433)
if (new CompilerOptions(getCompilerOptions()).complianceLevel <= ClassFileConstants.JDK1_3) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3433)
if (new CompilerOptions(getCompilerOptions()).complianceLevel <= ClassFileConstants.JDK1_3) {
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3433)
if (new CompilerOptions(getCompilerOptions()).complianceLevel <= ClassFileConstants.JDK1_3) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3433)
if (new CompilerOptions(getCompilerOptions()).complianceLevel <= ClassFileConstants.JDK1_3) {
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3557)
String expectedOutput = new CompilerOptions(getCompilerOptions()).complianceLevel < ClassFileConstants.JDK1_6
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3557)
String expectedOutput = new CompilerOptions(getCompilerOptions()).complianceLevel < ClassFileConstants.JDK1_6
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3557)
String expectedOutput = new CompilerOptions(getCompilerOptions()).complianceLevel < ClassFileConstants.JDK1_6
Discouraged access: The field complianceLevel from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3557)
String expectedOutput = new CompilerOptions(getCompilerOptions()).complianceLevel < ClassFileConstants.JDK1_6
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3557)
String expectedOutput = new CompilerOptions(getCompilerOptions()).complianceLevel < ClassFileConstants.JDK1_6
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3843)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java
 (at line 3843)
byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(f);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java : 28 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 21)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 22)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2085)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2085)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2085)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2085)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2086)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2086)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2086)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2086)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2087)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_4);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2087)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_4);
Discouraged access: The field OPTION_TargetPlatform from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2087)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_4);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2087)
options.put(CompilerOptions.OPTION_TargetPlatform, 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2117)
assertTrue("ACC_VARARGS is not set", (methodInfo.getAccessFlags() & ClassFileConstants.AccVarargs) == 0);
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2117)
assertTrue("ACC_VARARGS is not set", (methodInfo.getAccessFlags() & ClassFileConstants.AccVarargs) == 0);
Discouraged access: The field AccVarargs from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2124)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2124)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2124)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2124)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2125)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2125)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2125)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2125)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2126)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2126)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2126)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java
 (at line 2126)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/compiler/regression/XLargeTest.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/XLargeTest.java
 (at line 16)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/XLargeTest.java
 (at line 1867)
options.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/XLargeTest.java
 (at line 1867)
options.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The field OPTION_LineNumberAttribute from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/XLargeTest.java
 (at line 1867)
options.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/XLargeTest.java
 (at line 1867)
options.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The field DO_NOT_GENERATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/XLargeTest.java
 (at line 1868)
options.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/XLargeTest.java
 (at line 1868)
options.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The field OPTION_LocalVariableAttribute from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/XLargeTest.java
 (at line 1868)
options.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/XLargeTest.java
 (at line 1868)
options.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The field DO_NOT_GENERATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/XLargeTest.java
 (at line 1869)
options.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/XLargeTest.java
 (at line 1869)
options.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The field OPTION_SourceFileAttribute from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/XLargeTest.java
 (at line 1869)
options.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/compiler/regression/XLargeTest.java
 (at line 1869)
options.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The field DO_NOT_GENERATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java : 78 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 17)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 18)
import org.eclipse.jdt.internal.compiler.problem.ProblemSeverities;
Discouraged access: The type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 19)
import org.eclipse.jdt.internal.eval.EvaluationResult;
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 20)
import org.eclipse.jdt.internal.eval.IRequestor;
Discouraged access: The type IRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 36)
private IRequestor getNoResultRequestor() {
Discouraged access: The type IRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 38)
public void acceptResult(EvaluationResult result) {
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 86)
this.context.setImports(new char[][] {importName});
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 88)
this.context.evaluateImports(getEnv(), requestor, getProblemFactory());
Discouraged access: The method evaluateImports(INameEnvironment, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 90)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 91)
assertTrue("Problems", result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 92)
assertEquals("Evaluation type", EvaluationResult.T_IMPORT, result.getEvaluationType());
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 92)
assertEquals("Evaluation type", EvaluationResult.T_IMPORT, result.getEvaluationType());
Discouraged access: The field T_IMPORT from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 92)
assertEquals("Evaluation type", EvaluationResult.T_IMPORT, result.getEvaluationType());
Discouraged access: The method getEvaluationType() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 93)
assertEquals("Evaluation ID", importName, result.getEvaluationID());
Discouraged access: The method getEvaluationID() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 96)
this.context.setImports(new char[0][]);
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 105)
this.context.setImports(new char[][] {"java.lang.reflect.*".toCharArray(), importName});
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 107)
this.context.evaluateImports(getEnv(), requestor, getProblemFactory());
Discouraged access: The method evaluateImports(INameEnvironment, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 109)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 110)
assertTrue("Problems", result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 111)
assertEquals("Evaluation type", EvaluationResult.T_IMPORT, result.getEvaluationType());
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 111)
assertEquals("Evaluation type", EvaluationResult.T_IMPORT, result.getEvaluationType());
Discouraged access: The field T_IMPORT from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 111)
assertEquals("Evaluation type", EvaluationResult.T_IMPORT, result.getEvaluationType());
Discouraged access: The method getEvaluationType() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 112)
assertEquals("Evaluation ID", importName, result.getEvaluationID());
Discouraged access: The method getEvaluationID() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 115)
this.context.setImports(new char[0][]);
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 124)
this.context.setImports(new char[][] {importName, "java.math.BigInteger".toCharArray()});
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 126)
this.context.evaluateImports(getEnv(), requestor, getProblemFactory());
Discouraged access: The method evaluateImports(INameEnvironment, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 128)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 129)
assertTrue("Problems", result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 130)
assertEquals("Evaluation type", EvaluationResult.T_IMPORT, result.getEvaluationType());
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 130)
assertEquals("Evaluation type", EvaluationResult.T_IMPORT, result.getEvaluationType());
Discouraged access: The field T_IMPORT from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 130)
assertEquals("Evaluation type", EvaluationResult.T_IMPORT, result.getEvaluationType());
Discouraged access: The method getEvaluationType() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 131)
assertEquals("Evaluation ID", importName, result.getEvaluationID());
Discouraged access: The method getEvaluationID() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 134)
this.context.setImports(new char[0][]);
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 143)
this.context.setImports(new char[][] {importName});
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 145)
this.context.evaluateImports(getEnv(), requestor, getProblemFactory());
Discouraged access: The method evaluateImports(INameEnvironment, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 147)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 148)
assertTrue("Problems", result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 149)
assertEquals("Evaluation type", EvaluationResult.T_IMPORT, result.getEvaluationType());
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 149)
assertEquals("Evaluation type", EvaluationResult.T_IMPORT, result.getEvaluationType());
Discouraged access: The field T_IMPORT from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 149)
assertEquals("Evaluation type", EvaluationResult.T_IMPORT, result.getEvaluationType());
Discouraged access: The method getEvaluationType() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 150)
assertEquals("Evaluation ID", importName, result.getEvaluationID());
Discouraged access: The method getEvaluationID() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 153)
this.context.setImports(new char[0][]);
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 162)
this.context.setImports(new char[][] {importName});
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 164)
this.context.evaluateImports(getEnv(), requestor, getProblemFactory());
Discouraged access: The method evaluateImports(INameEnvironment, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 166)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 167)
assertTrue("Problems", result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 168)
assertEquals("Evaluation type", EvaluationResult.T_IMPORT, result.getEvaluationType());
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 168)
assertEquals("Evaluation type", EvaluationResult.T_IMPORT, result.getEvaluationType());
Discouraged access: The field T_IMPORT from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 168)
assertEquals("Evaluation type", EvaluationResult.T_IMPORT, result.getEvaluationType());
Discouraged access: The method getEvaluationType() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 169)
assertEquals("Evaluation ID", importName, result.getEvaluationID());
Discouraged access: The method getEvaluationID() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 172)
this.context.setImports(new char[0][]);
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 180)
this.context.setImports(new char[][] {"java.util.Enumeration".toCharArray(), "java.lang.reflect.*".toCharArray()});
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 181)
this.context.evaluateImports(getEnv(), getNoResultRequestor(), getProblemFactory());
Discouraged access: The method evaluateImports(INameEnvironment, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 184)
this.context.setImports(new char[0][]);
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 192)
this.context.setImports(new char[][] {"java.io.*".toCharArray()});
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 193)
this.context.evaluateImports(getEnv(), getNoResultRequestor(), getProblemFactory());
Discouraged access: The method evaluateImports(INameEnvironment, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 196)
this.context.setImports(new char[0][]);
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 204)
this.context.setImports(new char[][] {"java.math.BigInteger".toCharArray()});
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 205)
this.context.evaluateImports(getEnv(), getNoResultRequestor(), getProblemFactory());
Discouraged access: The method evaluateImports(INameEnvironment, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 208)
this.context.setImports(new char[0][]);
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 234)
newProblem(IProblem.FinallyMustCompleteNormally, ProblemSeverities.Warning, 30, 40, 4),
Discouraged access: The type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 234)
newProblem(IProblem.FinallyMustCompleteNormally, ProblemSeverities.Warning, 30, 40, 4),
Discouraged access: The field Warning from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 253)
newProblem(IProblem.FinallyMustCompleteNormally, ProblemSeverities.Warning, 40, 51, 5),
Discouraged access: The type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 253)
newProblem(IProblem.FinallyMustCompleteNormally, ProblemSeverities.Warning, 40, 51, 5),
Discouraged access: The field Warning from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 254)
newProblem(IProblem.FinallyMustCompleteNormally, ProblemSeverities.Warning, 66, 76, 8),
Discouraged access: The type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 254)
newProblem(IProblem.FinallyMustCompleteNormally, ProblemSeverities.Warning, 66, 76, 8),
Discouraged access: The field Warning from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 330)
this.context.setImports(new char[][] {"java.io.*".toCharArray()});
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 334)
this.context.setImports(new char[0][]);
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 342)
this.context.setImports(new char[][] {"java.math.BigInteger".toCharArray()});
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 346)
this.context.setImports(new char[0][]);
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 354)
this.context.setImports(new char[][] {"java.util.Enumeration".toCharArray(), "java.lang.reflect.*".toCharArray()});
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 358)
this.context.setImports(new char[0][]);
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 393)
this.context.setPackageName("java.util.zip".toCharArray());
Discouraged access: The method setPackageName(char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 397)
this.context.setPackageName(new char[0]);
Discouraged access: The method setPackageName(char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 874)
if (this.complianceLevel < ClassFileConstants.JDK1_5) return;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 874)
if (this.complianceLevel < ClassFileConstants.JDK1_5) return;
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 876)
this.context.setImports(new char[][] {"java.util.*".toCharArray()});
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/eval/CodeSnippetTest.java
 (at line 893)
this.context.setImports(new char[0][]);
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/eval/DebugEvaluationSetup.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationSetup.java
 (at line 22)
import org.eclipse.jdt.internal.compiler.batch.FileSystem;
Discouraged access: The type FileSystem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationSetup.java
 (at line 23)
import org.eclipse.jdt.internal.eval.EvaluationContext;
Discouraged access: The type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationSetup.java
 (at line 152)
this.context = new EvaluationContext();
Discouraged access: The constructor EvaluationContext() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationSetup.java
 (at line 152)
this.context = new EvaluationContext();
Discouraged access: The type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationSetup.java
 (at line 159)
this.env = new FileSystem(Util.getJavaClassLibs(), new String[0], null);
Discouraged access: The constructor FileSystem(String[], String[], String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationSetup.java
 (at line 159)
this.env = new FileSystem(Util.getJavaClassLibs(), new String[0], null);
Discouraged access: The type FileSystem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 29)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 30)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 31)
import org.eclipse.jdt.internal.eval.EvaluationResult;
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 32)
import org.eclipse.jdt.internal.eval.InstallException;
Discouraged access: The type InstallException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 38)
public boolean acceptClassFiles(org.eclipse.jdt.internal.compiler.ClassFile[] classFiles, char[] codeSnippetClassName) {
Discouraged access: The type ClassFile is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 51)
acceptResult(new EvaluationResult(null, EvaluationResult.T_CODE_SNIPPET, null, null));
Discouraged access: The constructor EvaluationResult(char[], int, char[], char[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 51)
acceptResult(new EvaluationResult(null, EvaluationResult.T_CODE_SNIPPET, null, null));
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 51)
acceptResult(new EvaluationResult(null, EvaluationResult.T_CODE_SNIPPET, null, null));
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 51)
acceptResult(new EvaluationResult(null, EvaluationResult.T_CODE_SNIPPET, null, null));
Discouraged access: The field T_CODE_SNIPPET from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 53)
acceptResult(new EvaluationResult(null, EvaluationResult.T_CODE_SNIPPET, result.displayString, result.typeName));
Discouraged access: The constructor EvaluationResult(char[], int, char[], char[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 53)
acceptResult(new EvaluationResult(null, EvaluationResult.T_CODE_SNIPPET, result.displayString, result.typeName));
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 53)
acceptResult(new EvaluationResult(null, EvaluationResult.T_CODE_SNIPPET, result.displayString, result.typeName));
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 53)
acceptResult(new EvaluationResult(null, EvaluationResult.T_CODE_SNIPPET, result.displayString, result.typeName));
Discouraged access: The field T_CODE_SNIPPET from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 143)
private void evaluate(JDIStackFrame stackFrame, DebugRequestor requestor, char[] snippet) throws InstallException {
Discouraged access: The type InstallException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 144)
this.context.evaluate( snippet, stackFrame.localVariableTypeNames(), stackFrame.localVariableNames(), stackFrame.localVariableModifiers(), stackFrame.declaringTypeName(), stackFrame.isStatic(), stackFrame.isConstructorCall(), getEnv(), getCompilerOptions(), requestor, getProblemFactory());
Discouraged access: The method evaluate(char[], char[][], char[][], int[], char[], boolean, boolean, INameEnvironment, Map, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 162)
options.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.GENERATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 162)
options.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.GENERATE);
Discouraged access: The field OPTION_LocalVariableAttribute from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 162)
options.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.GENERATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 162)
options.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.GENERATE);
Discouraged access: The field GENERATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 163)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 163)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 163)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 163)
options.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The field PRESERVE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 164)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_2);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 164)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_2);
Discouraged access: The field OPTION_TargetPlatform from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 164)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_2);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 164)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_2);
Discouraged access: The field VERSION_1_2 from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 165)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 165)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportRawTypeReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 165)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 165)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 199)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 200)
assertTrue("Code snippet should not have problems", !result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 201)
assertTrue("Result should have a value", result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 202)
assertEquals("Value", "1".toCharArray(), result.getValueDisplayString());
Discouraged access: The method getValueDisplayString() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 203)
assertEquals("Type", "int".toCharArray(), result.getValueTypeName());
Discouraged access: The method getValueTypeName() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 231)
this.context.evaluate( snippet, null, // local var type names null, // local var names null, // local modifiers stackFrame.declaringTypeName(), stackFrame.isStatic(), stackFrame.isConstructorCall(), getEnv(), getCompilerOptions(), requestor, getProblemFactory());
Discouraged access: The method evaluate(char[], char[][], char[][], int[], char[], boolean, boolean, INameEnvironment, Map, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 244)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 245)
assertTrue("Code snippet should not have problems", !result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 246)
assertTrue("Result should have a value", result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 247)
assertEquals("Value", "hello".toCharArray(), result.getValueDisplayString());
Discouraged access: The method getValueDisplayString() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 248)
assertEquals("Type", "A002".toCharArray(), result.getValueTypeName());
Discouraged access: The method getValueTypeName() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 279)
this.context.evaluate( snippet, stackFrame.localVariableTypeNames(), stackFrame.localVariableNames(), stackFrame.localVariableModifiers(), null, // declaring type -- NO DELEGATE THIS stackFrame.isStatic(), stackFrame.isConstructorCall(), getEnv(), getCompilerOptions(), requestor, getProblemFactory());
Discouraged access: The method evaluate(char[], char[][], char[][], int[], char[], boolean, boolean, INameEnvironment, Map, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 292)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 293)
assertTrue("Code snippet should have a problem", result.hasProblems()); // 'this' cannot be referenced since there is no declaring type
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 294)
assertTrue("Result should not have a value", !result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 318)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 319)
assertTrue("Code snippet should not have problems", !result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 320)
assertTrue("Result should have a value", result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 321)
assertEquals("Value", "my thread".toCharArray(), result.getValueDisplayString());
Discouraged access: The method getValueDisplayString() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 322)
assertEquals("Type", "java.lang.Thread".toCharArray(), result.getValueTypeName());
Discouraged access: The method getValueTypeName() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 352)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 353)
assertTrue("Code snippet should not have problems", !result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 354)
assertTrue("Result should have a value", result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 355)
assertEquals("Value", "0".toCharArray(), result.getValueDisplayString());
Discouraged access: The method getValueDisplayString() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 356)
assertEquals("Type", "int".toCharArray(), result.getValueTypeName());
Discouraged access: The method getValueTypeName() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 389)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 390)
assertTrue("Code snippet should not have problems", !result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 391)
assertTrue("Result should have a value", result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 392)
assertEquals("Value", "17".toCharArray(), result.getValueDisplayString());
Discouraged access: The method getValueDisplayString() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 393)
assertEquals("Type", "int".toCharArray(), result.getValueTypeName());
Discouraged access: The method getValueTypeName() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 426)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 427)
assertTrue("Code snippet should not have problems", !result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 428)
assertTrue("Result should have a value", result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 429)
assertEquals("Value", "1".toCharArray(), result.getValueDisplayString());
Discouraged access: The method getValueDisplayString() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 430)
assertEquals("Type", "int".toCharArray(), result.getValueTypeName());
Discouraged access: The method getValueTypeName() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 463)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 464)
assertTrue("Code snippet should not have problems", !result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 465)
assertTrue("Result should have a value", result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 466)
assertEquals("Value", "14".toCharArray(), result.getValueDisplayString());
Discouraged access: The method getValueDisplayString() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 467)
assertEquals("Type", "int".toCharArray(), result.getValueTypeName());
Discouraged access: The method getValueTypeName() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 487)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 488)
assertTrue("Code snippet should not have problems", !result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 489)
assertTrue("Result should have a value", result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 490)
assertEquals("Value", "test009".toCharArray(), result.getValueDisplayString());
Discouraged access: The method getValueDisplayString() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 491)
assertEquals("Type", "java.lang.String".toCharArray(), result.getValueTypeName());
Discouraged access: The method getValueTypeName() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 525)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 526)
assertTrue("Code snippet should not have problems", !result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 527)
assertTrue("Result should have a value", result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 528)
assertEquals("Value", "my object".toCharArray(), result.getValueDisplayString());
Discouraged access: The method getValueDisplayString() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 529)
assertEquals("Type", "A010".toCharArray(), result.getValueTypeName());
Discouraged access: The method getValueTypeName() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 551)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 552)
assertTrue("Code snippet should not have problems", !result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 553)
assertTrue("Result should have a value", result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 554)
assertEquals("Value", "[s]".toCharArray(), result.getValueDisplayString());
Discouraged access: The method getValueDisplayString() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 555)
assertEquals("Type", "java.util.Vector".toCharArray(), result.getValueTypeName());
Discouraged access: The method getValueTypeName() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 577)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 578)
assertTrue("Code snippet should not have problems", !result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 579)
assertTrue("Result should have a value", result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 580)
assertEquals("Value", "true".toCharArray(), result.getValueDisplayString());
Discouraged access: The method getValueDisplayString() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 581)
assertEquals("Type", "boolean".toCharArray(), result.getValueTypeName());
Discouraged access: The method getValueTypeName() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 601)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 602)
assertTrue("Code snippet should not have problems", !result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 603)
assertTrue("Result should have a value", result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 604)
assertEquals("Value", "true".toCharArray(), result.getValueDisplayString());
Discouraged access: The method getValueDisplayString() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 605)
assertEquals("Type", "boolean".toCharArray(), result.getValueTypeName());
Discouraged access: The method getValueTypeName() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 625)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 626)
assertTrue("Code snippet should not have problems", !result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 627)
assertTrue("Result should have a value", result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/eval/DebugEvaluationTest.java
 (at line 628)
assertEquals("Value", "true".toCharArray(), result.getValueDisplayString());
Discouraged access: The method getValueDisplayString() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/eval/EvaluationSetup.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationSetup.java
 (at line 24)
import org.eclipse.jdt.internal.compiler.batch.FileSystem;
Discouraged access: The type FileSystem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationSetup.java
 (at line 25)
import org.eclipse.jdt.internal.compiler.env.INameEnvironment;
Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationSetup.java
 (at line 26)
import org.eclipse.jdt.internal.eval.EvaluationContext;
Discouraged access: The type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationSetup.java
 (at line 33)
EvaluationContext context;
Discouraged access: The type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationSetup.java
 (at line 36)
INameEnvironment env;
Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationSetup.java
 (at line 69)
this.context = new EvaluationContext();
Discouraged access: The constructor EvaluationContext() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationSetup.java
 (at line 69)
this.context = new EvaluationContext();
Discouraged access: The type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationSetup.java
 (at line 76)
this.env = new FileSystem(Util.getJavaClassLibs(), new String[0], null);
Discouraged access: The constructor FileSystem(String[], String[], String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationSetup.java
 (at line 76)
this.env = new FileSystem(Util.getJavaClassLibs(), new String[0], null);
Discouraged access: The type FileSystem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationSetup.java
 (at line 124)
this.env.cleanup();
Discouraged access: The method cleanup() from the type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 28)
import org.eclipse.jdt.internal.compiler.ClassFile;
Discouraged access: The type ClassFile is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 29)
import org.eclipse.jdt.internal.compiler.IProblemFactory;
Discouraged access: The type IProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 30)
import org.eclipse.jdt.internal.compiler.batch.FileSystem;
Discouraged access: The type FileSystem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 31)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader;
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 32)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException;
Discouraged access: The type ClassFormatException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 33)
import org.eclipse.jdt.internal.compiler.env.IBinaryField;
Discouraged access: The type IBinaryField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 34)
import org.eclipse.jdt.internal.compiler.env.INameEnvironment;
Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 35)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 36)
import org.eclipse.jdt.internal.compiler.problem.DefaultProblem;
Discouraged access: The type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 37)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 39)
import org.eclipse.jdt.internal.eval.EvaluationContext;
Discouraged access: The type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 40)
import org.eclipse.jdt.internal.eval.EvaluationResult;
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 41)
import org.eclipse.jdt.internal.eval.GlobalVariable;
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 42)
import org.eclipse.jdt.internal.eval.IRequestor;
Discouraged access: The type IRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 43)
import org.eclipse.jdt.internal.eval.InstallException;
Discouraged access: The type InstallException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 47)
public class Requestor implements IRequestor {
Discouraged access: The type IRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 49)
public EvaluationResult[] results = new EvaluationResult[5];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 49)
public EvaluationResult[] results = new EvaluationResult[5];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 50)
public boolean acceptClassFiles(ClassFile[] classFiles, char[] codeSnippetClassName) {
Discouraged access: The type ClassFile is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 59)
acceptResult(new EvaluationResult(null, EvaluationResult.T_CODE_SNIPPET, null, null));
Discouraged access: The constructor EvaluationResult(char[], int, char[], char[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 59)
acceptResult(new EvaluationResult(null, EvaluationResult.T_CODE_SNIPPET, null, null));
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 59)
acceptResult(new EvaluationResult(null, EvaluationResult.T_CODE_SNIPPET, null, null));
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 59)
acceptResult(new EvaluationResult(null, EvaluationResult.T_CODE_SNIPPET, null, null));
Discouraged access: The field T_CODE_SNIPPET from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 61)
acceptResult(new EvaluationResult(null, EvaluationResult.T_CODE_SNIPPET, result.displayString, result.typeName));
Discouraged access: The constructor EvaluationResult(char[], int, char[], char[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 61)
acceptResult(new EvaluationResult(null, EvaluationResult.T_CODE_SNIPPET, result.displayString, result.typeName));
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 61)
acceptResult(new EvaluationResult(null, EvaluationResult.T_CODE_SNIPPET, result.displayString, result.typeName));
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 61)
acceptResult(new EvaluationResult(null, EvaluationResult.T_CODE_SNIPPET, result.displayString, result.typeName));
Discouraged access: The field T_CODE_SNIPPET from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 65)
char[][] compoundName = classFiles[i].getCompoundName();
Discouraged access: The method getCompoundName() from the type ClassFile is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 68)
IBinaryField[] fields = new ClassFileReader(classFiles[i].getBytes(), null).getFields();
Discouraged access: The type IBinaryField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 68)
IBinaryField[] fields = new ClassFileReader(classFiles[i].getBytes(), null).getFields();
Discouraged access: The method getFields() from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 68)
IBinaryField[] fields = new ClassFileReader(classFiles[i].getBytes(), null).getFields();
Discouraged access: The constructor ClassFileReader(byte[], char[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 68)
IBinaryField[] fields = new ClassFileReader(classFiles[i].getBytes(), null).getFields();
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 68)
IBinaryField[] fields = new ClassFileReader(classFiles[i].getBytes(), null).getFields();
Discouraged access: The method getBytes() from the type ClassFile is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 71)
IBinaryField field = fields[j];
Discouraged access: The type IBinaryField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 72)
if (Modifier.isPublic(field.getModifiers())) {
Discouraged access: The method getModifiers() from the type IGenericField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 75)
acceptResult(new EvaluationResult(field.getName(), EvaluationResult.T_VARIABLE, null, null));
Discouraged access: The constructor EvaluationResult(char[], int, char[], char[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 75)
acceptResult(new EvaluationResult(field.getName(), EvaluationResult.T_VARIABLE, null, null));
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 75)
acceptResult(new EvaluationResult(field.getName(), EvaluationResult.T_VARIABLE, null, null));
Discouraged access: The method getName() from the type IBinaryField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 75)
acceptResult(new EvaluationResult(field.getName(), EvaluationResult.T_VARIABLE, null, null));
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 75)
acceptResult(new EvaluationResult(field.getName(), EvaluationResult.T_VARIABLE, null, null));
Discouraged access: The field T_VARIABLE from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 77)
acceptResult(new EvaluationResult(field.getName(), EvaluationResult.T_VARIABLE, result.displayString, result.typeName));
Discouraged access: The constructor EvaluationResult(char[], int, char[], char[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 77)
acceptResult(new EvaluationResult(field.getName(), EvaluationResult.T_VARIABLE, result.displayString, result.typeName));
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 77)
acceptResult(new EvaluationResult(field.getName(), EvaluationResult.T_VARIABLE, result.displayString, result.typeName));
Discouraged access: The method getName() from the type IBinaryField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 77)
acceptResult(new EvaluationResult(field.getName(), EvaluationResult.T_VARIABLE, result.displayString, result.typeName));
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 77)
acceptResult(new EvaluationResult(field.getName(), EvaluationResult.T_VARIABLE, result.displayString, result.typeName));
Discouraged access: The field T_VARIABLE from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 82)
} catch (ClassFormatException e) {
Discouraged access: The type ClassFormatException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 83)
e.printStackTrace();
Discouraged access: The method printStackTrace() from the type ClassFormatException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 91)
acceptResult(new EvaluationResult(fragmentSource, fragmentKind, new CategorizedProblem[]{problem}));
Discouraged access: The constructor EvaluationResult(char[], int, CategorizedProblem[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 91)
acceptResult(new EvaluationResult(fragmentSource, fragmentKind, new CategorizedProblem[]{problem}));
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 93)
public void acceptResult(EvaluationResult result) {
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 98)
System.arraycopy(this.results, 0, (this.results = new EvaluationResult[oldResultLength * 2]), 0, oldResultLength);
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 105)
public EvaluationContext context;
Discouraged access: The type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 106)
INameEnvironment env;
Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 195)
this.context.evaluate(codeSnippet, getEnv(), compilerOptions, requestor, getProblemFactory());
Discouraged access: The method evaluate(char[], INameEnvironment, Map, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 196)
} catch (InstallException e) {
Discouraged access: The type InstallException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 205)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 206)
assertTrue("Has problem", !result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 207)
assertTrue("Empty problem list", result.getProblems().length == 0);
Discouraged access: The method getProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 209)
assertTrue("Has value", !result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 211)
assertTrue("Has value", result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 212)
assertEquals("Evaluation type", EvaluationResult.T_CODE_SNIPPET, result.getEvaluationType());
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 212)
assertEquals("Evaluation type", EvaluationResult.T_CODE_SNIPPET, result.getEvaluationType());
Discouraged access: The field T_CODE_SNIPPET from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 212)
assertEquals("Evaluation type", EvaluationResult.T_CODE_SNIPPET, result.getEvaluationType());
Discouraged access: The method getEvaluationType() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 214)
assertEquals("Value display string", displayString, result.getValueDisplayString());
Discouraged access: The method getValueDisplayString() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 224)
this.context.evaluate(codeSnippet, getEnv(), getCompilerOptions(), requestor, getProblemFactory());
Discouraged access: The method evaluate(char[], INameEnvironment, Map, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 225)
} catch (InstallException e) {
Discouraged access: The type InstallException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 234)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 235)
assertTrue("Has problem", !result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 236)
assertTrue("Empty problem list", result.getProblems().length == 0);
Discouraged access: The method getProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 238)
assertTrue("Has value", !result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 240)
assertTrue("Has value", result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 241)
assertEquals("Evaluation type", EvaluationResult.T_CODE_SNIPPET, result.getEvaluationType());
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 241)
assertEquals("Evaluation type", EvaluationResult.T_CODE_SNIPPET, result.getEvaluationType());
Discouraged access: The field T_CODE_SNIPPET from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 241)
assertEquals("Evaluation type", EvaluationResult.T_CODE_SNIPPET, result.getEvaluationType());
Discouraged access: The method getEvaluationType() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 243)
assertEquals("Value display string", displayString, result.getValueDisplayString());
Discouraged access: The method getValueDisplayString() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 260)
this.context.evaluate(codeSnippet, getEnv(), options, requestor, getProblemFactory());
Discouraged access: The method evaluate(char[], INameEnvironment, Map, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 261)
} catch (InstallException e) {
Discouraged access: The type InstallException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 265)
EvaluationResult result = requestor.results[i];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 266)
assertTrue("Has value", !result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 267)
assertTrue("Has problem", result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 268)
assertEquals("Evaluation type", EvaluationResult.T_IMPORT, result.getEvaluationType());
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 268)
assertEquals("Evaluation type", EvaluationResult.T_IMPORT, result.getEvaluationType());
Discouraged access: The field T_IMPORT from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 268)
assertEquals("Evaluation type", EvaluationResult.T_IMPORT, result.getEvaluationType());
Discouraged access: The method getEvaluationType() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 269)
assertEquals("Evaluation id", importDeclaration, result.getEvaluationID());
Discouraged access: The method getEvaluationID() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 270)
CategorizedProblem[] problems = result.getProblems();
Discouraged access: The method getProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 284)
this.context.evaluate(codeSnippet, getEnv(), getCompilerOptions(), requestor, getProblemFactory());
Discouraged access: The method evaluate(char[], INameEnvironment, Map, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 285)
} catch (InstallException e) {
Discouraged access: The type InstallException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 289)
EvaluationResult result = requestor.results[i];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 290)
assertTrue("Has value", !result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 291)
assertTrue("Has problem", result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 292)
assertEquals("Evaluation type", EvaluationResult.T_CODE_SNIPPET, result.getEvaluationType());
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 292)
assertEquals("Evaluation type", EvaluationResult.T_CODE_SNIPPET, result.getEvaluationType());
Discouraged access: The field T_CODE_SNIPPET from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 292)
assertEquals("Evaluation type", EvaluationResult.T_CODE_SNIPPET, result.getEvaluationType());
Discouraged access: The method getEvaluationType() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 293)
assertEquals("Evaluation id", codeSnippet, result.getEvaluationID());
Discouraged access: The method getEvaluationID() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 294)
CategorizedProblem[] problems = result.getProblems();
Discouraged access: The method getProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 308)
this.context.evaluate(codeSnippet, getEnv(), getCompilerOptions(), requestor, getProblemFactory());
Discouraged access: The method evaluate(char[], INameEnvironment, Map, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 309)
} catch (InstallException e) {
Discouraged access: The type InstallException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 313)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 314)
assertTrue("Has value", !result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/eval/EvaluationTest.java
 (at line 315)
assertTrue("Has problem", result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/eval/JDIStackFrame.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/eval/JDIStackFrame.java
 (at line 21)
import org.eclipse.jdt.internal.eval.EvaluationConstants;
Discouraged access: The type EvaluationConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/eval/JDIStackFrame.java
 (at line 22)
import org.eclipse.jdt.internal.eval.EvaluationResult;
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/eval/JDIStackFrame.java
 (at line 23)
import org.eclipse.jdt.internal.eval.InstallException;
Discouraged access: The type InstallException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/eval/JDIStackFrame.java
 (at line 47)
public class JDIStackFrame implements EvaluationConstants, RuntimeConstants {
Discouraged access: The type EvaluationConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/eval/JDIStackFrame.java
 (at line 153)
test.context.evaluate( ("(new Thread() {\n" + " public void run() {\n" + this.userCode + "\n" + (this.breakpointClassName.equals("_JDIStackFrame_") ? " new _JDIStackFrame_().foo();\n" : "") + " }\n" + " public String toString() {\n" + " return \"my thread\";\n" + " }\n" + "}).start();\n").toCharArray(), test.getEnv(), test.getCompilerOptions(), requestor, test.getProblemFactory());
Discouraged access: The method evaluate(char[], INameEnvironment, Map, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/eval/JDIStackFrame.java
 (at line 167)
} catch (InstallException e) {
Discouraged access: The type InstallException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/eval/JDIStackFrame.java
 (at line 170)
EvaluationResult[] results = requestor.results;
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/eval/JDIStackFrame.java
 (at line 172)
if (results[i].hasErrors()) {
Discouraged access: The method hasErrors() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/eval/JDIStackFrame.java
 (at line 316)
Field field = codeSnippetClass.fieldByName(new String(LOCAL_VAR_PREFIX) + jdiVariable.name());
Discouraged access: The field LOCAL_VAR_PREFIX from the type EvaluationConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/eval/JDIStackFrame.java
 (at line 322)
Field delegateThis = codeSnippetClass.fieldByName(new String(DELEGATE_THIS));
Discouraged access: The field DELEGATE_THIS from the type EvaluationConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/eval/JDIStackFrame.java
 (at line 361)
Field field = codeSnippetClass.fieldByName(new String(LOCAL_VAR_PREFIX) + jdiVariable.name());
Discouraged access: The field LOCAL_VAR_PREFIX from the type EvaluationConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java : 51 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 19)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 20)
import org.eclipse.jdt.internal.compiler.lookup.ProblemReasons;
Discouraged access: The type ProblemReasons is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 21)
import org.eclipse.jdt.internal.compiler.problem.ProblemSeverities;
Discouraged access: The type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 22)
import org.eclipse.jdt.internal.eval.GlobalVariable;
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 27)
public class NegativeCodeSnippetTest extends EvaluationTest implements ProblemSeverities, ProblemReasons {
Discouraged access: The type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 27)
public class NegativeCodeSnippetTest extends EvaluationTest implements ProblemSeverities, ProblemReasons {
Discouraged access: The type ProblemReasons is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 44)
this.context.setPackageName("java.util.zip".toCharArray());
Discouraged access: The method setPackageName(char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 53)
this.context.setPackageName(new char[0]);
Discouraged access: The method setPackageName(char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 54)
this.context.setImports(new char[][] {"java.util.zip.*".toCharArray()});
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 59)
newProblem(IProblem.NotVisibleField, Error, 71, 73, 1)); // The field len is not visible
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 62)
this.context.setImports(new char[0][]);
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 67)
newProblem(IProblem.UndefinedType, Error, 4, 22, 1)); // The type InflaterInputStream is undefined
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 70)
this.context.setPackageName(new char[0]);
Discouraged access: The method setPackageName(char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 71)
this.context.setImports(new char[0][]);
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 90)
newProblem(IProblem.ParsingError, Error, 21, 21, 2)); // Syntax error on token "+"
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 100)
newProblem(IProblem.ParsingError, Error, 0, 0, 1)); // Unmatched bracket
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 106)
newProblem(IProblem.ParsingError, Error, 15, 15, 2)); // Unmatched bracket
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 114)
newProblem(IProblem.ParsingErrorInsertToComplete, Error, 6, 6, 1)); // Unmatched bracket
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 122)
newProblem(IProblem.ParsingErrorInsertToComplete, Error, 0, 0, 1)); // Syntax error on token EOF
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 140)
this.context.setImports(new char[][] {"bar.Y".toCharArray()});
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 147)
newProblem(IProblem.ImportNotFound, Error, 0, 4, 1)); // The import bar.Y could not be resolved
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 150)
this.context.setImports(new char[][] {"java.io.*".toCharArray(), "{".toCharArray()});
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 154)
newProblem(IProblem.ParsingError, Error, 0, 0, 1)); // Syntax error on token "{", "Identifier" expected
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 157)
this.context.setImports(new char[0][]);
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 183)
newProblem(IProblem.ParsingErrorInsertToComplete, Error, 19, 25, 1)); // Unmatched bracket
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 192)
newProblem(IProblem.UnterminatedString , Error, 19, 29, 1)); // String literal is not properly closed by a double-quote
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 201)
newProblem(IProblem.ParsingErrorInvalidToken, Error, 2, 3, 1)); // Syntax error on token "=="
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 209)
newProblem(IProblem.ParsingErrorDeleteToken, Error, 16, 16, 1)); // Syntax error on token '+'
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 217)
newProblem(IProblem.UndefinedType, Error, 4, 15, 1)); // UnknownClass cannot be resolved to a type
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 229)
newProblem(IProblem.UndefinedType, Error, 11, 11, 2)); // The type Y is undefined
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 240)
newProblem(IProblem.LocalVariableIsNeverUsed, Warning, 56, 56, 3), // The local variable i is never used
Discouraged access: The field Warning from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 252)
newProblem(IProblem.ParsingErrorDeleteToken, Error, 13, 13, 1)); // Syntax error on token "a"
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 260)
newProblem(IProblem.InvalidUnaryExpression, Error, 7, 7, 1)); // Invalid argument to operation ++/--
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 268)
this.context.setImports(new char[][] {"java.io.*".toCharArray()});
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 277)
this.context.setImports(new char[0][]);
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 282)
newProblem(IProblem.UndefinedType, Error, 4, 7, 1)); // The type File is undefined
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 285)
this.context.setImports(new char[0][]);
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 292)
GlobalVariable var = null;
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 295)
var = this.context.newVariable("int".toCharArray(), "i".toCharArray(), "1".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 305)
this.context.deleteVariable(var);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 311)
newProblem(IProblem.UndefinedName, Error, 0, 0, 1)); // i cannot be resolved
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 315)
this.context.deleteVariable(var);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 326)
newProblem(IProblem.CodeCannotBeReached, Error, 14, 18, 2)); // Unreachable code
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 334)
this.context.setImports(new char[][] {"java.util.*".toCharArray()});
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 338)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 338)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The field OPTION_ReportUnusedImport from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 338)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 338)
options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR);
Discouraged access: The field ERROR from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 348)
newProblem(IProblem.UnusedImport, Error, 0, 10, 1)); // The import java.util.* is unused
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 351)
this.context.setImports(new char[0][]);
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeCodeSnippetTest.java
 (at line 362)
newProblem(IProblem.LocalVariableIsNeverUsed, Warning, 4, 4, 1), // The local variable i is never used
Discouraged access: The field Warning from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java : 38 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 16)
import org.eclipse.jdt.internal.compiler.lookup.ProblemReasons;
Discouraged access: The type ProblemReasons is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 17)
import org.eclipse.jdt.internal.compiler.problem.ProblemSeverities;
Discouraged access: The type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 18)
import org.eclipse.jdt.internal.eval.GlobalVariable;
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 23)
public class NegativeVariableTest extends EvaluationTest implements ProblemSeverities, ProblemReasons {
Discouraged access: The type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 23)
public class NegativeVariableTest extends EvaluationTest implements ProblemSeverities, ProblemReasons {
Discouraged access: The type ProblemReasons is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 41)
GlobalVariable var = null;
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 43)
var = this.context.newVariable("int".toCharArray(), "i".toCharArray(), buildCharArray(new String[] { "(1 + 1) *", "(j + 2)"}));
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 48)
newProblem(IProblem.UndefinedName, Error, 11, 11, 2)); // j cannot be resolved
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 51)
this.context.deleteVariable(var);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 56)
GlobalVariable var1 = null;
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 57)
GlobalVariable var2 = null;
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 59)
var1 = this.context.newVariable("Object".toCharArray(), "o".toCharArray(), "new Object()".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 60)
var2 = this.context.newVariable("int".toCharArray(), "i".toCharArray(), buildCharArray(new String[] { "(1 + 1) *", "(1 ++ 2)"}));
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 65)
newProblem(IProblem.InvalidUnaryExpression, Error, 11, 11, 2)); // Invalid argument to operation ++/--
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 68)
this.context.deleteVariable(var1);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 71)
this.context.deleteVariable(var2);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 82)
GlobalVariable var = null;
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 84)
var = this.context.newVariable("int".toCharArray(), "!@#$%∧&*()_".toCharArray(), "1".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 87)
newProblem(IProblem.ParsingErrorDeleteTokens, Error, 0, 9, 0)); // Syntax error, delete these tokens
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 90)
this.context.deleteVariable(var);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 95)
GlobalVariable var1 = null;
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 96)
GlobalVariable var2 = null;
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 98)
var1 = this.context.newVariable("String".toCharArray(), "foo".toCharArray(), "\"bar\"".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 99)
var2 = this.context.newVariable("int".toCharArray(), "!@#$%∧&*()_".toCharArray(), "1".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 102)
newProblem(IProblem.ParsingErrorDeleteTokens, Error, 0, 9, 0)); // Syntax error, delete these tokens
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 105)
this.context.deleteVariable(var1);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 108)
this.context.deleteVariable(var2);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 117)
GlobalVariable var = null;
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 119)
var = this.context.newVariable("foo.Bar".toCharArray(), "var".toCharArray(), null);
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 122)
newProblem(IProblem.UndefinedType, Error, 0, 2, -1)); // The type foo is undefined
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 125)
this.context.deleteVariable(var);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 130)
GlobalVariable var1 = null;
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 131)
GlobalVariable var2 = null;
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 133)
var1 = this.context.newVariable("int".toCharArray(), "x".toCharArray(), null);
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 134)
var2 = this.context.newVariable("foo.Bar".toCharArray(), "var".toCharArray(), null);
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 137)
newProblem(IProblem.UndefinedType, Error, 0, 2, -1)); // The type foo is undefined
Discouraged access: The field Error from the type ProblemSeverities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 140)
this.context.deleteVariable(var1);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/eval/NegativeVariableTest.java
 (at line 143)
this.context.deleteVariable(var2);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java : 73 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 15)
import org.eclipse.jdt.internal.eval.EvaluationResult;
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 16)
import org.eclipse.jdt.internal.eval.GlobalVariable;
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 17)
import org.eclipse.jdt.internal.eval.IRequestor;
Discouraged access: The type IRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 18)
import org.eclipse.jdt.internal.eval.InstallException;
Discouraged access: The type InstallException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 38)
GlobalVariable[] vars = this.context.allVariables();
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 38)
GlobalVariable[] vars = this.context.allVariables();
Discouraged access: The method allVariables() from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 42)
this.context.newVariable("int".toCharArray(), "foo".toCharArray(), "1".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 43)
this.context.newVariable("Object".toCharArray(), "bar".toCharArray(), null);
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 44)
this.context.newVariable("String".toCharArray(), "zip".toCharArray(), "\"abcdefg\"".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 45)
vars = this.context.allVariables();
Discouraged access: The method allVariables() from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 47)
assertEquals("1st variable", "foo".toCharArray(), vars[0].getName());
Discouraged access: The method getName() from the type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 48)
assertEquals("2nd variable", "bar".toCharArray(), vars[1].getName());
Discouraged access: The method getName() from the type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 49)
assertEquals("3rd variable", "zip".toCharArray(), vars[2].getName());
Discouraged access: The method getName() from the type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 52)
this.context.deleteVariable(vars[1]);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 53)
vars = this.context.allVariables();
Discouraged access: The method allVariables() from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 55)
assertEquals("1st variable", "foo".toCharArray(), vars[0].getName());
Discouraged access: The method getName() from the type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 56)
assertEquals("2nd variable", "zip".toCharArray(), vars[1].getName());
Discouraged access: The method getName() from the type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 59)
this.context.deleteVariable(vars[1]);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 60)
vars = this.context.allVariables();
Discouraged access: The method allVariables() from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 62)
assertEquals("1st variable", "foo".toCharArray(), vars[0].getName());
Discouraged access: The method getName() from the type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 65)
this.context.deleteVariable(vars[0]);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 66)
vars = this.context.allVariables();
Discouraged access: The method allVariables() from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 79)
this.context.evaluate(snippet, getEnv(), getCompilerOptions(), requestor, getProblemFactory());
Discouraged access: The method evaluate(char[], INameEnvironment, Map, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 80)
} catch (InstallException e) {
Discouraged access: The type InstallException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 84)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 85)
assertTrue("No problems with the code snippet", !result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 86)
assertTrue("Result has a value", result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 87)
assertEquals("Value", "1".toCharArray(), result.getValueDisplayString());
Discouraged access: The method getValueDisplayString() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 88)
assertEquals("Type", "int".toCharArray(), result.getValueTypeName());
Discouraged access: The method getValueTypeName() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 96)
this.context.setImports(new char[][] {"java.util.*".toCharArray(), "java.lang.reflect.Method".toCharArray()});
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 99)
IRequestor requestor = new Requestor() {
Discouraged access: The type IRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 100)
public void acceptResult(EvaluationResult result) {
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 101)
assertTrue("No problems with the imports", !result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 104)
this.context.evaluateImports(getEnv(), requestor, getProblemFactory());
Discouraged access: The method evaluateImports(INameEnvironment, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 107)
this.context.setImports(new char[0][]);
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 114)
GlobalVariable var = null;
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 117)
var = this.context.newVariable("int".toCharArray(), "foo".toCharArray(), "1".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 121)
public void acceptResult(EvaluationResult result) {
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 122)
assertTrue("No problems with the variable", !result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 126)
this.context.evaluateVariables(getEnv(), getCompilerOptions(), new NoPbRequestor(), getProblemFactory());
Discouraged access: The method evaluateVariables(INameEnvironment, Map, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 127)
} catch (InstallException e) {
Discouraged access: The type InstallException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 134)
this.context.evaluateVariable(var, getEnv(), getCompilerOptions(), requestor, getProblemFactory());
Discouraged access: The method evaluateVariable(GlobalVariable, INameEnvironment, Map, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 135)
} catch (InstallException e) {
Discouraged access: The type InstallException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 139)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 140)
assertTrue("Result has value", result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 141)
assertEquals("Value", "1".toCharArray(), result.getValueDisplayString());
Discouraged access: The method getValueDisplayString() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 142)
assertEquals("Type", "int".toCharArray(), result.getValueTypeName());
Discouraged access: The method getValueTypeName() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 146)
this.context.deleteVariable(var);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 154)
GlobalVariable var = null;
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 157)
var = this.context.newVariable("int".toCharArray(), "foo".toCharArray(), "1".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 162)
this.context.evaluateVariables(getEnv(), getCompilerOptions(), requestor, getProblemFactory());
Discouraged access: The method evaluateVariables(INameEnvironment, Map, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 163)
} catch (InstallException e) {
Discouraged access: The type InstallException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 167)
EvaluationResult result = requestor.results[0];
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 168)
assertTrue("No problems with the variable", !result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 169)
assertTrue("Result has value", result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 170)
assertEquals("Value", "1".toCharArray(), result.getValueDisplayString());
Discouraged access: The method getValueDisplayString() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 171)
assertEquals("Type", "int".toCharArray(), result.getValueTypeName());
Discouraged access: The method getValueTypeName() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 175)
this.context.deleteVariable(var);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 185)
assertTrue("No imports defined", this.context.getImports().length == 0);
Discouraged access: The method getImports() from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 189)
this.context.setImports(imports);
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 190)
char[][] storedImports = this.context.getImports();
Discouraged access: The method getImports() from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 197)
this.context.setImports(new char[0][]);
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 206)
assertTrue("Default package", this.context.getPackageName().length == 0);
Discouraged access: The method getPackageName() from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 210)
this.context.setPackageName(packageName);
Discouraged access: The method setPackageName(char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 211)
char[] storedPackageName = this.context.getPackageName();
Discouraged access: The method getPackageName() from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 215)
this.context.setPackageName(new char[0]);
Discouraged access: The method setPackageName(char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 224)
GlobalVariable var = this.context.newVariable("int".toCharArray(), "deleted".toCharArray(), null);
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 224)
GlobalVariable var = this.context.newVariable("int".toCharArray(), "deleted".toCharArray(), null);
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 227)
this.context.deleteVariable(var);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 228)
GlobalVariable[] vars = this.context.allVariables();
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 228)
GlobalVariable[] vars = this.context.allVariables();
Discouraged access: The method allVariables() from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 230)
assertTrue("Variable should not exist", !var.getName().equals(vars[i].getName()));
Discouraged access: The method getName() from the type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationContext.java
 (at line 230)
assertTrue("Variable should not exist", !var.getName().equals(vars[i].getName()));
Discouraged access: The method getName() from the type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationResult.java : 18 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationResult.java
 (at line 16)
import org.eclipse.jdt.internal.eval.EvaluationResult;
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationResult.java
 (at line 17)
import org.eclipse.jdt.internal.eval.IRequestor;
Discouraged access: The type IRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationResult.java
 (at line 18)
import org.eclipse.jdt.internal.eval.InstallException;
Discouraged access: The type InstallException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationResult.java
 (at line 24)
EvaluationResult result;
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationResult.java
 (at line 37)
IRequestor requestor = new Requestor() {
Discouraged access: The type IRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationResult.java
 (at line 38)
public void acceptResult(EvaluationResult evalResult) {
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationResult.java
 (at line 43)
this.context.evaluate("return 1;".toCharArray(), getEnv(), getCompilerOptions(), requestor, getProblemFactory());
Discouraged access: The method evaluate(char[], INameEnvironment, Map, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationResult.java
 (at line 44)
} catch (InstallException e) {
Discouraged access: The type InstallException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationResult.java
 (at line 58)
int evaluationType = this.result.getEvaluationType();
Discouraged access: The method getEvaluationType() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationResult.java
 (at line 59)
assertEquals("Evaluation type", EvaluationResult.T_CODE_SNIPPET, evaluationType);
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationResult.java
 (at line 59)
assertEquals("Evaluation type", EvaluationResult.T_CODE_SNIPPET, evaluationType);
Discouraged access: The field T_CODE_SNIPPET from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationResult.java
 (at line 65)
CategorizedProblem[] problems = this.result.getProblems();
Discouraged access: The method getProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationResult.java
 (at line 78)
char[] displayString = this.result.getValueDisplayString();
Discouraged access: The method getValueDisplayString() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationResult.java
 (at line 85)
char[] typeName = this.result.getValueTypeName();
Discouraged access: The method getValueTypeName() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationResult.java
 (at line 92)
assertTrue("Result has no errors", !this.result.hasErrors());
Discouraged access: The method hasErrors() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationResult.java
 (at line 98)
assertTrue("Result has no problems", !this.result.hasProblems());
Discouraged access: The method hasProblems() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationResult.java
 (at line 104)
assertTrue("Result has a value", this.result.hasValue());
Discouraged access: The method hasValue() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/eval/SanityTestEvaluationResult.java
 (at line 110)
assertTrue("Result has no warnings", !this.result.hasWarnings());
Discouraged access: The method hasWarnings() from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/eval/SimpleCodeSnippetTest.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleCodeSnippetTest.java
 (at line 14)
import org.eclipse.jdt.internal.compiler.env.INameEnvironment;
Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleCodeSnippetTest.java
 (at line 15)
import org.eclipse.jdt.internal.eval.InstallException;
Discouraged access: The type InstallException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleCodeSnippetTest.java
 (at line 26)
throws TargetException, InstallException {
Discouraged access: The type InstallException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleCodeSnippetTest.java
 (at line 33)
throws TargetException, InstallException {
Discouraged access: The type InstallException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleCodeSnippetTest.java
 (at line 37)
INameEnvironment env = getEnv();
Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleCodeSnippetTest.java
 (at line 38)
this.context.evaluate(snippet, env, null, this.requestor, getProblemFactory());
Discouraged access: The method evaluate(char[], INameEnvironment, Map, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/eval/SimpleTest.java : 65 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 22)
import org.eclipse.jdt.internal.compiler.ClassFile;
Discouraged access: The type ClassFile is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 23)
import org.eclipse.jdt.internal.compiler.IProblemFactory;
Discouraged access: The type IProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 24)
import org.eclipse.jdt.internal.compiler.batch.FileSystem;
Discouraged access: The type FileSystem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 25)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader;
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 26)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException;
Discouraged access: The type ClassFormatException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 27)
import org.eclipse.jdt.internal.compiler.env.IBinaryField;
Discouraged access: The type IBinaryField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 28)
import org.eclipse.jdt.internal.compiler.env.INameEnvironment;
Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 29)
import org.eclipse.jdt.internal.compiler.problem.DefaultProblem;
Discouraged access: The type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 30)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 32)
import org.eclipse.jdt.internal.eval.EvaluationContext;
Discouraged access: The type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 33)
import org.eclipse.jdt.internal.eval.EvaluationResult;
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 34)
import org.eclipse.jdt.internal.eval.GlobalVariable;
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 35)
import org.eclipse.jdt.internal.eval.IRequestor;
Discouraged access: The type IRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 42)
protected EvaluationContext context;
Discouraged access: The type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 47)
class Requestor implements IRequestor {
Discouraged access: The type IRequestor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 49)
public boolean acceptClassFiles(ClassFile[] classFiles, char[] codeSnippetClassName) {
Discouraged access: The type ClassFile is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 67)
char[][] compoundName = classFiles[i].getCompoundName();
Discouraged access: The method getCompoundName() from the type ClassFile is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 70)
IBinaryField[] fields = new ClassFileReader(classFiles[i].getBytes(), null).getFields();
Discouraged access: The type IBinaryField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 70)
IBinaryField[] fields = new ClassFileReader(classFiles[i].getBytes(), null).getFields();
Discouraged access: The constructor ClassFileReader(byte[], char[]) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 70)
IBinaryField[] fields = new ClassFileReader(classFiles[i].getBytes(), null).getFields();
Discouraged access: The method getFields() from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 70)
IBinaryField[] fields = new ClassFileReader(classFiles[i].getBytes(), null).getFields();
Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 70)
IBinaryField[] fields = new ClassFileReader(classFiles[i].getBytes(), null).getFields();
Discouraged access: The method getBytes() from the type ClassFile is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 84)
} catch (ClassFormatException e) {
Discouraged access: The type ClassFormatException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 85)
e.printStackTrace();
Discouraged access: The method printStackTrace() from the type ClassFormatException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 98)
if (fragmentKind == EvaluationResult.T_INTERNAL) {
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 98)
if (fragmentKind == EvaluationResult.T_INTERNAL) {
Discouraged access: The field T_INTERNAL from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 105)
case EvaluationResult.T_PACKAGE:
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 105)
case EvaluationResult.T_PACKAGE:
Discouraged access: The field T_PACKAGE from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 108)
case EvaluationResult.T_IMPORT:
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 108)
case EvaluationResult.T_IMPORT:
Discouraged access: The field T_IMPORT from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 111)
case EvaluationResult.T_CODE_SNIPPET:
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 111)
case EvaluationResult.T_CODE_SNIPPET:
Discouraged access: The field T_CODE_SNIPPET from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 114)
case EvaluationResult.T_VARIABLE:
Discouraged access: The type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 114)
case EvaluationResult.T_VARIABLE:
Discouraged access: The field T_VARIABLE from the type EvaluationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 118)
source = findVar(fragmentSource).getTypeName();
Discouraged access: The method getTypeName() from the type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 121)
source = findVar(fragmentSource).getName();
Discouraged access: The method getName() from the type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 124)
source = findVar(fragmentSource).getInitializer();
Discouraged access: The method getInitializer() from the type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 129)
System.out.println(errorReportSource((DefaultProblem)problem, source));
Discouraged access: The type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 152)
protected String errorReportSource(DefaultProblem problem, char[] source) {
Discouraged access: The type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 160)
if ((problem.getSourceStart() > problem.getSourceEnd()) || ((problem.getSourceStart() < 0) && (problem.getSourceEnd() < 0)))
Discouraged access: The method getSourceStart() from the type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 160)
if ((problem.getSourceStart() > problem.getSourceEnd()) || ((problem.getSourceStart() < 0) && (problem.getSourceEnd() < 0)))
Discouraged access: The method getSourceEnd() from the type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 160)
if ((problem.getSourceStart() > problem.getSourceEnd()) || ((problem.getSourceStart() < 0) && (problem.getSourceEnd() < 0)))
Discouraged access: The method getSourceStart() from the type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 160)
if ((problem.getSourceStart() > problem.getSourceEnd()) || ((problem.getSourceStart() < 0) && (problem.getSourceEnd() < 0)))
Discouraged access: The method getSourceEnd() from the type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 174)
int begin = problem.getSourceStart() >= source.length ? source.length - 1 : problem.getSourceStart();
Discouraged access: The method getSourceStart() from the type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 174)
int begin = problem.getSourceStart() >= source.length ? source.length - 1 : problem.getSourceStart();
Discouraged access: The method getSourceStart() from the type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 176)
int end = problem.getSourceEnd() >= source.length ? source.length - 1 : problem.getSourceEnd();
Discouraged access: The method getSourceEnd() from the type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 176)
int end = problem.getSourceEnd() >= source.length ? source.length - 1 : problem.getSourceEnd();
Discouraged access: The method getSourceEnd() from the type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 214)
for (int i = problem.getSourceStart(); i <= (problem.getSourceEnd() >= source.length ? source.length - 1 : problem.getSourceEnd()); i++)
Discouraged access: The method getSourceStart() from the type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 214)
for (int i = problem.getSourceStart(); i <= (problem.getSourceEnd() >= source.length ? source.length - 1 : problem.getSourceEnd()); i++)
Discouraged access: The method getSourceEnd() from the type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 214)
for (int i = problem.getSourceStart(); i <= (problem.getSourceEnd() >= source.length ? source.length - 1 : problem.getSourceEnd()); i++)
Discouraged access: The method getSourceEnd() from the type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 219)
((problem.getSourceLineNumber() > 0) ?
Discouraged access: The method getSourceLineNumber() from the type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 220)
(" (at line " + String.valueOf(problem.getSourceLineNumber()) + ")") :
Discouraged access: The method getSourceLineNumber() from the type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 225)
protected GlobalVariable findVar(char[] varName) {
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 226)
GlobalVariable[] vars = this.context.allVariables();
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 226)
GlobalVariable[] vars = this.context.allVariables();
Discouraged access: The method allVariables() from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 228)
GlobalVariable var = vars[i];
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 229)
if (CharOperation.equals(var.getName(), varName)) {
Discouraged access: The method getName() from the type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 235)
protected INameEnvironment getEnv() {
Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 237)
return new FileSystem(COMPILATION_CLASSPATH, new String[0], null);
Discouraged access: The constructor FileSystem(String[], String[], String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 237)
return new FileSystem(COMPILATION_CLASSPATH, new String[0], null);
Discouraged access: The type FileSystem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 239)
protected IProblemFactory getProblemFactory() {
Discouraged access: The type IProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 240)
return new DefaultProblemFactory(java.util.Locale.getDefault());
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 240)
return new DefaultProblemFactory(java.util.Locale.getDefault());
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 294)
this.context = new EvaluationContext();
Discouraged access: The constructor EvaluationContext() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleTest.java
 (at line 294)
this.context = new EvaluationContext();
Discouraged access: The type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/eval/SimpleVariableTest.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleVariableTest.java
 (at line 14)
import org.eclipse.jdt.internal.compiler.env.INameEnvironment;
Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleVariableTest.java
 (at line 15)
import org.eclipse.jdt.internal.eval.GlobalVariable;
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleVariableTest.java
 (at line 16)
import org.eclipse.jdt.internal.eval.InstallException;
Discouraged access: The type InstallException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleVariableTest.java
 (at line 19)
void evaluateVariable() throws TargetException, InstallException {
Discouraged access: The type InstallException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleVariableTest.java
 (at line 21)
GlobalVariable var = getVariable();
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleVariableTest.java
 (at line 22)
INameEnvironment env = getEnv();
Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleVariableTest.java
 (at line 23)
this.context.evaluateVariables(env, null, this.requestor, getProblemFactory());
Discouraged access: The method evaluateVariables(INameEnvironment, Map, IRequestor, IProblemFactory) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleVariableTest.java
 (at line 24)
this.context.deleteVariable(var);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleVariableTest.java
 (at line 27)
public GlobalVariable getVariable() {
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleVariableTest.java
 (at line 28)
return this.context.newVariable( "int".toCharArray(), "var".toCharArray(), "1".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/eval/SimpleVariableTest.java
 (at line 33)
public static void main(String[] args) throws TargetException, InstallException {
Discouraged access: The type InstallException is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/eval/VariableTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 15)
import org.eclipse.jdt.internal.eval.GlobalVariable;
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 37)
GlobalVariable var1 = this.context.newVariable("int".toCharArray(), "var1".toCharArray(), "1".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 37)
GlobalVariable var1 = this.context.newVariable("int".toCharArray(), "var1".toCharArray(), "1".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 38)
GlobalVariable var2 = this.context.newVariable("boolean".toCharArray(), "var2".toCharArray(), "true".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 38)
GlobalVariable var2 = this.context.newVariable("boolean".toCharArray(), "var2".toCharArray(), "true".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 39)
GlobalVariable var3 = this.context.newVariable("char".toCharArray(), "var3".toCharArray(), "'c'".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 39)
GlobalVariable var3 = this.context.newVariable("char".toCharArray(), "var3".toCharArray(), "'c'".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 40)
GlobalVariable var4 = this.context.newVariable("float".toCharArray(), "var4".toCharArray(), "(float)1.0".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 40)
GlobalVariable var4 = this.context.newVariable("float".toCharArray(), "var4".toCharArray(), "(float)1.0".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 41)
GlobalVariable var5 = this.context.newVariable("double".toCharArray(), "var5".toCharArray(), "1.0".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 41)
GlobalVariable var5 = this.context.newVariable("double".toCharArray(), "var5".toCharArray(), "1.0".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 42)
GlobalVariable var6 = this.context.newVariable("short".toCharArray(), "var6".toCharArray(), "(short)1".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 42)
GlobalVariable var6 = this.context.newVariable("short".toCharArray(), "var6".toCharArray(), "(short)1".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 43)
GlobalVariable var7 = this.context.newVariable("long".toCharArray(), "var7".toCharArray(), "(long)1".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 43)
GlobalVariable var7 = this.context.newVariable("long".toCharArray(), "var7".toCharArray(), "(long)1".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 44)
GlobalVariable var8 = this.context.newVariable("String".toCharArray(), "var8".toCharArray(), "\"hello\"".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 44)
GlobalVariable var8 = this.context.newVariable("String".toCharArray(), "var8".toCharArray(), "\"hello\"".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 45)
GlobalVariable var9 = this.context.newVariable("Object".toCharArray(), "var9".toCharArray(), buildCharArray(new String[] {
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 45)
GlobalVariable var9 = this.context.newVariable("Object".toCharArray(), "var9".toCharArray(), buildCharArray(new String[] { "new Object() {", " public String toString() {", " return \"an object\";", " }", "}"}));
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 51)
GlobalVariable var10 = this.context.newVariable("Object".toCharArray(), "var10".toCharArray(), null);
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 51)
GlobalVariable var10 = this.context.newVariable("Object".toCharArray(), "var10".toCharArray(), null);
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 69)
GlobalVariable[] vars = this.context.allVariables();
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 69)
GlobalVariable[] vars = this.context.allVariables();
Discouraged access: The method allVariables() from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 71)
this.context.deleteVariable(vars[i]);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 84)
GlobalVariable var1 = this.context.newVariable("int".toCharArray(), "var1".toCharArray(), null);
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 84)
GlobalVariable var1 = this.context.newVariable("int".toCharArray(), "var1".toCharArray(), null);
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 85)
GlobalVariable var2 = this.context.newVariable("boolean".toCharArray(), "var2".toCharArray(), null);
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 85)
GlobalVariable var2 = this.context.newVariable("boolean".toCharArray(), "var2".toCharArray(), null);
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 86)
GlobalVariable var3 = this.context.newVariable("char".toCharArray(), "var3".toCharArray(), null);
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 86)
GlobalVariable var3 = this.context.newVariable("char".toCharArray(), "var3".toCharArray(), null);
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 87)
GlobalVariable var4 = this.context.newVariable("float".toCharArray(), "var4".toCharArray(), null);
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 87)
GlobalVariable var4 = this.context.newVariable("float".toCharArray(), "var4".toCharArray(), null);
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 88)
GlobalVariable var5 = this.context.newVariable("double".toCharArray(), "var5".toCharArray(), null);
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 88)
GlobalVariable var5 = this.context.newVariable("double".toCharArray(), "var5".toCharArray(), null);
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 89)
GlobalVariable var6 = this.context.newVariable("short".toCharArray(), "var6".toCharArray(), null);
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 89)
GlobalVariable var6 = this.context.newVariable("short".toCharArray(), "var6".toCharArray(), null);
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 90)
GlobalVariable var7 = this.context.newVariable("long".toCharArray(), "var7".toCharArray(), null);
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 90)
GlobalVariable var7 = this.context.newVariable("long".toCharArray(), "var7".toCharArray(), null);
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 91)
GlobalVariable var8 = this.context.newVariable("String".toCharArray(), "var8".toCharArray(), null);
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 91)
GlobalVariable var8 = this.context.newVariable("String".toCharArray(), "var8".toCharArray(), null);
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 92)
GlobalVariable var9 = this.context.newVariable("Object".toCharArray(), "var9".toCharArray(), null);
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 92)
GlobalVariable var9 = this.context.newVariable("Object".toCharArray(), "var9".toCharArray(), null);
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 93)
GlobalVariable var10 = this.context.newVariable("Object".toCharArray(), "var10".toCharArray(), null);
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 93)
GlobalVariable var10 = this.context.newVariable("Object".toCharArray(), "var10".toCharArray(), null);
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 135)
GlobalVariable[] vars = this.context.allVariables();
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 135)
GlobalVariable[] vars = this.context.allVariables();
Discouraged access: The method allVariables() from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 137)
this.context.deleteVariable(vars[i]);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 147)
GlobalVariable var1 = this.context.newVariable("int".toCharArray(), "var1".toCharArray(), "1".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 147)
GlobalVariable var1 = this.context.newVariable("int".toCharArray(), "var1".toCharArray(), "1".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 148)
GlobalVariable var2 = this.context.newVariable("boolean".toCharArray(), "var2".toCharArray(), "true".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 148)
GlobalVariable var2 = this.context.newVariable("boolean".toCharArray(), "var2".toCharArray(), "true".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 149)
GlobalVariable var3 = this.context.newVariable("char".toCharArray(), "var3".toCharArray(), "'c'".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 149)
GlobalVariable var3 = this.context.newVariable("char".toCharArray(), "var3".toCharArray(), "'c'".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 150)
GlobalVariable var4 = this.context.newVariable("float".toCharArray(), "var4".toCharArray(), "(float)1.0".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 150)
GlobalVariable var4 = this.context.newVariable("float".toCharArray(), "var4".toCharArray(), "(float)1.0".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 151)
GlobalVariable var5 = this.context.newVariable("double".toCharArray(), "var5".toCharArray(), "1.0".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 151)
GlobalVariable var5 = this.context.newVariable("double".toCharArray(), "var5".toCharArray(), "1.0".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 152)
GlobalVariable var6 = this.context.newVariable("short".toCharArray(), "var6".toCharArray(), "(short)1".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 152)
GlobalVariable var6 = this.context.newVariable("short".toCharArray(), "var6".toCharArray(), "(short)1".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 153)
GlobalVariable var7 = this.context.newVariable("long".toCharArray(), "var7".toCharArray(), "(long)1".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 153)
GlobalVariable var7 = this.context.newVariable("long".toCharArray(), "var7".toCharArray(), "(long)1".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 154)
GlobalVariable var8 = this.context.newVariable("String".toCharArray(), "var8".toCharArray(), "\"hello\"".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 154)
GlobalVariable var8 = this.context.newVariable("String".toCharArray(), "var8".toCharArray(), "\"hello\"".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 155)
GlobalVariable var9 = this.context.newVariable("Object".toCharArray(), "var9".toCharArray(), buildCharArray(new String[] {
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 155)
GlobalVariable var9 = this.context.newVariable("Object".toCharArray(), "var9".toCharArray(), buildCharArray(new String[] { "new Object() {", " public String toString() {", " return \"an object\";", " }", "}"}));
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 161)
GlobalVariable var10 = this.context.newVariable("Object".toCharArray(), "var10".toCharArray(), null);
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 161)
GlobalVariable var10 = this.context.newVariable("Object".toCharArray(), "var10".toCharArray(), null);
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 179)
GlobalVariable[] vars = this.context.allVariables();
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 179)
GlobalVariable[] vars = this.context.allVariables();
Discouraged access: The method allVariables() from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 181)
this.context.deleteVariable(vars[i]);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 191)
this.context.setImports(new char[][] {"java.io.*".toCharArray()});
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 192)
GlobalVariable file = this.context.newVariable("boolean".toCharArray(), "file".toCharArray(), "new File(\"!@#%\").exists()".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 192)
GlobalVariable file = this.context.newVariable("boolean".toCharArray(), "file".toCharArray(), "new File(\"!@#%\").exists()".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 195)
this.context.deleteVariable(file);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 198)
this.context.setImports(new char[][] {"java.math.BigInteger".toCharArray()});
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 199)
GlobalVariable big = this.context.newVariable("BigInteger".toCharArray(), "big".toCharArray(), "new BigInteger(\"123456789012345678901234567890\")".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 199)
GlobalVariable big = this.context.newVariable("BigInteger".toCharArray(), "big".toCharArray(), "new BigInteger(\"123456789012345678901234567890\")".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 202)
this.context.deleteVariable(big);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 205)
this.context.setImports(new char[][] {"java.util.Enumeration".toCharArray(), "java.lang.reflect.*".toCharArray()});
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 206)
GlobalVariable fields = this.context.newVariable("Field[]".toCharArray(), "fields".toCharArray(), "Enumeration.class.getDeclaredFields()".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 206)
GlobalVariable fields = this.context.newVariable("Field[]".toCharArray(), "fields".toCharArray(), "Enumeration.class.getDeclaredFields()".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 209)
this.context.deleteVariable(fields);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 212)
this.context.setImports(new char[0][]);
Discouraged access: The method setImports(char[][]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 221)
GlobalVariable var1 = this.context.newVariable("int".toCharArray(), "var1".toCharArray(), "1".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 221)
GlobalVariable var1 = this.context.newVariable("int".toCharArray(), "var1".toCharArray(), "1".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 222)
GlobalVariable var2 = this.context.newVariable("boolean".toCharArray(), "var2".toCharArray(), "true".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 222)
GlobalVariable var2 = this.context.newVariable("boolean".toCharArray(), "var2".toCharArray(), "true".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 223)
GlobalVariable var3 = this.context.newVariable("char".toCharArray(), "var3".toCharArray(), "'c'".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 223)
GlobalVariable var3 = this.context.newVariable("char".toCharArray(), "var3".toCharArray(), "'c'".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 224)
GlobalVariable var4 = this.context.newVariable("float".toCharArray(), "var4".toCharArray(), "(float)1.0".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 224)
GlobalVariable var4 = this.context.newVariable("float".toCharArray(), "var4".toCharArray(), "(float)1.0".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 225)
GlobalVariable var5 = this.context.newVariable("double".toCharArray(), "var5".toCharArray(), "1.0".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 225)
GlobalVariable var5 = this.context.newVariable("double".toCharArray(), "var5".toCharArray(), "1.0".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 226)
GlobalVariable var6 = this.context.newVariable("short".toCharArray(), "var6".toCharArray(), "(short)1".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 226)
GlobalVariable var6 = this.context.newVariable("short".toCharArray(), "var6".toCharArray(), "(short)1".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 240)
this.context.deleteVariable(var2);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 241)
this.context.deleteVariable(var5);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 242)
this.context.deleteVariable(var6);
Discouraged access: The method deleteVariable(GlobalVariable) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 253)
GlobalVariable var7 = this.context.newVariable("long".toCharArray(), "var7".toCharArray(), "(long)1".toCharArray());
Discouraged access: The type GlobalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/eval/VariableTest.java
 (at line 253)
GlobalVariable var7 = this.context.newVariable("long".toCharArray(), "var7".toCharArray(), "(long)1".toCharArray());
Discouraged access: The method newVariable(char[], char[], char[]) from the type EvaluationContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/junit/extension/TestCase.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/junit/extension/TestCase.java
 (at line 22)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/junit/extension/TestCase.java
 (at line 78)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/junit/extension/TestCase.java
 (at line 78)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/junit/extension/TestCase.java
 (at line 78)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/runtime/TargetInterface.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/runtime/TargetInterface.java
 (at line 13)
import org.eclipse.jdt.internal.compiler.ClassFile;
Discouraged access: The type ClassFile is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/runtime/TargetInterface.java
 (at line 14)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/runtime/TargetInterface.java
 (at line 148)
public void sendClasses(boolean mustRun, ClassFile[] classes) throws TargetException {
Discouraged access: The type ClassFile is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/runtime/TargetInterface.java
 (at line 151)
String className = new String(classes[i].fileName()).replace('/', '\\') + ".class";
Discouraged access: The method fileName() from the type ClassFile is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/runtime/TargetInterface.java
 (at line 155)
Util.writeToDisk(true, "d:\\eval\\snippets", className, classes[0]);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/runtime/TargetInterface.java
 (at line 155)
Util.writeToDisk(true, "d:\\eval\\snippets", className, classes[0]);
Discouraged access: The method writeToDisk(boolean, String, String, ClassFile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/runtime/TargetInterface.java
 (at line 166)
Util.writeToDisk(true, dirName, className, classes[i]);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/runtime/TargetInterface.java
 (at line 166)
Util.writeToDisk(true, dirName, className, classes[i]);
Discouraged access: The method writeToDisk(boolean, String, String, ClassFile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/runtime/TargetInterface.java
 (at line 183)
byte[] classDefinition = classes[i].getBytes();
Discouraged access: The method getBytes() from the type ClassFile is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 29)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 30)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 40)
public static final boolean RUN_JAVAC = CompilerOptions.ENABLED.equals(System.getProperty("run.javac"));
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 40)
public static final boolean RUN_JAVAC = CompilerOptions.ENABLED.equals(System.getProperty("run.javac"));
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 63)
suite.addTest(buildUniqueComplianceTestSuite(evaluationTestClass, ClassFileConstants.JDK1_3));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 63)
suite.addTest(buildUniqueComplianceTestSuite(evaluationTestClass, ClassFileConstants.JDK1_3));
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 66)
suite.addTest(buildUniqueComplianceTestSuite(evaluationTestClass, ClassFileConstants.JDK1_4));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 66)
suite.addTest(buildUniqueComplianceTestSuite(evaluationTestClass, 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 69)
suite.addTest(buildUniqueComplianceTestSuite(evaluationTestClass, ClassFileConstants.JDK1_5));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 69)
suite.addTest(buildUniqueComplianceTestSuite(evaluationTestClass, ClassFileConstants.JDK1_5));
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 72)
suite.addTest(buildUniqueComplianceTestSuite(evaluationTestClass, ClassFileConstants.JDK1_6));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 72)
suite.addTest(buildUniqueComplianceTestSuite(evaluationTestClass, ClassFileConstants.JDK1_6));
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 75)
suite.addTest(buildUniqueComplianceTestSuite(evaluationTestClass, ClassFileConstants.JDK1_7));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 75)
suite.addTest(buildUniqueComplianceTestSuite(evaluationTestClass, ClassFileConstants.JDK1_7));
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 93)
suite.addTest(buildComplianceTestSuite(testClasses, setupClass, ClassFileConstants.JDK1_3));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 93)
suite.addTest(buildComplianceTestSuite(testClasses, setupClass, ClassFileConstants.JDK1_3));
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 96)
suite.addTest(buildComplianceTestSuite(testClasses, setupClass, ClassFileConstants.JDK1_4));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 96)
suite.addTest(buildComplianceTestSuite(testClasses, setupClass, 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 99)
suite.addTest(buildComplianceTestSuite(testClasses, setupClass, ClassFileConstants.JDK1_5));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 99)
suite.addTest(buildComplianceTestSuite(testClasses, setupClass, ClassFileConstants.JDK1_5));
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 102)
suite.addTest(buildComplianceTestSuite(testClasses, setupClass, ClassFileConstants.JDK1_6));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 102)
suite.addTest(buildComplianceTestSuite(testClasses, setupClass, ClassFileConstants.JDK1_6));
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 105)
suite.addTest(buildComplianceTestSuite(testClasses, setupClass, ClassFileConstants.JDK1_7));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 105)
suite.addTest(buildComplianceTestSuite(testClasses, setupClass, ClassFileConstants.JDK1_7));
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 181)
System.err.println("Cannot run "+evaluationTestClass.getName()+" at compliance "+CompilerOptions.versionFromJdkLevel(ClassFileConstants.JDK1_3)+"!");
Discouraged access: The method versionFromJdkLevel(long) from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 181)
System.err.println("Cannot run "+evaluationTestClass.getName()+" at compliance "+CompilerOptions.versionFromJdkLevel(ClassFileConstants.JDK1_3)+"!");
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 181)
System.err.println("Cannot run "+evaluationTestClass.getName()+" at compliance "+CompilerOptions.versionFromJdkLevel(ClassFileConstants.JDK1_3)+"!");
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 181)
System.err.println("Cannot run "+evaluationTestClass.getName()+" at compliance "+CompilerOptions.versionFromJdkLevel(ClassFileConstants.JDK1_3)+"!");
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 183)
suite.addTest(buildUniqueComplianceTestSuite(evaluationTestClass, ClassFileConstants.JDK1_3));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 183)
suite.addTest(buildUniqueComplianceTestSuite(evaluationTestClass, ClassFileConstants.JDK1_3));
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 189)
System.err.println("Cannot run "+evaluationTestClass.getName()+" at compliance "+CompilerOptions.versionFromJdkLevel(ClassFileConstants.JDK1_4)+"!");
Discouraged access: The method versionFromJdkLevel(long) from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 189)
System.err.println("Cannot run "+evaluationTestClass.getName()+" at compliance "+CompilerOptions.versionFromJdkLevel(ClassFileConstants.JDK1_4)+"!");
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 189)
System.err.println("Cannot run "+evaluationTestClass.getName()+" at compliance "+CompilerOptions.versionFromJdkLevel(ClassFileConstants.JDK1_4)+"!");
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 189)
System.err.println("Cannot run "+evaluationTestClass.getName()+" at compliance "+CompilerOptions.versionFromJdkLevel(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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 191)
suite.addTest(buildUniqueComplianceTestSuite(evaluationTestClass, ClassFileConstants.JDK1_4));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 191)
suite.addTest(buildUniqueComplianceTestSuite(evaluationTestClass, 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 197)
System.err.println("Cannot run "+evaluationTestClass.getName()+" at compliance "+CompilerOptions.versionFromJdkLevel(ClassFileConstants.JDK1_5)+"!");
Discouraged access: The method versionFromJdkLevel(long) from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 197)
System.err.println("Cannot run "+evaluationTestClass.getName()+" at compliance "+CompilerOptions.versionFromJdkLevel(ClassFileConstants.JDK1_5)+"!");
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 197)
System.err.println("Cannot run "+evaluationTestClass.getName()+" at compliance "+CompilerOptions.versionFromJdkLevel(ClassFileConstants.JDK1_5)+"!");
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 197)
System.err.println("Cannot run "+evaluationTestClass.getName()+" at compliance "+CompilerOptions.versionFromJdkLevel(ClassFileConstants.JDK1_5)+"!");
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 199)
suite.addTest(buildUniqueComplianceTestSuite(evaluationTestClass, ClassFileConstants.JDK1_5));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 199)
suite.addTest(buildUniqueComplianceTestSuite(evaluationTestClass, ClassFileConstants.JDK1_5));
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 205)
System.err.println("Cannot run "+evaluationTestClass.getName()+" at compliance "+CompilerOptions.versionFromJdkLevel(ClassFileConstants.JDK1_6)+"!");
Discouraged access: The method versionFromJdkLevel(long) from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 205)
System.err.println("Cannot run "+evaluationTestClass.getName()+" at compliance "+CompilerOptions.versionFromJdkLevel(ClassFileConstants.JDK1_6)+"!");
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 205)
System.err.println("Cannot run "+evaluationTestClass.getName()+" at compliance "+CompilerOptions.versionFromJdkLevel(ClassFileConstants.JDK1_6)+"!");
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 205)
System.err.println("Cannot run "+evaluationTestClass.getName()+" at compliance "+CompilerOptions.versionFromJdkLevel(ClassFileConstants.JDK1_6)+"!");
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 207)
suite.addTest(buildUniqueComplianceTestSuite(evaluationTestClass, ClassFileConstants.JDK1_6));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 207)
suite.addTest(buildUniqueComplianceTestSuite(evaluationTestClass, ClassFileConstants.JDK1_6));
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 213)
System.err.println("Cannot run "+evaluationTestClass.getName()+" at compliance "+CompilerOptions.versionFromJdkLevel(ClassFileConstants.JDK1_7)+"!");
Discouraged access: The method versionFromJdkLevel(long) from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 213)
System.err.println("Cannot run "+evaluationTestClass.getName()+" at compliance "+CompilerOptions.versionFromJdkLevel(ClassFileConstants.JDK1_7)+"!");
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 213)
System.err.println("Cannot run "+evaluationTestClass.getName()+" at compliance "+CompilerOptions.versionFromJdkLevel(ClassFileConstants.JDK1_7)+"!");
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 213)
System.err.println("Cannot run "+evaluationTestClass.getName()+" at compliance "+CompilerOptions.versionFromJdkLevel(ClassFileConstants.JDK1_7)+"!");
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 215)
suite.addTest(buildUniqueComplianceTestSuite(evaluationTestClass, ClassFileConstants.JDK1_7));
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 215)
suite.addTest(buildUniqueComplianceTestSuite(evaluationTestClass, ClassFileConstants.JDK1_7));
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 234)
if (highestLevel == ClassFileConstants.JDK1_7)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 234)
if (highestLevel == ClassFileConstants.JDK1_7)
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 236)
else if (highestLevel == ClassFileConstants.JDK1_6)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 236)
else if (highestLevel == ClassFileConstants.JDK1_6)
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 238)
else if (highestLevel == ClassFileConstants.JDK1_5)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 238)
else if (highestLevel == ClassFileConstants.JDK1_5)
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 240)
else if (highestLevel == ClassFileConstants.JDK1_4)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 240)
else if (highestLevel == 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 242)
else if (highestLevel == ClassFileConstants.JDK1_3)
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 242)
else if (highestLevel == ClassFileConstants.JDK1_3)
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 263)
return ClassFileConstants.JDK1_7;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 263)
return ClassFileConstants.JDK1_7;
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 266)
return ClassFileConstants.JDK1_6;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 266)
return ClassFileConstants.JDK1_6;
Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 269)
return ClassFileConstants.JDK1_5;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 269)
return ClassFileConstants.JDK1_5;
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 272)
return ClassFileConstants.JDK1_4;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 272)
return 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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 274)
return ClassFileConstants.JDK1_3;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 274)
return ClassFileConstants.JDK1_3;
Discouraged access: The field JDK1_3 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 284)
if (CompilerOptions.VERSION_1_3.equals(compliance)) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 284)
if (CompilerOptions.VERSION_1_3.equals(compliance)) {
Discouraged access: The field VERSION_1_3 from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 286)
} else if (CompilerOptions.VERSION_1_4.equals(compliance)) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 286)
} else if (CompilerOptions.VERSION_1_4.equals(compliance)) {
Discouraged access: The field VERSION_1_4 from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 288)
} else if (CompilerOptions.VERSION_1_5.equals(compliance)) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 288)
} else if (CompilerOptions.VERSION_1_5.equals(compliance)) {
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 290)
} else if (CompilerOptions.VERSION_1_6.equals(compliance)) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 290)
} else if (CompilerOptions.VERSION_1_6.equals(compliance)) {
Discouraged access: The field VERSION_1_6 from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 292)
} else if (CompilerOptions.VERSION_1_7.equals(compliance)) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 292)
} else if (CompilerOptions.VERSION_1_7.equals(compliance)) {
Discouraged access: The field VERSION_1_7 from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 297)
System.out.print(CompilerOptions.VERSION_1_3 + ", ");
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 297)
System.out.print(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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 298)
System.out.print(CompilerOptions.VERSION_1_4 + ", ");
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 298)
System.out.print(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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 299)
System.out.print(CompilerOptions.VERSION_1_5 + ", ");
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 299)
System.out.print(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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 300)
System.out.print(CompilerOptions.VERSION_1_6 + ", ");
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 300)
System.out.print(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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
93. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 301)
System.out.println(CompilerOptions.VERSION_1_7);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
94. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 301)
System.out.println(CompilerOptions.VERSION_1_7);
Discouraged access: The field VERSION_1_7 from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
95. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 310)
&& !CompilerOptions.VERSION_1_1.equals(specVersion)
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
96. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 310)
&& !CompilerOptions.VERSION_1_1.equals(specVersion)
Discouraged access: The field VERSION_1_1 from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
97. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 311)
&& !CompilerOptions.VERSION_1_2.equals(specVersion)
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
98. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 311)
&& !CompilerOptions.VERSION_1_2.equals(specVersion)
Discouraged access: The field VERSION_1_2 from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
99. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 312)
&& !CompilerOptions.VERSION_1_3.equals(specVersion);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
100. WARNING in /src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
 (at line 312)
&& !CompilerOptions.VERSION_1_3.equals(specVersion);
Discouraged access: The field VERSION_1_3 from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/util/CompilerTestSetup.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/util/CompilerTestSetup.java
 (at line 15)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/util/CompilerTestSetup.java
 (at line 25)
super(CompilerOptions.versionFromJdkLevel(complianceLevel));
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/util/CompilerTestSetup.java
 (at line 25)
super(CompilerOptions.versionFromJdkLevel(complianceLevel));
Discouraged access: The method versionFromJdkLevel(long) from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar

/src/org/eclipse/jdt/core/tests/util/Util.java : 92 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 27)
import org.eclipse.jdt.internal.compiler.CompilationResult;
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
2. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 28)
import org.eclipse.jdt.internal.compiler.Compiler;
Discouraged access: The type Compiler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
3. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 29)
import org.eclipse.jdt.internal.compiler.IErrorHandlingPolicy;
Discouraged access: The type IErrorHandlingPolicy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
4. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 30)
import org.eclipse.jdt.internal.compiler.IProblemFactory;
Discouraged access: The type IProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
5. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 31)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
6. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 32)
import org.eclipse.jdt.internal.compiler.batch.FileSystem;
Discouraged access: The type FileSystem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
7. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 33)
import org.eclipse.jdt.internal.compiler.env.INameEnvironment;
Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
8. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 34)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
9. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 35)
import org.eclipse.jdt.internal.compiler.problem.DefaultProblem;
Discouraged access: The type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
10. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 36)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
11. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 37)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
12. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 137)
problems.append(((DefaultProblem)problem).errorReportSource(source));
Discouraged access: The method errorReportSource(char[]) from the type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
13. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 137)
problems.append(((DefaultProblem)problem).errorReportSource(source));
Discouraged access: The type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
14. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 144)
public static CompilationUnit[] compilationUnits(String[] testFiles) {
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
15. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 146)
CompilationUnit[] result = new CompilationUnit[length];
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
16. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 146)
CompilationUnit[] result = new CompilationUnit[length];
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
17. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 149)
result[i] = new CompilationUnit(testFiles[index + 1].toCharArray(), testFiles[index], null);
Discouraged access: The constructor CompilationUnit(char[], String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
18. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 149)
result[i] = new CompilationUnit(testFiles[index + 1].toCharArray(), testFiles[index], null);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
19. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 158)
IProblemFactory problemFactory = new DefaultProblemFactory(Locale.getDefault());
Discouraged access: The type IProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
20. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 158)
IProblemFactory problemFactory = new DefaultProblemFactory(Locale.getDefault());
Discouraged access: The constructor DefaultProblemFactory(Locale) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
21. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 158)
IProblemFactory problemFactory = new DefaultProblemFactory(Locale.getDefault());
Discouraged access: The type DefaultProblemFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
22. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 177)
INameEnvironment nameEnvironment = new FileSystem(classpath, new String[] {}, null);
Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
23. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 177)
INameEnvironment nameEnvironment = new FileSystem(classpath, new String[] {}, null);
Discouraged access: The constructor FileSystem(String[], String[], String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
24. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 177)
INameEnvironment nameEnvironment = new FileSystem(classpath, new String[] {}, null);
Discouraged access: The type FileSystem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
25. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 178)
IErrorHandlingPolicy errorHandlingPolicy =
Discouraged access: The type IErrorHandlingPolicy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
26. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 179)
new IErrorHandlingPolicy() {
Discouraged access: The type IErrorHandlingPolicy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
27. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 187)
CompilerOptions compilerOptions = new CompilerOptions(options);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
28. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 187)
CompilerOptions compilerOptions = new CompilerOptions(options);
Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
29. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 187)
CompilerOptions compilerOptions = new CompilerOptions(options);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
30. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 188)
compilerOptions.performMethodsFullRecovery = false;
Discouraged access: The field performMethodsFullRecovery from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
31. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 189)
compilerOptions.performStatementsRecovery = false;
Discouraged access: The field performStatementsRecovery from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
32. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 190)
Compiler batchCompiler =
Discouraged access: The type Compiler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
33. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 191)
new Compiler( nameEnvironment, errorHandlingPolicy, compilerOptions, requestor, problemFactory);
Discouraged access: The constructor Compiler(INameEnvironment, IErrorHandlingPolicy, CompilerOptions, ICompilerRequestor, IProblemFactory) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
34. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 191)
new Compiler(
Discouraged access: The type Compiler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
35. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 197)
batchCompiler.options.produceReferenceInfo = true;
Discouraged access: The field options from the type Compiler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
36. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 197)
batchCompiler.options.produceReferenceInfo = true;
Discouraged access: The field produceReferenceInfo from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
37. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 198)
batchCompiler.compile(compilationUnits(pathsAndContents)); // compile all files together
Discouraged access: The method compile(ICompilationUnit[]) from the type Compiler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
38. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 200)
nameEnvironment.cleanup();
Discouraged access: The method cleanup() from the type INameEnvironment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
39. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 655)
options.put(CompilerOptions.OPTION_Compliance, compliance);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
40. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 655)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
41. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 656)
options.put(CompilerOptions.OPTION_Source, compliance);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
42. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 656)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
43. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 657)
options.put(CompilerOptions.OPTION_TargetPlatform, compliance);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
44. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 657)
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/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
45. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 659)
options.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
46. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 659)
options.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUnusedLocal from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
47. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 659)
options.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
48. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 659)
options.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
49. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 660)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
50. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 660)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUnusedPrivateMember from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
51. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 660)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
52. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 660)
options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
53. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 661)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
54. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 661)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportFieldHiding from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
55. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 661)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
56. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 661)
options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
57. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 662)
options.put(CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
58. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 662)
options.put(CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportLocalVariableHiding from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
59. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 662)
options.put(CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
60. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 662)
options.put(CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
61. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 663)
options.put(CompilerOptions.OPTION_ReportTypeParameterHiding, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
62. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 663)
options.put(CompilerOptions.OPTION_ReportTypeParameterHiding, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportTypeParameterHiding from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
63. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 663)
options.put(CompilerOptions.OPTION_ReportTypeParameterHiding, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
64. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 663)
options.put(CompilerOptions.OPTION_ReportTypeParameterHiding, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
65. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 664)
options.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.GENERATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
66. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 664)
options.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.GENERATE);
Discouraged access: The field OPTION_LocalVariableAttribute from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
67. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 664)
options.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.GENERATE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
68. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 664)
options.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.GENERATE);
Discouraged access: The field GENERATE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
69. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 665)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
70. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 665)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportRawTypeReference from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
71. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 665)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
72. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 665)
options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
73. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 1314)
zip.write(org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(file));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
74. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 1314)
zip.write(org.eclipse.jdt.internal.compiler.util.Util.getFileByteContent(file));
Discouraged access: The method getFileByteContent(File) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
75. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 1330)
public static String getProblemLog(CompilationResult compilationResult, boolean showCategory, boolean showWarningToken) {
Discouraged access: The type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
76. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 1332)
if (compilationResult.hasProblems() || compilationResult.hasTasks()) {
Discouraged access: The method hasProblems() from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
77. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 1332)
if (compilationResult.hasProblems() || compilationResult.hasTasks()) {
Discouraged access: The method hasTasks() from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
78. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 1333)
CategorizedProblem[] problems = compilationResult.getAllProblems();
Discouraged access: The method getAllProblems() from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
79. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 1336)
char[] unitSource = compilationResult.compilationUnit.getContents();
Discouraged access: The method getContents() from the type ICompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
80. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 1336)
char[] unitSource = compilationResult.compilationUnit.getContents();
Discouraged access: The field compilationUnit from the type CompilationResult is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
81. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 1338)
DefaultProblem problem = (DefaultProblem) problems[i];
Discouraged access: The type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
82. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 1338)
DefaultProblem problem = (DefaultProblem) problems[i];
Discouraged access: The type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
83. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 1343)
buffer.append(problemCount + (problem.isError() ? ". ERROR" : ". WARNING"));
Discouraged access: The method isError() from the type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
84. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 1344)
buffer.append(" in " + new String(problem.getOriginatingFileName()).replace('/', '\\'));
Discouraged access: The method getOriginatingFileName() from the type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
85. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 1346)
buffer.append(problem.errorReportSource(unitSource));
Discouraged access: The method errorReportSource(char[]) from the type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
86. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 1349)
String category = problem.getInternalCategoryMessage();
Discouraged access: The method getInternalCategoryMessage() from the type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
87. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 1355)
int irritant = ProblemReporter.getIrritant(problem.getID());
Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
88. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 1355)
int irritant = ProblemReporter.getIrritant(problem.getID());
Discouraged access: The method getIrritant(int) from the type ProblemReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
89. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 1355)
int irritant = ProblemReporter.getIrritant(problem.getID());
Discouraged access: The method getID() from the type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
90. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 1357)
String warningToken = CompilerOptions.warningTokenFromIrritant(irritant);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
91. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 1357)
String warningToken = CompilerOptions.warningTokenFromIrritant(irritant);
Discouraged access: The method warningTokenFromIrritant(int) from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar
92. WARNING in /src/org/eclipse/jdt/core/tests/util/Util.java
 (at line 1363)
buffer.append(problem.getMessage());
Discouraged access: The method getMessage() from the type DefaultProblem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.core_3.6.0.v_A58.jar