Compiler log for org.eclipse.e4.core.commands.tests_0.9.0.v20110317-2000 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 3

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/e4/core/commands/tests/HandlerTest.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java
 (at line 296)
Info helloInfo = new Info("Hello");
The value of the local variable helloInfo is not used

/src/org/eclipse/e4/core/commands/tests/TestActivator.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/core/commands/tests/TestActivator.java
 (at line 43)
public void log(ServiceReference sr, int level, String message) {
ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
2. WARNING in /src/org/eclipse/e4/core/commands/tests/TestActivator.java
 (at line 48)
public void log(ServiceReference sr, int level, String message,
ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings