Compiler log for org.eclipse.e4.tools_0.10.0.v20110613-2030 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 16

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/internal/tools/wizards/classes/AbstractNewClassPage.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassPage.java
 (at line 224)
Class[] acceptedClasses= new Class[] { IPackageFragmentRoot.class, IJavaProject.class };
Class is a raw type. References to generic type Class<T> should be parameterized

/src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassWizard.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassWizard.java
 (at line 26)
import org.eclipse.core.runtime.IPath;
The import org.eclipse.core.runtime.IPath is never used

/src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java
 (at line 134)
@SuppressWarnings("restriction")
Unnecessary @SuppressWarnings("restriction")
2. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java
 (at line 224)
@SuppressWarnings("restriction")
Unnecessary @SuppressWarnings("restriction")
3. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java
 (at line 309)
@SuppressWarnings("restriction")
Unnecessary @SuppressWarnings("restriction")

/src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java
 (at line 162)
TreeSet availableEEs = new TreeSet();
TreeSet is a raw type. References to generic type TreeSet<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java
 (at line 162)
TreeSet availableEEs = new TreeSet();
TreeSet is a raw type. References to generic type TreeSet<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java
 (at line 164)
availableEEs.add(exeEnvs[i].getId());
Type safety: The method add(Object) belongs to the raw type TreeSet. References to generic type TreeSet<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java
 (at line 166)
availableEEs.add(NO_EXECUTION_ENVIRONMENT);
Type safety: The method add(Object) belongs to the raw type TreeSet. References to generic type TreeSet<E> should be parameterized
5. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java
 (at line 169)
fEEChoice.setItems((String[]) availableEEs.toArray(new String[availableEEs.size() - 1]));
Type safety: The method toArray(Object[]) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized

/src/org/eclipse/e4/internal/tools/wizards/project/TemplateOperation.java : 6 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/TemplateOperation.java
 (at line 152)
Map childZipEntries = new HashMap(); // "dir/" or "dir/file.java"
Map is a raw type. References to generic type Map<K,V> should be parameterized
2. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/TemplateOperation.java
 (at line 152)
Map childZipEntries = new HashMap(); // "dir/" or "dir/file.java"
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
3. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/TemplateOperation.java
 (at line 154)
for (Enumeration zipEntries = zipFile.entries(); zipEntries
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/TemplateOperation.java
 (at line 167)
childZipEntries.put(zipEntry.getName(), zipEntry);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
5. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/TemplateOperation.java
 (at line 173)
childZipEntries.put(name, dirEntry);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
6. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/TemplateOperation.java
 (at line 178)
for (Iterator it = childZipEntries.values().iterator(); it.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings