Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 34 Number of classfiles: 50

Problems: 3 (Errors: 0 Warnings: 3 )

Source File: org/eclipse/dltk/ruby/core/tests/parser/jruby/ParserSuite.java
1. WARNING: UnusedPrivateType

The type ParserSuite.IAssertion is never used locally

ParserSuite.java:

30: private interface IAssertion {

2. WARNING: NonStaticAccessToStaticMethod

The static method openResource(String) from the type Activator should be accessed in a static way

ParserSuite.java:

79: InputStream stream = Activator.getDefault().openResource(path);

Source File: org/eclipse/dltk/ruby/core/tests/resources/SourceModuleInfoCacheTest.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.internal.core.Model is never used

SourceModuleInfoCacheTest.java:

25: import org.eclipse.dltk.internal.core.Model;