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/swt/tools/actionscript/ActionScriptCorePlugin.java (at line 84) Hashtable settings = new Hashtable(); Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized |
2. WARNING in /src/org/eclipse/swt/tools/actionscript/ActionScriptCorePlugin.java (at line 84) Hashtable settings = new Hashtable(); Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized |
3. WARNING in /src/org/eclipse/swt/tools/actionscript/ActionScriptCorePlugin.java (at line 85) settings.put(JettyConstants.HTTP_PORT, new Integer(PORT)); Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized |
4. WARNING in /src/org/eclipse/swt/tools/actionscript/ActionScriptCorePlugin.java (at line 86) settings.put(JettyConstants.HTTP_ENABLED, new Boolean(true)); Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized |
1. WARNING in /src/org/eclipse/swt/tools/actionscript/build/ActionScriptCompilerManager.java (at line 89) LinkedList jobs = new LinkedList(); LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized |
2. WARNING in /src/org/eclipse/swt/tools/actionscript/build/ActionScriptCompilerManager.java (at line 89) LinkedList jobs = new LinkedList(); LinkedList is a raw type. References to generic type LinkedList<E> should be parameterized |
3. WARNING in /src/org/eclipse/swt/tools/actionscript/build/ActionScriptCompilerManager.java (at line 124) jobs.add(command); Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList<E> should be parameterized |
1. WARNING in /src/org/eclipse/swt/tools/actionscript/build/ActionScriptEEAnalyzer.java (at line 19) ArrayList result = new ArrayList (); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
2. WARNING in /src/org/eclipse/swt/tools/actionscript/build/ActionScriptEEAnalyzer.java (at line 19) ArrayList result = new ArrayList (); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
3. WARNING in /src/org/eclipse/swt/tools/actionscript/build/ActionScriptEEAnalyzer.java (at line 26) return (CompatibleEnvironment[])result.toArray(new CompatibleEnvironment[result.size()]); Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized |
4. WARNING in /src/org/eclipse/swt/tools/actionscript/build/ActionScriptEEAnalyzer.java (at line 29) private void addEnvironment(ArrayList result, String id, boolean strict) { ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
5. WARNING in /src/org/eclipse/swt/tools/actionscript/build/ActionScriptEEAnalyzer.java (at line 33) result.add(new CompatibleEnvironment(env, strict)); Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized |
1. WARNING in /src/org/eclipse/swt/tools/actionscript/build/ActionScriptParticipant.java (at line 64) ArrayList sources; ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
2. WARNING in /src/org/eclipse/swt/tools/actionscript/build/ActionScriptParticipant.java (at line 77) if (sources == null) sources = new ArrayList(); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
3. WARNING in /src/org/eclipse/swt/tools/actionscript/build/ActionScriptParticipant.java (at line 81) sources.add(file.getLocation().toPortableString()); Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized |
4. WARNING in /src/org/eclipse/swt/tools/actionscript/build/ActionScriptParticipant.java (at line 179) ArrayList args = new ArrayList(); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
5. WARNING in /src/org/eclipse/swt/tools/actionscript/build/ActionScriptParticipant.java (at line 179) ArrayList args = new ArrayList(); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
6. WARNING in /src/org/eclipse/swt/tools/actionscript/build/ActionScriptParticipant.java (at line 180) args.addAll(Arrays.asList(new String[]{ // "-nowarn", // "-verbose", "-d", bin, "-bootclasspath", bp.toString(), "-cp", cp.toString(), "-log", root + "/log.xml", "-1.5", "-sourcepath", sp.toString(), })); Type safety: The method addAll(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized |
7. WARNING in /src/org/eclipse/swt/tools/actionscript/build/ActionScriptParticipant.java (at line 190) args.addAll(sources); Type safety: The method addAll(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized |
8. WARNING in /src/org/eclipse/swt/tools/actionscript/build/ActionScriptParticipant.java (at line 196) main.compile((String []) args.toArray(new String[args.size()])); Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized |
1. WARNING in /src/org/eclipse/swt/tools/actionscript/build/ActionScriptVMInstall.java (at line 17) public Map evaluateSystemProperties(String[] properties, Map is a raw type. References to generic type Map<K,V> should be parameterized |
2. WARNING in /src/org/eclipse/swt/tools/actionscript/build/ActionScriptVMInstall.java (at line 19) return new HashMap(); HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized |
1. WARNING in /src/org/eclipse/swt/tools/actionscript/debug/ActionScriptProcess.java (at line 64) public Object getAdapter(Class adapter) { Class is a raw type. References to generic type Class<T> should be parameterized |
1. WARNING in /src/org/eclipse/swt/tools/actionscript/debug/ActionScriptVariableValue.java (at line 112) public Object getAdapter(Class adapter) { Class is a raw type. References to generic type Class<T> should be parameterized |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/swt/tools/actionscript/build/ActionScriptParticipant.java (at line 196) main.compile((String []) args.toArray(new String[args.size()])); Discouraged access: The method compile(String[]) from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |