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/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 |
1. WARNING in /src/org/eclipse/e4/core/commands/internal/CommandServiceImpl.java (at line 42) public ParameterizedCommand createCommand(String id, Map parameters) { Map is a raw type. References to generic type Map<K,V> should be parameterized |
1. WARNING in /src/org/eclipse/e4/core/commands/internal/HandlerServiceImpl.java (at line 63) 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 64) 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 66) 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 66) 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 |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |