Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 330 Number of classfiles: 422

Problems: 11 (Errors: 0 Warnings: 11 )

Source File: org/eclipse/dltk/ruby/core/model/internal/Model.java
1. WARNING: MaskedCatch

Unreachable catch block for CoreException. Only more specific exceptions are thrown and handled by previous catch block(s).

Model.java:

63: } catch (CoreException e) {

Source File: org/eclipse/dltk/ruby/core/model/internal/RubyTypeCalculator.java
1. WARNING: LocalVariableIsNeverUsed

The local variable expression is never read

RubyTypeCalculator.java:

31: NumericLiteral expression = (NumericLiteral) node;

Source File: org/eclipse/dltk/ruby/internal/callhierarchy/RubyCallProcessor.java
1. WARNING: LocalVariableIsNeverUsed

The local variable module is never read

RubyCallProcessor.java:

52: ISourceModule module = (ISourceModule) member

Source File: org/eclipse/dltk/ruby/internal/callhierarchy/RubyCalleeProcessor.java
1. WARNING: MaskedCatch

Unreachable catch block for CoreException. Only more specific exceptions are thrown and handled by previous catch block(s).

RubyCalleeProcessor.java:

192: } catch (CoreException e) {

Source File: org/eclipse/dltk/ruby/internal/core/codeassist/RubySelectionEngine.java
1. WARNING: UnusedPrivateMethod

The method getEnclosingType(ASTNode) from the type RubySelectionEngine is never used locally

RubySelectionEngine.java:

96: private TypeDeclaration getEnclosingType(ASTNode node) {

2. WARNING: UnusedPrivateMethod

The method getSourceTypesForClass(ModuleDeclaration, ASTNode) from the type RubySelectionEngine is never used locally

RubySelectionEngine.java:

407: private IType[] getSourceTypesForClass(ModuleDeclaration parsedUnit, ASTNode statement) {

Source File: org/eclipse/dltk/ruby/internal/parsers/jruby/ASTUtils.java
1. WARNING: UnusedPrivateMethod

The method calcLen(ASTNode) from the type Visitor is never used locally

ASTUtils.java:

145: private int calcLen(ASTNode s) {

Source File: org/eclipse/dltk/ruby/internal/typehierarchy/RubyTypeHierarchyEngine.java
1. WARNING: MaskedCatch

Unreachable catch block for CoreException. Only more specific exceptions are thrown and handled by previous catch block(s).

RubyTypeHierarchyEngine.java:

53: } catch (CoreException e) {

Source File: org/eclipse/dltk/ruby/typeinference/DefaultRubyEvaluatorFactory.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.ti.BasicContext is never used

DefaultRubyEvaluatorFactory.java:

56: import org.eclipse.dltk.ti.BasicContext;

Source File: org/eclipse/dltk/ruby/typeinference/evaluators/ConstantReferenceEvaluator.java
1. WARNING: LocalVariableIsNeverUsed

The local variable allObjects is never read

ConstantReferenceEvaluator.java:

78: Object[] allObjects = constantElement.getAllObjects();

Source File: org/jruby/ast/IterNode.java
1. WARNING: UnusedPrivateField

The field IterNode.callable is never read locally

IterNode.java:

54: private transient ICallable callable;