Compiler Report

Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1

Number of source files: 137 Number of classfiles: 213

Problems: 5 (Errors: 0 Warnings: 5 )

Source File: org/eclipse/wst/validation/internal/ValidatorMetaData.java
1. WARNING: DeadCode

Dead code

ValidatorMetaData.java :

346 : for (int j=0;j<sourceContainers.length; j++) {

Source File: org/eclipse/wst/validation/internal/ValidatorTypeFilter.java
1. WARNING: DeadCode

Dead code

ValidatorTypeFilter.java :

81 : for (int i = 0; i < clInterfaces.length; i++) {

Source File: org/eclipse/wst/validation/internal/ValManager.java
1. WARNING: UnusedPrivateMethod

The method reset() from the type ValManager.ValidatorIdManager is never used locally

ValManager.java :

1050 : public synchronized void reset(){

2. WARNING: UnusedPrivateMethod

The method getIds(BitSet) from the type ValManager.ValidatorIdManager is never used locally

ValManager.java :

1060 : public synchronized String[] getIds(BitSet bs){

Source File: org/eclipse/wst/validation/internal/ValPrefManagerGlobal.java
1. WARNING: UnusedPrivateMethod

The method getVersion() from the type ValPrefManagerGlobal.Global is never used locally

ValPrefManagerGlobal.java :

605 : public int getVersion() {