Compiler Report

Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1

Number of source files: 6 Number of classfiles: 6

Problems: 2 (Errors: 0 Warnings: 2 )

Source File: org/eclipse/wst/xsl/xalan/debugger/XalanStyleFrame.java
1. WARNING: LocalVariableIsNeverUsed

The local variable locator is never read

XalanStyleFrame.java :

192 : SourceLocator locator = null;

Source File: org/eclipse/wst/xsl/xalan/debugger/XalanVariable.java
1. WARNING: UnusedPrivateField

The field XalanVariable.log is never read locally

XalanVariable.java :

30 : private final Log log = LogFactory.getLog(XalanVariable.class);