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 )
The field XSLTRuntime.NEXT_ID_LOCK is never read locally
XSLTRuntime.java :
22 : private static byte[] NEXT_ID_LOCK = new byte[0];
The field XSLTRuntime.REGISTRY_LOCK is never read locally
XSLTRuntime.java :
23 : private static byte[] REGISTRY_LOCK = new byte[0];
The field XSLTRuntime.lastStandinID is never read locally
XSLTRuntime.java :
25 : private static int lastStandinID;
The method savePreferences() from the type XSLTRuntime is never used locally
XSLTRuntime.java :
27 : private static void savePreferences()
The method getPreferences() from the type XSLTRuntime is never used locally
XSLTRuntime.java :
32 : private static Preferences getPreferences()
The local variable nodeValue is never read
NodeListVariable.java :
55 : String nodeValue = "";
The local variable returnVars is never read
XSLValue.java :
121 : IVariable[] returnVars = new IVariable[nodeList.getLength()];
The field XSLVariable.type is never read locally
XSLVariable.java :
28 : private String type;
The field XSLVariable.nodeList is never read locally
XSLVariable.java :
29 : private NodeList nodeList;