errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged 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 |
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 |
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 |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |