Compiler Report

Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1

Number of source files: 23 Number of classfiles: 24

Problems: 9 (Errors: 0 Warnings: 9 )

Source File: org/eclipse/wst/xsl/launching/XSLTRuntime.java
1. WARNING: UnusedPrivateField

The field XSLTRuntime.NEXT_ID_LOCK is never read locally

XSLTRuntime.java :

22 : private static byte[] NEXT_ID_LOCK = new byte[0];

2. WARNING: UnusedPrivateField

The field XSLTRuntime.REGISTRY_LOCK is never read locally

XSLTRuntime.java :

23 : private static byte[] REGISTRY_LOCK = new byte[0];

3. WARNING: UnusedPrivateField

The field XSLTRuntime.lastStandinID is never read locally

XSLTRuntime.java :

25 : private static int lastStandinID;

4. WARNING: UnusedPrivateMethod

The method savePreferences() from the type XSLTRuntime is never used locally

XSLTRuntime.java :

27 : private static void savePreferences()

5. WARNING: UnusedPrivateMethod

The method getPreferences() from the type XSLTRuntime is never used locally

XSLTRuntime.java :

32 : private static Preferences getPreferences()

Source File: org/eclipse/wst/xsl/launching/model/NodeListVariable.java
1. WARNING: LocalVariableIsNeverUsed

The local variable nodeValue is never read

NodeListVariable.java :

55 : String nodeValue = "";

Source File: org/eclipse/wst/xsl/launching/model/XSLValue.java
1. WARNING: LocalVariableIsNeverUsed

The local variable returnVars is never read

XSLValue.java :

121 : IVariable[] returnVars = new IVariable[nodeList.getLength()];

Source File: org/eclipse/wst/xsl/launching/model/XSLVariable.java
1. WARNING: UnusedPrivateField

The field XSLVariable.type is never read locally

XSLVariable.java :

28 : private String type;

2. WARNING: UnusedPrivateField

The field XSLVariable.nodeList is never read locally

XSLVariable.java :

29 : private NodeList nodeList;