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