Compiler log for org.eclipse.e4.core.commands_0.9.0.v20091110-1400 : @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/e4/core/commands/ECommandService.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/core/commands/ECommandService.java
 (at line 12)
public ParameterizedCommand createCommand(String id, Map parameters);
Map is a raw type. References to generic type Map<K,V> should be parameterized

/src/org/eclipse/e4/core/commands/internal/CommandServiceImpl.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/core/commands/internal/CommandServiceImpl.java
 (at line 51)
public ParameterizedCommand createCommand(String id, Map parameters) {
Map is a raw type. References to generic type Map<K,V> should be parameterized

/src/org/eclipse/e4/core/commands/internal/HandlerServiceImpl.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/core/commands/internal/HandlerServiceImpl.java
 (at line 50)
final Map parms = command.getParameterMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
2. WARNING in /src/org/eclipse/e4/core/commands/internal/HandlerServiceImpl.java
 (at line 51)
Iterator i = parms.entrySet().iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/core/commands/internal/HandlerServiceImpl.java
 (at line 53)
Map.Entry entry = (Map.Entry) i.next();
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized
4. WARNING in /src/org/eclipse/e4/core/commands/internal/HandlerServiceImpl.java
 (at line 53)
Map.Entry entry = (Map.Entry) i.next();
Map.Entry is a raw type. References to generic type Map<K,V>.Entry<K,V> should be parameterized

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings