Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0
Number of source files: 34 Number of classfiles: 58
Problems: 2 (Errors: 0 Warnings: 2 )
The static method getSelectedVersion() from the type ConvertToWebModuleTypeDialog should be accessed in a static way
ConvertToWebModuleTypeAction.java :
113 : doConvert(dialog.getSelectedVersion());
The import org.eclipse.ui.dialogs.ElementTreeSelectionDialog is never used
MultiSelectFilteredFileSelectionDialog.java :
59 : import org.eclipse.ui.dialogs.ElementTreeSelectionDialog;