Compiler log for org.eclipse.e4.ui.services_0.9.0.v20090720-2115 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 19

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/ui/internal/services/ActiveContextsFunction.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/internal/services/ActiveContextsFunction.java
 (at line 25)
rc = (Set<String>) arguments[0];
Type safety: Unchecked cast from Object to Set<String>
2. WARNING in /src/org/eclipse/e4/ui/internal/services/ActiveContextsFunction.java
 (at line 27)
Set<String> locals = (Set<String>) context .getLocal(ContextContextService.LOCAL_CONTEXTS);
Type safety: Unchecked cast from Object to Set<String>

/src/org/eclipse/e4/ui/internal/services/ContextContextService.java : 9 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/internal/services/ContextContextService.java
 (at line 45)
Set<String> locals = (Set<String>) eclipseContext .getLocal(LOCAL_CONTEXTS);
Type safety: Unchecked cast from Object to Set<String>
2. WARNING in /src/org/eclipse/e4/ui/internal/services/ContextContextService.java
 (at line 51)
locals = new HashSet(locals);
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/ui/internal/services/ContextContextService.java
 (at line 51)
locals = new HashSet(locals);
Type safety: The expression of type HashSet needs unchecked conversion to conform to Set<String>
4. WARNING in /src/org/eclipse/e4/ui/internal/services/ContextContextService.java
 (at line 51)
locals = new HashSet(locals);
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
5. WARNING in /src/org/eclipse/e4/ui/internal/services/ContextContextService.java
 (at line 65)
Set<String> locals = (Set<String>) eclipseContext .getLocal(LOCAL_CONTEXTS);
Type safety: Unchecked cast from Object to Set<String>
6. WARNING in /src/org/eclipse/e4/ui/internal/services/ContextContextService.java
 (at line 69)
locals = new HashSet(locals);
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
7. WARNING in /src/org/eclipse/e4/ui/internal/services/ContextContextService.java
 (at line 69)
locals = new HashSet(locals);
Type safety: The expression of type HashSet needs unchecked conversion to conform to Set<String>
8. WARNING in /src/org/eclipse/e4/ui/internal/services/ContextContextService.java
 (at line 69)
locals = new HashSet(locals);
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
9. WARNING in /src/org/eclipse/e4/ui/internal/services/ContextContextService.java
 (at line 81)
Set<String> set = (Set<String>) eclipseContext .get(IServiceConstants.ACTIVE_CONTEXTS);
Type safety: Unchecked cast from Object to Set<String>

/src/org/eclipse/e4/ui/internal/services/ContextHandlerService.java : 8 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/internal/services/ContextHandlerService.java
 (at line 45)
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/ui/internal/services/ContextHandlerService.java
 (at line 46)
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/ui/internal/services/ContextHandlerService.java
 (at line 48)
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/ui/internal/services/ContextHandlerService.java
 (at line 48)
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
5. WARNING in /src/org/eclipse/e4/ui/internal/services/ContextHandlerService.java
 (at line 84)
final Map parms = command.getParameterMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
6. WARNING in /src/org/eclipse/e4/ui/internal/services/ContextHandlerService.java
 (at line 85)
Iterator i = parms.entrySet().iterator();
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
7. WARNING in /src/org/eclipse/e4/ui/internal/services/ContextHandlerService.java
 (at line 87)
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
8. WARNING in /src/org/eclipse/e4/ui/internal/services/ContextHandlerService.java
 (at line 87)
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