Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0
Number of source files: 23 Number of classfiles: 26
Problems: 7 (Errors: 0 Warnings: 7 )
The import org.eclipse.ui.IActionDelegate is never used
NewAction.java :
9 : import org.eclipse.ui.IActionDelegate;
The value of the local variable propNames is not used
FindDuplicateKeys.java :
22 : Vector propNames = new Vector();
The value of the local variable keys is not used
RemoveUnusedKeys.java :
17 : Hashtable keys = new Hashtable();
The value of the local variable propNames is not used
RemoveUnusedKeys.java :
20 : Vector propNames = new Vector();
The value of the local variable count is not used
RemoveUnusedKeys.java :
121 : int count = 1;
The value of the local variable propKeys is not used
RemoveUnusedKeys.java :
127 : Vector propKeys = Utils.getPropertyKeys( propFile );
The value of the local variable pkgName is not used
RemoveUnusedKeys.java :
139 : String pkgName = "";