Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0
Number of source files: 21 Number of classfiles: 39
Problems: 2 (Errors: 0 Warnings: 2 )
The value of the local variable names is not used
ConnectionSelectionPage.java :
183 : String[] names = (String[]) nameList.toArray(new String[nameList.size()]);
The value of the local variable info is not used
ConnectionSelectionPage.java :
242 : IConnectionProfile info = getSelectedConnection();