Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0

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 value of the local variable locator is not used

XalanStyleFrame.java :

192 : SourceLocator locator = null;

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

The value of the field XalanVariable.log is not used

XalanVariable.java :

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