Compiler log for org.eclipse.jdt.compiler.as.tests_3.4.0.v20090101-1930 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 127

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationBatchTest.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationBatchTest.java
 (at line 22)
import org.eclipse.jdt.internal.compiler.as.Main;
Discouraged access: The type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
2. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationBatchTest.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
3. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationBatchTest.java
 (at line 37)
return buildUniqueComplianceTestSuite(testClass(), ClassFileConstants.JDK1_5);
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
4. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationBatchTest.java
 (at line 37)
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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
5. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationBatchTest.java
 (at line 77)
Main batchCompiler;
Discouraged access: The type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
6. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationBatchTest.java
 (at line 85)
batchCompiler = new Main(out, err, false, null);
Discouraged access: The constructor Main(PrintWriter, PrintWriter, boolean, Map) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
7. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationBatchTest.java
 (at line 85)
batchCompiler = new Main(out, err, false, null);
Discouraged access: The type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
8. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationBatchTest.java
 (at line 93)
org.eclipse.jdt.internal.compiler.batch.Main.tokenize(commandLine);
Discouraged access: The type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
9. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationBatchTest.java
 (at line 93)
org.eclipse.jdt.internal.compiler.batch.Main.tokenize(commandLine);
Discouraged access: The method tokenize(String) from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
10. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationBatchTest.java
 (at line 94)
compileOK = batchCompiler.compile(tokenizeCommandLine);
Discouraged access: The method compile(String[]) from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar

/src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 33)
import org.eclipse.jdt.internal.compiler.as.ActionScriptSourceFile;
Discouraged access: The type ActionScriptSourceFile is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
2. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 34)
import org.eclipse.jdt.internal.compiler.as.ASCompiler;
Discouraged access: The type ASCompiler is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
3. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 35)
import org.eclipse.jdt.internal.compiler.as.ASCompilerOptions;
Discouraged access: The type ASCompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
4. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 36)
import org.eclipse.jdt.internal.compiler.as.IActionScriptSourcesCollector;
Discouraged access: The type IActionScriptSourcesCollector is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
5. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 37)
import org.eclipse.jdt.internal.compiler.as.LocalNamesRegistry;
Discouraged access: The type LocalNamesRegistry is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
6. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 38)
import org.eclipse.jdt.internal.compiler.batch.CompilationUnit;
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
7. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 39)
import org.eclipse.jdt.internal.compiler.batch.FileSystem;
Discouraged access: The type FileSystem is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
8. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 40)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
9. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 41)
import org.eclipse.jdt.internal.compiler.env.INameEnvironment;
Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
10. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 42)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
11. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 43)
import org.eclipse.jdt.internal.compiler.ICompilerRequestor;
Discouraged access: The type ICompilerRequestor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
12. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 44)
import org.eclipse.jdt.internal.compiler.IProblemFactory;
Discouraged access: The type IProblemFactory is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
13. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 111)
return buildUniqueComplianceTestSuite(ActionScriptGenerationTest.class, ClassFileConstants.JDK1_5);
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
14. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 111)
return buildUniqueComplianceTestSuite(ActionScriptGenerationTest.class, ClassFileConstants.JDK1_5);
Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
15. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 149)
protected INameEnvironment getNameEnvironment(final String[] testFiles, String[] classPaths) {
Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
16. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 154)
return new FileSystem(newClasspaths, testFiles, null);
Discouraged access: The constructor FileSystem(String[], String[], String) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
17. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 154)
return new FileSystem(newClasspaths, testFiles, null);
Discouraged access: The type FileSystem is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
18. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 162)
Map customOptions, ICompilerRequestor clientRequestor,
Discouraged access: The type ICompilerRequestor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
19. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 166)
IProblemFactory problemFactory = getProblemFactory();
Discouraged access: The type IProblemFactory is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
20. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 185)
if (((String) entry.getValue()).equals(CompilerOptions.WARNING)) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
21. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 185)
if (((String) entry.getValue()).equals(CompilerOptions.WARNING)) {
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
22. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 186)
options.put(entry.getKey(), CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
23. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 186)
options.put(entry.getKey(), CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
24. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 192)
options.put(CompilerOptions.OPTION_TaskTags, org.eclipse.jdt.internal.compiler.util.Util.EMPTY_STRING);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
25. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 192)
options.put(CompilerOptions.OPTION_TaskTags, org.eclipse.jdt.internal.compiler.util.Util.EMPTY_STRING);
Discouraged access: The field OPTION_TaskTags from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
26. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 192)
options.put(CompilerOptions.OPTION_TaskTags, org.eclipse.jdt.internal.compiler.util.Util.EMPTY_STRING);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
27. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 192)
options.put(CompilerOptions.OPTION_TaskTags, 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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
28. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 194)
ASCompilerOptions compilerOptions = new ASCompilerOptions(options);
Discouraged access: The type ASCompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
29. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 194)
ASCompilerOptions compilerOptions = new ASCompilerOptions(options);
Discouraged access: The constructor ASCompilerOptions(Map) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
30. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 194)
ASCompilerOptions compilerOptions = new ASCompilerOptions(options);
Discouraged access: The type ASCompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
31. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 195)
compilerOptions.disableWarnings = true;
Discouraged access: The field disableWarnings from the type ASCompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
32. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 196)
compilerOptions.performMethodsFullRecovery = false;
Discouraged access: The field performMethodsFullRecovery from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
33. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 197)
compilerOptions.performStatementsRecovery = false;
Discouraged access: The field performStatementsRecovery from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
34. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 199)
INameEnvironment nameEnvironment = getNameEnvironment(testFiles, classLib);
Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
35. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 200)
ASCompiler batchCompiler =
Discouraged access: The type ASCompiler is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
36. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 201)
new ASCompiler( nameEnvironment, getErrorHandlingPolicy(), compilerOptions, requestor, new IActionScriptSourcesCollector() { public void accept(ActionScriptSourceFile actionScriptSourceFile) { if (actionScriptSourceFile != null) { actionScriptSourceFiles.add(actionScriptSourceFile); } } }, problemFactory, null);
Discouraged access: The constructor ASCompiler(INameEnvironment, IErrorHandlingPolicy, ASCompilerOptions, ICompilerRequestor, IActionScriptSourcesCollector, IProblemFactory, PrintWriter) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
37. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 201)
new ASCompiler(
Discouraged access: The type ASCompiler is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
38. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 206)
new IActionScriptSourcesCollector() {
Discouraged access: The type IActionScriptSourcesCollector is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
39. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 207)
public void accept(ActionScriptSourceFile actionScriptSourceFile) {
Discouraged access: The type ActionScriptSourceFile is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
40. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 215)
compilerOptions.produceReferenceInfo = true;
Discouraged access: The field produceReferenceInfo from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
41. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 218)
CompilationUnit[] compilationUnits = Util.compilationUnits(testFiles);
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
42. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 221)
CompilationUnit unit = compilationUnits[i];
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
43. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 222)
File cuFile = new File(OUTPUT_DIR, new String(unit.getFileName()));
Discouraged access: The method getFileName() from the type CompilationUnit is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
44. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 227)
writer.write(unit.getContents());
Discouraged access: The method getContents() from the type CompilationUnit is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
45. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 241)
batchCompiler.compile(compilationUnits); // compile all files together
Discouraged access: The method compile(ICompilationUnit[]) from the type Compiler is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
46. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 249)
nameEnvironment.cleanup();
Discouraged access: The method cleanup() from the type INameEnvironment is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
47. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 317)
((ActionScriptSourceFile) sourcesIterator.next()).writeToDisk(OUTPUT_DIR);
Discouraged access: The method writeToDisk(String) from the type ActionScriptSourceFile is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
48. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 317)
((ActionScriptSourceFile) sourcesIterator.next()).writeToDisk(OUTPUT_DIR);
Discouraged access: The type ActionScriptSourceFile is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
49. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 361)
protected static boolean RUN_ACTION_SCRIPT = ASCompilerOptions.ENABLED.equals(System.getProperty("run.action_script"));
Discouraged access: The type ASCompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
50. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 361)
protected static boolean RUN_ACTION_SCRIPT = ASCompilerOptions.ENABLED.equals(System.getProperty("run.action_script"));
Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
51. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 368)
Map customOptions, ICompilerRequestor clientRequestor,
Discouraged access: The type ICompilerRequestor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
52. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 402)
Map customOptions, ICompilerRequestor clientRequestor,
Discouraged access: The type ICompilerRequestor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
53. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 4498)
LocalNamesRegistry registry = new LocalNamesRegistry();
Discouraged access: The type LocalNamesRegistry is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
54. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 4498)
LocalNamesRegistry registry = new LocalNamesRegistry();
Discouraged access: The constructor LocalNamesRegistry() is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
55. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 4498)
LocalNamesRegistry registry = new LocalNamesRegistry();
Discouraged access: The type LocalNamesRegistry is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
56. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 4499)
assertEquals("i", registry.targetName(new Integer(0), "i"));
Discouraged access: The method targetName(Object, String) from the type LocalNamesRegistry is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
57. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 4500)
assertEquals("i_1", registry.targetName(new Integer(1), "i"));
Discouraged access: The method targetName(Object, String) from the type LocalNamesRegistry is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
58. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 4501)
assertEquals("i_2", registry.targetName(new Integer(2), "i"));
Discouraged access: The method targetName(Object, String) from the type LocalNamesRegistry is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
59. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 4502)
assertEquals("i", registry.targetName(new Integer(0), "i"));
Discouraged access: The method targetName(Object, String) from the type LocalNamesRegistry is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
60. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 4503)
assertEquals("i_1", registry.targetName(new Integer(1), "i"));
Discouraged access: The method targetName(Object, String) from the type LocalNamesRegistry is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
61. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 4504)
assertEquals("i_2", registry.targetName(new Integer(2), "i"));
Discouraged access: The method targetName(Object, String) from the type LocalNamesRegistry is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
62. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 4656)
customOptions.put(ASCompilerOptions.OPTION_Compliance, "1.5");
Discouraged access: The type ASCompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
63. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 4656)
customOptions.put(ASCompilerOptions.OPTION_Compliance, "1.5");
Discouraged access: The field OPTION_Compliance from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
64. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 4685)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
65. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 4685)
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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
66. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 4687)
customOptions.put(ASCompilerOptions.OPTION_Compliance, "1.5");
Discouraged access: The type ASCompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
67. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 4687)
customOptions.put(ASCompilerOptions.OPTION_Compliance, "1.5");
Discouraged access: The field OPTION_Compliance from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
68. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 6797)
if (((String) entry.getValue()).equals(CompilerOptions.WARNING)) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
69. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 6797)
if (((String) entry.getValue()).equals(CompilerOptions.WARNING)) {
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
70. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 6798)
options.put(entry.getKey(), CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
71. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 6798)
options.put(entry.getKey(), CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
72. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 6848)
if (((String) entry.getValue()).equals(CompilerOptions.WARNING)) {
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
73. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 6848)
if (((String) entry.getValue()).equals(CompilerOptions.WARNING)) {
Discouraged access: The field WARNING from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
74. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 6849)
options.put(entry.getKey(), CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
75. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 6849)
options.put(entry.getKey(), CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
76. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 26602)
customOptions.put(ASCompilerOptions.OPTION_Compliance, "1.5");
Discouraged access: The field OPTION_Compliance from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
77. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 26687)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
78. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 26687)
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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
79. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 26689)
customOptions.put(ASCompilerOptions.OPTION_Compliance, "1.5");
Discouraged access: The type ASCompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
80. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 26689)
customOptions.put(ASCompilerOptions.OPTION_Compliance, "1.5");
Discouraged access: The field OPTION_Compliance from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
81. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 26808)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
82. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 26808)
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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
83. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 26810)
customOptions.put(ASCompilerOptions.OPTION_Compliance, "1.5");
Discouraged access: The type ASCompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
84. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 26810)
customOptions.put(ASCompilerOptions.OPTION_Compliance, "1.5");
Discouraged access: The field OPTION_Compliance from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
85. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 27355)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
86. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 27355)
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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
87. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 27357)
customOptions.put(ASCompilerOptions.OPTION_Compliance, "1.5");
Discouraged access: The type ASCompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
88. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 27357)
customOptions.put(ASCompilerOptions.OPTION_Compliance, "1.5");
Discouraged access: The field OPTION_Compliance from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
89. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 27418)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
90. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 27418)
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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
91. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 27420)
customOptions.put(ASCompilerOptions.OPTION_Compliance, "1.5");
Discouraged access: The type ASCompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
92. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 27420)
customOptions.put(ASCompilerOptions.OPTION_Compliance, "1.5");
Discouraged access: The field OPTION_Compliance from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
93. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 27499)
if (this.complianceLevel < ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
94. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 27895)
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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
95. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 27897)
customOptions.put(ASCompilerOptions.OPTION_Compliance, "1.5");
Discouraged access: The type ASCompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
96. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 27897)
customOptions.put(ASCompilerOptions.OPTION_Compliance, "1.5");
Discouraged access: The field OPTION_Compliance from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
97. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 27949)
if (this.complianceLevel >= ClassFileConstants.JDK1_5) {
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
98. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 27949)
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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
99. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 27951)
customOptions.put(ASCompilerOptions.OPTION_Compliance, "1.5");
Discouraged access: The type ASCompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
100. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest.java
 (at line 27951)
customOptions.put(ASCompilerOptions.OPTION_Compliance, "1.5");
Discouraged access: The field OPTION_Compliance from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar

/src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest2.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest2.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
2. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest2.java
 (at line 31)
return buildUniqueComplianceTestSuite(testClass(), ClassFileConstants.JDK1_5);
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
3. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationTest2.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar

/src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationUtilTest.java : 14 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationUtilTest.java
 (at line 14)
import org.eclipse.jdt.internal.compiler.as.Util;
Discouraged access: The type Util is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
2. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationUtilTest.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
3. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationUtilTest.java
 (at line 31)
return buildUniqueComplianceTestSuite(testClass(), ClassFileConstants.JDK1_5);
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
4. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationUtilTest.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 /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar
5. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationUtilTest.java
 (at line 38)
char[][] result = Util.split(new char[] {'.', '.'}, '.');
Discouraged access: The type Util is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
6. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationUtilTest.java
 (at line 38)
char[][] result = Util.split(new char[] {'.', '.'}, '.');
Discouraged access: The method split(char[], char) from the type Util is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
7. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationUtilTest.java
 (at line 43)
char[][] result = Util.split(new char[] {'.', 'a', '.'}, '.');
Discouraged access: The type Util is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
8. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationUtilTest.java
 (at line 43)
char[][] result = Util.split(new char[] {'.', 'a', '.'}, '.');
Discouraged access: The method split(char[], char) from the type Util is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
9. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationUtilTest.java
 (at line 50)
char[][] result = Util.split(new char[] {'a', '.', 'b'}, '.');
Discouraged access: The type Util is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
10. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationUtilTest.java
 (at line 50)
char[][] result = Util.split(new char[] {'a', '.', 'b'}, '.');
Discouraged access: The method split(char[], char) from the type Util is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
11. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationUtilTest.java
 (at line 59)
char[][] result = Util.split(new char[] {'a', 'b'}, '.');
Discouraged access: The type Util is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
12. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationUtilTest.java
 (at line 59)
char[][] result = Util.split(new char[] {'a', 'b'}, '.');
Discouraged access: The method split(char[], char) from the type Util is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
13. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationUtilTest.java
 (at line 67)
char[][] result = Util.split(new char[] {'a', 'b', '.', 'c', 'd', 'e'}, '.');
Discouraged access: The type Util is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot
14. WARNING in /src/org/eclipse/jdt/compiler/as/tests/ActionScriptGenerationUtilTest.java
 (at line 67)
char[][] result = Util.split(new char[] {'a', 'b', '.', 'c', 'd', 'e'}, '.');
Discouraged access: The method split(char[], char) from the type Util is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20090729-1930/plugins/org.eclipse.jdt.compiler.as/@dot