Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.B76_R37x, 3.7.1

Number of source files: 24 Number of classfiles: 33

Problems: 1 (Errors: 0 Warnings: 1 )

Source File: org/eclipse/jst/validation/sample/PropertiesValidator.java
1. WARNING: DeadCode

Dead code

PropertiesValidator.java :

57 : else { // Filter out the files that are in the "bin" directory. fileURIs = (IFileDelta[])helper.loadModel(PModelEnum.FILTER, new Object[]{helper.getURIs()}); }