See <https://builds.apache.org/job/IvyDE/291/>

------------------------------------------
[...truncated 7434 lines...]
     [java]     [javac] 628. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/ui/preferences/IvyDEProjectPreferences.java>
 (at line 133)
     [java]     [javac]         List list = ((List) table.getInput());
     [java]     [javac]                       ^^^^
     [java]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 629. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/ui/preferences/IvyDEProjectPreferences.java>
 (at line 134)
     [java]     [javac]         Iterator it = ((IStructuredSelection) 
table.getSelection()).iterator();
     [java]     [javac]         ^^^^^^^^
     [java]     [javac] Iterator is a raw type. References to generic type 
Iterator<E> should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 630. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/ui/preferences/IvyDEProjectPreferences.java>
 (at line 155)
     [java]     [javac]         List retrieveSetups;
     [java]     [javac]         ^^^^
     [java]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 631. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/ui/preferences/IvyDEProjectPreferences.java>
 (at line 171)
     [java]     [javac]         List list = ((List) table.getInput());
     [java]     [javac]         ^^^^
     [java]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 632. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/ui/preferences/IvyDEProjectPreferences.java>
 (at line 171)
     [java]     [javac]         List list = ((List) table.getInput());
     [java]     [javac]                       ^^^^
     [java]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 633. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/ui/preferences/IvyDEProjectPreferences.java>
 (at line 172)
     [java]     [javac]         list.set(list.indexOf(setup), 
editDialog.getStandaloneRetrieveSetup());
     [java]     [javac]         
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Type safety: The method set(int, Object) belongs to the 
raw type List. References to generic type List<E> should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 634. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/ui/preferences/IvyDEProjectPreferences.java>
 (at line 206)
     [java]     [javac]         List/* <StandaloneRetrieveSetup> 
*/retrieveSetups = (List) table.getInput();
     [java]     [javac]         ^^^^
     [java]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 635. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/ui/preferences/IvyDEProjectPreferences.java>
 (at line 206)
     [java]     [javac]         List/* <StandaloneRetrieveSetup> 
*/retrieveSetups = (List) table.getInput();
     [java]     [javac]                                                         
     ^^^^
     [java]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
     [java]     [javac] ----------
     [java]     [javac] ----------
     [java]     [javac] 636. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/ui/preferences/PreferenceConstants.java>
 (at line 134)
     [java]     [javac]         public static final Set/*<String>*/ ALL = new 
HashSet();
     [java]     [javac]                             ^^^
     [java]     [javac] Set is a raw type. References to generic type Set<E> 
should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 637. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/ui/preferences/PreferenceConstants.java>
 (at line 134)
     [java]     [javac]         public static final Set/*<String>*/ ALL = new 
HashSet();
     [java]     [javac]                                                       
^^^^^^^
     [java]     [javac] HashSet is a raw type. References to generic type 
HashSet<E> should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 638. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/ui/preferences/PreferenceConstants.java>
 (at line 141)
     [java]     [javac]         ALL.add(fields[i].get(null));
     [java]     [javac]         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Type safety: The method add(Object) belongs to the raw 
type Set. References to generic type Set<E> should be parameterized
     [java]     [javac] ----------
     [java]     [javac] ----------
     [java]     [javac] 639. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/ui/preferences/PreferenceInitializer.java>
 (at line 120)
     [java]     [javac]         
DEFAULT_MAPPING_SETUP.setSourceTypes(IvyClasspathUtil.split(DEFAULT_SOURCES_TYPES));
     [java]     [javac]                                              
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Type safety: The expression of type List needs 
unchecked conversion to conform to List<String>
     [java]     [javac] ----------
     [java]     [javac] 640. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/ui/preferences/PreferenceInitializer.java>
 (at line 121)
     [java]     [javac]         
DEFAULT_MAPPING_SETUP.setJavadocTypes(IvyClasspathUtil.split(DEFAULT_JAVADOC_TYPES));
     [java]     [javac]                                               
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Type safety: The expression of type List needs 
unchecked conversion to conform to List<String>
     [java]     [javac] ----------
     [java]     [javac] 641. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/ui/preferences/PreferenceInitializer.java>
 (at line 122)
     [java]     [javac]         
DEFAULT_MAPPING_SETUP.setSourceSuffixes(IvyClasspathUtil.split(DEFAULT_SOURCES_SUFFIXES));
     [java]     [javac]                                                 
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Type safety: The expression of type List needs 
unchecked conversion to conform to List<String>
     [java]     [javac] ----------
     [java]     [javac] 642. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/ui/preferences/PreferenceInitializer.java>
 (at line 123)
     [java]     [javac]         
DEFAULT_MAPPING_SETUP.setJavadocSuffixes(IvyClasspathUtil.split(DEFAULT_JAVADOC_SUFFIXES));
     [java]     [javac]                                                  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Type safety: The expression of type List needs 
unchecked conversion to conform to List<String>
     [java]     [javac] ----------
     [java]     [javac] ----------
     [java]     [javac] 643. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/ui/wizards/IvyNewWizard.java>
 (at line 48)
     [java]     [javac]         import org.eclipse.ui.IWorkbenchWizard;
     [java]     [javac]                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] The import org.eclipse.ui.IWorkbenchWizard is never used
     [java]     [javac] ----------
     [java]     [javac] ----------
     [java]     [javac] 644. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/ui/wizards/IvyNewWizardPage.java>
 (at line 26)
     [java]     [javac]         import org.eclipse.jface.dialogs.IDialogPage;
     [java]     [javac]                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] The import org.eclipse.jface.dialogs.IDialogPage is 
never used
     [java]     [javac] ----------
     [java]     [javac] ----------
     [java]     [javac] 645. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/IvyDEStrategy.java>
 (at line 34)
     [java]     [javac]         final class MridComparator implements 
Comparator {
     [java]     [javac]                                               ^^^^^^^^^^
     [java]     [javac] Comparator is a raw type. References to generic type 
Comparator<T> should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 646. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/IvyDEStrategy.java>
 (at line 92)
     [java]     [javac]         final class ArtifactInfoComparator implements 
Comparator {
     [java]     [javac]                                                       
^^^^^^^^^^
     [java]     [javac] Comparator is a raw type. References to generic type 
Comparator<T> should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 647. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/IvyDEStrategy.java>
 (at line 116)
     [java]     [javac]         return mridComparator.compare(mrid1, mrid2);
     [java]     [javac]                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Type safety: The method compare(Object, Object) belongs 
to the raw type Comparator. References to generic type Comparator<T> should be 
parameterized
     [java]     [javac] ----------
     [java]     [javac] 648. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/IvyDEStrategy.java>
 (at line 120)
     [java]     [javac]         private final Comparator mridComparator = new 
MridComparator();
     [java]     [javac]                       ^^^^^^^^^^
     [java]     [javac] Comparator is a raw type. References to generic type 
Comparator<T> should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 649. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/IvyDEStrategy.java>
 (at line 122)
     [java]     [javac]         private final Comparator artifactInfoComparator 
= new ArtifactInfoComparator();
     [java]     [javac]                       ^^^^^^^^^^
     [java]     [javac] Comparator is a raw type. References to generic type 
Comparator<T> should be parameterized
     [java]     [javac] ----------
     [java]     [javac] ----------
     [java]     [javac] 650. ERROR in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/WorkspaceResolver.java>
 (at line 222)
     [java]     [javac]         String sn = 
md.getExtraInfoContentByTagName("Bundle-SymbolicName");
     [java]     [javac]                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] The method getExtraInfoContentByTagName(String) is 
undefined for the type ModuleDescriptor
     [java]     [javac] ----------
     [java]     [javac] 651. ERROR in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/WorkspaceResolver.java>
 (at line 229)
     [java]     [javac]         String exportedPackages = 
md.getExtraInfoContentByTagName("Export-Package");
     [java]     [javac]                                      
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] The method getExtraInfoContentByTagName(String) is 
undefined for the type ModuleDescriptor
     [java]     [javac] ----------
     [java]     [javac] ----------
     [java]     [javac] 652. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/WorkspaceResourceChangeListener.java>
 (at line 100)
     [java]     [javac]         List containers = 
IvyClasspathContainerHelper.getContainers(project);
     [java]     [javac]         ^^^^
     [java]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 653. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/WorkspaceResourceChangeListener.java>
 (at line 108)
     [java]     [javac]         List affectedContainers = 
getAffectedContainers(project.getFullPath());
     [java]     [javac]         ^^^^
     [java]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 654. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/WorkspaceResourceChangeListener.java>
 (at line 110)
     [java]     [javac]         Iterator it = affectedContainers.iterator();
     [java]     [javac]         ^^^^^^^^
     [java]     [javac] Iterator is a raw type. References to generic type 
Iterator<E> should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 655. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/WorkspaceResourceChangeListener.java>
 (at line 125)
     [java]     [javac]         final Collection projects = new LinkedHashSet();
     [java]     [javac]               ^^^^^^^^^^
     [java]     [javac] Collection is a raw type. References to generic type 
Collection<E> should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 656. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/WorkspaceResourceChangeListener.java>
 (at line 125)
     [java]     [javac]         final Collection projects = new LinkedHashSet();
     [java]     [javac]                                         ^^^^^^^^^^^^^
     [java]     [javac] LinkedHashSet is a raw type. References to generic type 
LinkedHashSet<E> should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 657. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/WorkspaceResourceChangeListener.java>
 (at line 137)
     [java]     [javac]         projects.add(resource);
     [java]     [javac]         ^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Type safety: The method add(Object) belongs to the raw 
type Collection. References to generic type Collection<E> should be 
parameterized
     [java]     [javac] ----------
     [java]     [javac] 658. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/WorkspaceResourceChangeListener.java>
 (at line 147)
     [java]     [javac]         List allContainers = 
getAllContainersExcludingProjects(projects);
     [java]     [javac]         ^^^^
     [java]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 659. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/WorkspaceResourceChangeListener.java>
 (at line 149)
     [java]     [javac]         Iterator it = allContainers.iterator();
     [java]     [javac]         ^^^^^^^^
     [java]     [javac] Iterator is a raw type. References to generic type 
Iterator<E> should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 660. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/WorkspaceResourceChangeListener.java>
 (at line 159)
     [java]     [javac]         private List getAffectedContainers(IPath 
projectPath) {
     [java]     [javac]                 ^^^^
     [java]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 661. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/WorkspaceResourceChangeListener.java>
 (at line 160)
     [java]     [javac]         List/* <IvyClasspathContainer> */allContainers 
= new ArrayList();
     [java]     [javac]         ^^^^
     [java]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 662. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/WorkspaceResourceChangeListener.java>
 (at line 160)
     [java]     [javac]         List/* <IvyClasspathContainer> */allContainers 
= new ArrayList();
     [java]     [javac]                                                         
     ^^^^^^^^^
     [java]     [javac] ArrayList is a raw type. References to generic type 
ArrayList<E> should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 663. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/WorkspaceResourceChangeListener.java>
 (at line 174)
     [java]     [javac]         List/* <IvyClasspathContainer> */containers = 
IvyClasspathContainerHelper
     [java]     [javac]         ^^^^
     [java]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 664. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/WorkspaceResourceChangeListener.java>
 (at line 176)
     [java]     [javac]         Iterator/* <IvyClasspathContainer> 
*/itContainer = containers.iterator();
     [java]     [javac]         ^^^^^^^^
     [java]     [javac] Iterator is a raw type. References to generic type 
Iterator<E> should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 665. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/WorkspaceResourceChangeListener.java>
 (at line 187)
     [java]     [javac]         allContainers.add(ivycp);
     [java]     [javac]         ^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Type safety: The method add(Object) belongs to the raw 
type List. References to generic type List<E> should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 666. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/WorkspaceResourceChangeListener.java>
 (at line 196)
     [java]     [javac]         private List 
getAllContainersExcludingProjects(Collection openedProjects) {
     [java]     [javac]                 ^^^^
     [java]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 667. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/WorkspaceResourceChangeListener.java>
 (at line 196)
     [java]     [javac]         private List 
getAllContainersExcludingProjects(Collection openedProjects) {
     [java]     [javac]                                                        
^^^^^^^^^^
     [java]     [javac] Collection is a raw type. References to generic type 
Collection<E> should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 668. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/WorkspaceResourceChangeListener.java>
 (at line 197)
     [java]     [javac]         List/* <IvyClasspathContainer> */allContainers 
= new ArrayList();
     [java]     [javac]         ^^^^
     [java]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 669. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/WorkspaceResourceChangeListener.java>
 (at line 197)
     [java]     [javac]         List/* <IvyClasspathContainer> */allContainers 
= new ArrayList();
     [java]     [javac]                                                         
     ^^^^^^^^^
     [java]     [javac] ArrayList is a raw type. References to generic type 
ArrayList<E> should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 670. WARNING in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/WorkspaceResourceChangeListener.java>
 (at line 211)
     [java]     [javac]         
allContainers.addAll(IvyClasspathContainerHelper.getContainers(projects[i]));
     [java]     [javac]         
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Type safety: The method addAll(Collection) belongs to 
the raw type List. References to generic type List<E> should be parameterized
     [java]     [javac] ----------
     [java]     [javac] 670 problems (2 errors, 668 warnings)
     [java]     [javac] Compilation failed. Compiler errors are available in 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/temp.folder/ivyde-eclipse.jar.bin.log>
     [java] 
     [java] BUILD FAILED
     [java] 
<https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse-SDK-3.7.1-win32/plugins/org.eclipse.pde.build_3.7.0.v20110512-1320/scripts/build.xml>:36:
 The following error occurred while executing this line:
     [java] 
<https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse-SDK-3.7.1-win32/plugins/org.eclipse.pde.build_3.7.0.v20110512-1320/scripts/build.xml>:105:
 The following error occurred while executing this line:
     [java] 
<https://builds.apache.org/job/IvyDE/ws/builder/component/customTargets.xml>:28:
 The following error occurred while executing this line:
     [java] 
<https://builds.apache.org/job/IvyDE/ws/builder/component/allElements.xml>:30: 
The following error occurred while executing this line:
     [java] 
<https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse-SDK-3.7.1-win32/plugins/org.eclipse.pde.build_3.7.0.v20110512-1320/scripts/genericTargets.xml>:118:
 The following error occurred while executing this line:
     [java] 
<https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse-SDK-3.7.1-win32/plugins/org.eclipse.pde.build_3.7.0.v20110512-1320/scripts/genericTargets.xml>:123:
 The following error occurred while executing this line:
     [java] 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/features/org.apache.ivyde.feature/build.xml>:30:
 The following error occurred while executing this line:
     [java] 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/features/org.apache.ivyde.feature/build.xml>:14:
 The following error occurred while executing this line:
     [java] 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/build.xml>:271:
 The following error occurred while executing this line:
     [java] 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/build.xml>:229:
 Compile failed; see the compiler error output for details.
     [java] 
     [java] Total time: 8 seconds
     [java] An error has occurred. See the log file
     [java] /home/jenkins/workspace/.metadata/.log.

BUILD FAILED
<https://builds.apache.org/job/IvyDE/ws/build.xml>:144: Java returned: 13

Total time: 24 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts

Reply via email to