Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 12 Number of classfiles: 16

Problems: 2 (Errors: 0 Warnings: 2 )

Source File: org/eclipse/dltk/ruby/ui/tests/indenting/RubyAutoIndentStrategyTest.java
1. WARNING: UnusedPrivateField

The field RubyAutoIndentStrategyTest.EIGHT is never read locally

RubyAutoIndentStrategyTest.java:

38: private static final String EIGHT = FOUR + FOUR;

2. WARNING: UnusedPrivateMethod

The method installStuff(Document) from the type RubyAutoIndentStrategyTest is never used locally

RubyAutoIndentStrategyTest.java:

56: private void installStuff(Document document) {