Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 31 Number of classfiles: 37

Problems: 2 (Errors: 0 Warnings: 2 )

Source File: org/eclipse/jst/j2ee/navigator/internal/dnd/J2EEImportDropAction.java
1. WARNING: LocalVariableIsNeverUsed

The local variable archiveType is never read

J2EEImportDropAction.java :

65 : int archiveType = ImportUtil.UNKNOWN;

2. WARNING: NullLocalVariableReference

Null pointer access: The variable dataModel can only be null at this location

J2EEImportDropAction.java :

205 : dataModel.setProperty(IJ2EEModuleImportDataModelProperties.FILE_NAME, fileName);