Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 9 Number of classfiles: 16

Problems: 19 (Errors: 0 Warnings: 19 )

Source File: org/eclipse/dltk/tests/performance/AllDLTKTests.java
1. WARNING: NonStaticAccessToStaticMethod

The static method run(Test) from the type TestRunner should be accessed in a static way

AllDLTKTests.java:

127: mkRunner().run(org.eclipse.dltk.core.tests.AllTests.suite());

2. WARNING: NonStaticAccessToStaticMethod

The static method run(Test) from the type TestRunner should be accessed in a static way

AllDLTKTests.java:

138: mkRunner().run(org.eclipse.dltk.debug.tests.AllTests.suite());

3. WARNING: NonStaticAccessToStaticMethod

The static method run(Test) from the type TestRunner should be accessed in a static way

AllDLTKTests.java:

149: mkRunner().run(org.eclipse.dltk.ui.tests.AllTests.suite());

4. WARNING: NonStaticAccessToStaticMethod

The static method run(Test) from the type TestRunner should be accessed in a static way

AllDLTKTests.java:

160: mkRunner().run( org.eclipse.dltk.javascript.core.tests.AllTests.suite());

5. WARNING: NonStaticAccessToStaticMethod

The static method run(Test) from the type TestRunner should be accessed in a static way

AllDLTKTests.java:

172: mkRunner().run(org.eclipse.dltk.python.tests.AllTests.suite());

6. WARNING: NonStaticAccessToStaticMethod

The static method run(Test) from the type TestRunner should be accessed in a static way

AllDLTKTests.java:

183: mkRunner().run(org.eclipse.dltk.python.ui.tests.AllTests.suite());

7. WARNING: NonStaticAccessToStaticMethod

The static method run(Test) from the type TestRunner should be accessed in a static way

AllDLTKTests.java:

194: mkRunner().run(org.eclipse.dltk.ruby.core.tests.AllTests.suite());

8. WARNING: NonStaticAccessToStaticMethod

The static method run(Test) from the type TestRunner should be accessed in a static way

AllDLTKTests.java:

205: mkRunner().run(org.eclipse.dltk.ruby.debug.tests.AllTests.suite());

9. WARNING: NonStaticAccessToStaticMethod

The static method run(Test) from the type TestRunner should be accessed in a static way

AllDLTKTests.java:

216: mkRunner().run( org.eclipse.dltk.ruby.formatter.tests.AllTests.suite());

10. WARNING: NonStaticAccessToStaticMethod

The static method run(Test) from the type TestRunner should be accessed in a static way

AllDLTKTests.java:

228: mkRunner().run(org.eclipse.dltk.ruby.ui.tests.AllTests.suite());

11. WARNING: NonStaticAccessToStaticMethod

The static method run(Test) from the type TestRunner should be accessed in a static way

AllDLTKTests.java:

239: mkRunner().run(org.eclipse.dltk.tcl.core.tests.AllTests.suite());

12. WARNING: NonStaticAccessToStaticMethod

The static method run(Test) from the type TestRunner should be accessed in a static way

AllDLTKTests.java:

250: mkRunner().run(org.eclipse.dltk.tcl.ui.tests.AllTests.suite());

13. WARNING: NonStaticAccessToStaticMethod

The static method run(Test) from the type TestRunner should be accessed in a static way

AllDLTKTests.java:

261: mkRunner().run(org.eclipse.dltk.xotcl.core.tests.AllTests.suite());

14. WARNING: NonStaticAccessToStaticMethod

The static method run(Test) from the type TestRunner should be accessed in a static way

AllDLTKTests.java:

272: mkRunner().run(org.eclipse.dltk.tcl.parser.tests.AllTests.suite());

15. WARNING: NonStaticAccessToStaticMethod

The static method run(Test) from the type TestRunner should be accessed in a static way

AllDLTKTests.java:

283: mkRunner().run( org.eclipse.dltk.tcl.validators.tests.AllTests.suite());

Source File: org/eclipse/dltk/tests/performance/FullSourceWorkspaceASTTests.java
1. WARNING: UnusedPrivateField

The field FullSourceWorkspaceASTTests.ITERATIONS_COUNT is never read locally

FullSourceWorkspaceASTTests.java:

32: private final static int ITERATIONS_COUNT = 10;

Source File: org/eclipse/dltk/tests/performance/FullSourceWorkspaceBuildTests.java
1. WARNING: UnusedPrivateField

The field FullSourceWorkspaceBuildTests.ITERATIONS_COUNT is never read locally

FullSourceWorkspaceBuildTests.java:

41: private final static int ITERATIONS_COUNT = 10;

2. WARNING: UnusedPrivateField

The field FullSourceWorkspaceBuildTests.TIME_THRESHOLD is never read locally

FullSourceWorkspaceBuildTests.java:

46: private final static int TIME_THRESHOLD = 150;

Source File: org/eclipse/dltk/tests/performance/FullSourceWorkspaceSearchTests.java
1. WARNING: UnusedPrivateField

The field FullSourceWorkspaceSearchTests.ITERATIONS_COUNT is never read locally

FullSourceWorkspaceSearchTests.java:

45: private final static int ITERATIONS_COUNT = 10;