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