Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0
Number of source files: 138 Number of classfiles: 215
Problems: 6 (Errors: 0 Warnings: 6 )
Dead code
ValidatorMetaData.java :
349 : for (int j=0;j<sourceContainers.length; j++) {
Dead code
ValidatorTypeFilter.java :
81 : for (int i = 0; i < clInterfaces.length; i++) {
The method reset() from the type ValManager.ValidatorIdManager is never used locally
ValManager.java :
1058 : public synchronized void reset(){
The method getIds(BitSet) from the type ValManager.ValidatorIdManager is never used locally
ValManager.java :
1068 : public synchronized String[] getIds(BitSet bs){
The method getVersion() from the type ValPrefManagerGlobal.Global is never used locally
ValPrefManagerGlobal.java :
624 : public int getVersion() {
Dead code
FilterRule.java :
515 : if (name == null)return Boolean.FALSE;