Compiler Report

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

Number of source files: 254 Number of classfiles: 262

Problems: 12 (Errors: 0 Warnings: 12 )

Source File: org/eclipse/wst/xml/xpath2/processor/test/TestBugs.java
1. WARNING: LocalVariableIsNeverUsed

The value of the local variable rs is not used

TestBugs.java :

1861 : ResultSequence rs = evaluate(domDoc);

2. WARNING: LocalVariableIsNeverUsed

The value of the local variable rs is not used

TestBugs.java :

2149 : ResultSequence rs = evaluate(domDoc);

Source File: org/eclipse/wst/xml/xpath2/processor/test/newapi/FilteringPerformanceTest.java
1. WARNING: UnusedPrivateField

The value of the field FilteringPerformanceTest.document is not used

FilteringPerformanceTest.java :

46 : private Document document;

Source File: org/eclipse/wst/xml/xpath2/processor/testsuite/functions/NameFuncTest.java
1. WARNING: LocalVariableIsNeverUsed

The value of the local variable rs is not used

NameFuncTest.java :

761 : ResultSequence rs = evaluate(null); // no context

Source File: org/eclipse/wst/xml/xpath2/processor/testsuite/functions/NodeLangFuncTest.java
1. WARNING: LocalVariableIsNeverUsed

The value of the local variable rs is not used

NodeLangFuncTest.java :

152 : ResultSequence rs = evaluate(null); // no context

2. WARNING: LocalVariableIsNeverUsed

The value of the local variable rs is not used

NodeLangFuncTest.java :

903 : ResultSequence rs = evaluate(null); // no context

Source File: org/eclipse/wst/xml/xpath2/processor/testsuite/functions/NodeLocalNameFuncTest.java
1. WARNING: LocalVariableIsNeverUsed

The value of the local variable rs is not used

NodeLocalNameFuncTest.java :

44 : ResultSequence rs = evaluate(null);

2. WARNING: LocalVariableIsNeverUsed

The value of the local variable rs is not used

NodeLocalNameFuncTest.java :

112 : ResultSequence rs = evaluate(null);

Source File: org/eclipse/wst/xml/xpath2/processor/testsuite/functions/NodeNamespaceURIFuncTest.java
1. WARNING: LocalVariableIsNeverUsed

The value of the local variable rs is not used

NodeNamespaceURIFuncTest.java :

44 : ResultSequence rs = evaluate(null); // no context

2. WARNING: LocalVariableIsNeverUsed

The value of the local variable rs is not used

NodeNamespaceURIFuncTest.java :

184 : ResultSequence rs = evaluate(null);

Source File: org/eclipse/wst/xml/xpath2/processor/testsuite/functions/NodeRootFuncTest.java
1. WARNING: LocalVariableIsNeverUsed

The value of the local variable rs is not used

NodeRootFuncTest.java :

45 : ResultSequence rs = evaluate(null); // no context

2. WARNING: LocalVariableIsNeverUsed

The value of the local variable rs is not used

NodeRootFuncTest.java :

186 : ResultSequence rs = evaluate(null); // no context