Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 10 Number of classfiles: 14

Problems: 4 (Errors: 0 Warnings: 4 )

Source File: org/eclipse/dltk/xotcl/core/tests/mixin/XOTclMixinTests.java
1. WARNING: UnusedPrivateMethod

The method findNodeByName(ModuleDeclaration, String) from the type XOTclMixinTests is never used locally

XOTclMixinTests.java:

87: private ASTNode[] findNodeByName(ModuleDeclaration module, final String name) throws Exception {

Source File: org/eclipse/dltk/xotcl/core/tests/model/XOTclSelectionTests.java
1. WARNING: LocalVariableIsNeverUsed

The local variable sub is never read

XOTclSelectionTests.java:

805: String sub = source.substring(start, start + size);

Source File: org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserTests.java
1. WARNING: LocalVariableIsNeverUsed

The local variable module is never read

XOTclParserTests.java:

21: ModuleDeclaration module = this.parser( content );

2. WARNING: UnusedPrivateMethod

The method findNodeByName(ModuleDeclaration, String) from the type XOTclParserTests is never used locally

XOTclParserTests.java:

25: private ASTNode[] findNodeByName(ModuleDeclaration module, final String name) throws Exception {