Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 33 Number of classfiles: 49

Problems: 5 (Errors: 0 Warnings: 5 )

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;

Source File: org/eclipse/dltk/ruby/core/tests/search/mixin/MixinTestsSuite.java
1. WARNING: LocalVariableIsNeverUsed

The local variable folder is never read

MixinTestsSuite.java:

62: final String folder = (pos >= 0 ? x.substring(pos + 1) : x);

2. WARNING: NonStaticAccessToStaticMethod

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

MixinTestsSuite.java:

144: input = Activator.getDefault().openResource(path);