Compiler log for org.eclipse.equinox.cm.test_1.0.0 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 6

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/equinox/cm/test/ConfigurationAdminTest.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/cm/test/ConfigurationAdminTest.java
 (at line 47)
Configuration config = cm.getConfiguration(null);
The value of the local variable config is not used
2. WARNING in /src/org/eclipse/equinox/cm/test/ConfigurationAdminTest.java
 (at line 61)
Configuration config = cm.getConfiguration(null, null);
The value of the local variable config is not used
3. WARNING in /src/org/eclipse/equinox/cm/test/ConfigurationAdminTest.java
 (at line 99)
Configuration config = cm.createFactoryConfiguration(null);
The value of the local variable config is not used
4. WARNING in /src/org/eclipse/equinox/cm/test/ConfigurationAdminTest.java
 (at line 113)
Configuration config = cm.createFactoryConfiguration(null, null);
The value of the local variable config is not used

/src/org/eclipse/equinox/cm/test/ConfigurationDictionaryTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/cm/test/ConfigurationDictionaryTest.java
 (at line 223)
Collection c = new ArrayList() {};
The serializable class does not declare a static final serialVersionUID field of type long

/src/org/eclipse/equinox/cm/test/ConfigurationPluginTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/equinox/cm/test/ConfigurationPluginTest.java
 (at line 190)
ConfigurationPlugin plugin2 = new ConfigurationPlugin() {
The value of the local variable plugin2 is not used

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings