Compiler Report

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 )

Source File: org/eclipse/jst/j2ee/ejb/annotation/ui/internal/cmp/wizards/ConnectionSelectionPage.java
1. WARNING: LocalVariableIsNeverUsed

The value of the local variable names is not used

ConnectionSelectionPage.java :

183 : String[] names = (String[]) nameList.toArray(new String[nameList.size()]);

2. WARNING: LocalVariableIsNeverUsed

The value of the local variable info is not used

ConnectionSelectionPage.java :

242 : IConnectionProfile info = getSelectedConnection();