Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0
Number of source files: 25 Number of classfiles: 29
Problems: 3 (Errors: 0 Warnings: 3 )
The value of the field TestCodedReaderOnGennedFiles.notRan is not used
TestCodedReaderOnGennedFiles.java :
27 : private static int notRan = 0;
The value of the field TestContentTypeDescriptionOnGennedFiles.notRan is not used
TestContentTypeDescriptionOnGennedFiles.java :
22 : private static int notRan = 0;
Dead code
ProjectUnzipUtility.java :
174 : if (currentProject != null) { try { Path projectLocation = new Path(Platform.getLocation().toOSString()); createProject(currentProject, projectLocation, new WorkspaceProgressMonitor()); } catch (CoreException cex) { cex.printStackTrace(); } }