errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 41) import org.eclipse.jdt.internal.compiler.batch.Main; Discouraged access: The type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
2. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 42) import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
3. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 43) 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/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
4. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 44) 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/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
5. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 56) return buildUniqueComplianceTestSuite(CompilerInvocationTests.class, ClassFileConstants.JDK1_6); Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
6. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 56) return buildUniqueComplianceTestSuite(CompilerInvocationTests.class, 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/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
7. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 64) ClassFileReader reader = null; Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
8. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 66) reader = ClassFileReader.read(new File(OUTPUT_DIR, fileNames[i]), true); Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
9. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 66) reader = ClassFileReader.read(new File(OUTPUT_DIR, fileNames[i]), true); Discouraged access: The method read(File, boolean) from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
10. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 67) } catch (ClassFormatException e) { Discouraged access: The type ClassFormatException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
11. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 73) assertEquals("Wrong Java version for " + fileNames[i], ClassFileConstants.JDK1_6, reader.getVersion()); Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
12. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 73) assertEquals("Wrong Java version for " + fileNames[i], ClassFileConstants.JDK1_6, reader.getVersion()); Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
13. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 73) assertEquals("Wrong Java version for " + fileNames[i], ClassFileConstants.JDK1_6, reader.getVersion()); Discouraged access: The method getVersion() from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
14. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 495) COMPILER.getStandardFileManager(null /* diagnosticListener */, null /* locale */, null /* charset */); Discouraged access: The method getStandardFileManager(DiagnosticListener<? super JavaFileObject>, Locale, Charset) from the type EclipseCompiler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes |
15. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 515) COMPILER.getStandardFileManager(null /* diagnosticListener */, null /* locale */, null /* charset */); Discouraged access: The method getStandardFileManager(DiagnosticListener<? super JavaFileObject>, Locale, Charset) from the type EclipseCompiler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes |
16. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 538) COMPILER.getStandardFileManager(null /* diagnosticListener */, null /* locale */, null /* charset */); Discouraged access: The method getStandardFileManager(DiagnosticListener<? super JavaFileObject>, Locale, Charset) from the type EclipseCompiler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes |
17. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 557) passed = COMPILER.getStandardFileManager(null /* diagnosticListener */, null /* locale */, null /* charset */). Discouraged access: The method getStandardFileManager(DiagnosticListener<? super JavaFileObject>, Locale, Charset) from the type EclipseCompiler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes |
18. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 662) COMPILER.getStandardFileManager(null /* diagnosticListener */, null /* locale */, null /* charset */), Discouraged access: The method getStandardFileManager(DiagnosticListener<? super JavaFileObject>, Locale, Charset) from the type EclipseCompiler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes |
19. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 704) COMPILER.getStandardFileManager(null /* diagnosticListener */, null /* locale */, null /* charset */), Discouraged access: The method getStandardFileManager(DiagnosticListener<? super JavaFileObject>, Locale, Charset) from the type EclipseCompiler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes |
20. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 763) COMPILER.getStandardFileManager(null /* diagnosticListener */, null /* locale */, null /* charset */), Discouraged access: The method getStandardFileManager(DiagnosticListener<? super JavaFileObject>, Locale, Charset) from the type EclipseCompiler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes |
21. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 800) COMPILER.getStandardFileManager(null /* diagnosticListener */, null /* locale */, null /* charset */), Discouraged access: The method getStandardFileManager(DiagnosticListener<? super JavaFileObject>, Locale, Charset) from the type EclipseCompiler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes |
22. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 903) COMPILER.getStandardFileManager(null /* diagnosticListener */, null /* locale */, null /* charset */); Discouraged access: The method getStandardFileManager(DiagnosticListener<? super JavaFileObject>, Locale, Charset) from the type EclipseCompiler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes |
23. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 933) COMPILER.getStandardFileManager(null /* diagnosticListener */, null /* locale */, null /* charset */); Discouraged access: The method getStandardFileManager(DiagnosticListener<? super JavaFileObject>, Locale, Charset) from the type EclipseCompiler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes |
24. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 965) CompilationTask task = COMPILER.getTask( new PrintWriter(outBuffer), COMPILER.getStandardFileManager(null /* diagnosticListener */, null /* locale */, null /* charset */), new CompilerInvocationDiagnosticListener(new PrintWriter(errBuffer)), Arrays.asList("-v"), null, null); Discouraged access: The method getTask(Writer, JavaFileManager, DiagnosticListener<? super JavaFileObject>, Iterable<String>, Iterable<String>, Iterable<? extends JavaFileObject>) from the type EclipseCompiler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes |
25. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 967) COMPILER.getStandardFileManager(null /* diagnosticListener */, null /* locale */, null /* charset */), Discouraged access: The method getStandardFileManager(DiagnosticListener<? super JavaFileObject>, Locale, Charset) from the type EclipseCompiler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes |
26. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 974) resourceAsStream = Main.class.getResourceAsStream("messages.properties"); Discouraged access: The type Main is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
27. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 994) CompilationTask task = COMPILER.getTask( null, COMPILER.getStandardFileManager(null /* diagnosticListener */, null /* locale */, null /* charset */), new CompilerInvocationDiagnosticListener(new PrintWriter(errBuffer)), Arrays.asList("-v"), null, null); Discouraged access: The method getTask(Writer, JavaFileManager, DiagnosticListener<? super JavaFileObject>, Iterable<String>, Iterable<String>, Iterable<? extends JavaFileObject>) from the type EclipseCompiler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes |
28. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerInvocationTests.java (at line 996) COMPILER.getStandardFileManager(null /* diagnosticListener */, null /* locale */, null /* charset */), Discouraged access: The method getStandardFileManager(DiagnosticListener<? super JavaFileObject>, Locale, Charset) from the type EclipseCompiler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes |
1. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerToolTests.java (at line 46) import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
2. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerToolTests.java (at line 47) 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/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
3. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerToolTests.java (at line 48) 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/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
4. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerToolTests.java (at line 49) import org.eclipse.jdt.internal.compiler.tool.EclipseCompiler; Discouraged access: The type EclipseCompiler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes |
5. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerToolTests.java (at line 166) if (javaCompiler instanceof EclipseCompiler) { Discouraged access: The type EclipseCompiler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes |
6. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerToolTests.java (at line 428) ClassFileReader reader = null; Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
7. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerToolTests.java (at line 430) reader = ClassFileReader.read(new File(tmpFolder, "p/X.class"), true); Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
8. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerToolTests.java (at line 430) reader = ClassFileReader.read(new File(tmpFolder, "p/X.class"), true); Discouraged access: The method read(File, boolean) from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
9. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerToolTests.java (at line 431) } catch (ClassFormatException e) { Discouraged access: The type ClassFormatException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
10. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerToolTests.java (at line 437) assertEquals("Wrong value", ClassFileConstants.JDK1_6, reader.getVersion()); Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
11. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerToolTests.java (at line 437) assertEquals("Wrong value", ClassFileConstants.JDK1_6, reader.getVersion()); Discouraged access: The field JDK1_6 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
12. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerToolTests.java (at line 437) assertEquals("Wrong value", ClassFileConstants.JDK1_6, reader.getVersion()); Discouraged access: The method getVersion() from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
13. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerToolTests.java (at line 507) ClassFileReader reader = null; Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
14. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerToolTests.java (at line 509) reader = ClassFileReader.read(outputFile); Discouraged access: The type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
15. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerToolTests.java (at line 509) reader = ClassFileReader.read(outputFile); Discouraged access: The method read(File) from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
16. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerToolTests.java (at line 510) } catch (ClassFormatException e) { Discouraged access: The type ClassFormatException is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
17. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerToolTests.java (at line 516) assertEquals("Not a 1.5 .class file", ClassFileConstants.JDK1_5, reader.getVersion()); Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
18. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerToolTests.java (at line 516) assertEquals("Not a 1.5 .class file", ClassFileConstants.JDK1_5, reader.getVersion()); Discouraged access: The field JDK1_5 from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
19. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/CompilerToolTests.java (at line 516) assertEquals("Not a 1.5 .class file", ClassFileConstants.JDK1_5, reader.getVersion()); Discouraged access: The method getVersion() from the type ClassFileReader is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes |
1. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/AbstractCompilerToolTest.java (at line 29) import org.eclipse.jdt.internal.compiler.tool.EclipseCompiler; Discouraged access: The type EclipseCompiler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes |
2. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/AbstractCompilerToolTest.java (at line 89) static EclipseCompiler COMPILER = new EclipseCompiler(); Discouraged access: The type EclipseCompiler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes |
3. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/AbstractCompilerToolTest.java (at line 89) static EclipseCompiler COMPILER = new EclipseCompiler(); Discouraged access: The constructor EclipseCompiler() is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes |
4. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/AbstractCompilerToolTest.java (at line 89) static EclipseCompiler COMPILER = new EclipseCompiler(); Discouraged access: The type EclipseCompiler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes |
5. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/AbstractCompilerToolTest.java (at line 101) manager = COMPILER.getStandardFileManager(null, null, null); // will pick defaults up Discouraged access: The method getStandardFileManager(DiagnosticListener<? super JavaFileObject>, Locale, Charset) from the type EclipseCompiler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes |
6. WARNING in /src/org/eclipse/jdt/compiler/tool/tests/AbstractCompilerToolTest.java (at line 114) CompilationTask task = COMPILER.getTask(out, arguments.standardJavaFileManager /* carry the null over */, new CompilerInvocationDiagnosticListener(err), arguments.options, null, manager.getJavaFileObjectsFromFiles(files)); Discouraged access: The method getTask(Writer, JavaFileManager, DiagnosticListener<? super JavaFileObject>, Iterable<String>, Iterable<String>, Iterable<? extends JavaFileObject>) from the type EclipseCompiler is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/target/classes |