See <https://builds.apache.org/job/IvyDE/335/display/redirect?page=changes>

Changes:

[gintas] foreach loops that need no generics, more final fields; other code

------------------------------------------
[...truncated 414.32 KB...]
[pde-build]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [javac] 620. 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)
[pde-build]     [javac]         List list = ((List) table.getInput());
[pde-build]     [javac]         ^^^^
[pde-build]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [javac] 621. 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)
[pde-build]     [javac]         List list = ((List) table.getInput());
[pde-build]     [javac]                       ^^^^
[pde-build]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [javac] 622. 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)
[pde-build]     [javac]         list.set(list.indexOf(setup), 
editDialog.getStandaloneRetrieveSetup());
[pde-build]     [javac]         
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[pde-build]     [javac] Type safety: The method set(int, Object) belongs to the 
raw type List. References to generic type List<E> should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [javac] 623. 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)
[pde-build]     [javac]         List/* <StandaloneRetrieveSetup> 
*/retrieveSetups = (List) table.getInput();
[pde-build]     [javac]         ^^^^
[pde-build]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [javac] 624. 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)
[pde-build]     [javac]         List/* <StandaloneRetrieveSetup> 
*/retrieveSetups = (List) table.getInput();
[pde-build]     [javac]                                                         
     ^^^^
[pde-build]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [javac] ----------
[pde-build]     [javac] 625. 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)
[pde-build]     [javac]         public static final Set/*<String>*/ ALL = new 
HashSet();
[pde-build]     [javac]                             ^^^
[pde-build]     [javac] Set is a raw type. References to generic type Set<E> 
should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [javac] 626. 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)
[pde-build]     [javac]         public static final Set/*<String>*/ ALL = new 
HashSet();
[pde-build]     [javac]                                                       
^^^^^^^
[pde-build]     [javac] HashSet is a raw type. References to generic type 
HashSet<E> should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [javac] 627. 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)
[pde-build]     [javac]         ALL.add(fields[i].get(null));
[pde-build]     [javac]         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[pde-build]     [javac] Type safety: The method add(Object) belongs to the raw 
type Set. References to generic type Set<E> should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [javac] ----------
[pde-build]     [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/PreferenceInitializer.java>
 (at line 120)
[pde-build]     [javac]         
DEFAULT_MAPPING_SETUP.setSourceTypes(IvyClasspathUtil.split(DEFAULT_SOURCES_TYPES));
[pde-build]     [javac]                                              
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[pde-build]     [javac] Type safety: The expression of type List needs 
unchecked conversion to conform to List<String>
[pde-build]     [javac] ----------
[pde-build]     [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/PreferenceInitializer.java>
 (at line 121)
[pde-build]     [javac]         
DEFAULT_MAPPING_SETUP.setJavadocTypes(IvyClasspathUtil.split(DEFAULT_JAVADOC_TYPES));
[pde-build]     [javac]                                               
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[pde-build]     [javac] Type safety: The expression of type List needs 
unchecked conversion to conform to List<String>
[pde-build]     [javac] ----------
[pde-build]     [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/PreferenceInitializer.java>
 (at line 122)
[pde-build]     [javac]         
DEFAULT_MAPPING_SETUP.setSourceSuffixes(IvyClasspathUtil.split(DEFAULT_SOURCES_SUFFIXES));
[pde-build]     [javac]                                                 
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[pde-build]     [javac] Type safety: The expression of type List needs 
unchecked conversion to conform to List<String>
[pde-build]     [javac] ----------
[pde-build]     [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/PreferenceInitializer.java>
 (at line 123)
[pde-build]     [javac]         
DEFAULT_MAPPING_SETUP.setJavadocSuffixes(IvyClasspathUtil.split(DEFAULT_JAVADOC_SUFFIXES));
[pde-build]     [javac]                                                  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[pde-build]     [javac] Type safety: The expression of type List needs 
unchecked conversion to conform to List<String>
[pde-build]     [javac] ----------
[pde-build]     [javac] ----------
[pde-build]     [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/workspaceresolver/IvyDEStrategy.java>
 (at line 34)
[pde-build]     [javac]         final class MridComparator implements 
Comparator {
[pde-build]     [javac]                                               ^^^^^^^^^^
[pde-build]     [javac] Comparator is a raw type. References to generic type 
Comparator<T> should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [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/workspaceresolver/IvyDEStrategy.java>
 (at line 92)
[pde-build]     [javac]         final class ArtifactInfoComparator implements 
Comparator {
[pde-build]     [javac]                                                       
^^^^^^^^^^
[pde-build]     [javac] Comparator is a raw type. References to generic type 
Comparator<T> should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [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/workspaceresolver/IvyDEStrategy.java>
 (at line 109)
[pde-build]     [javac]         int c = vmatcher.compare(mrid1, mrid2, 
mridComparator);
[pde-build]     [javac]                                                
^^^^^^^^^^^^^^
[pde-build]     [javac] Type safety: The expression of type Comparator needs 
unchecked conversion to conform to Comparator<ModuleRevisionId>
[pde-build]     [javac] ----------
[pde-build]     [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/workspaceresolver/IvyDEStrategy.java>
 (at line 112)
[pde-build]     [javac]         int c = vmatcher.compare(mrid2, mrid1, 
mridComparator);
[pde-build]     [javac]                                                
^^^^^^^^^^^^^^
[pde-build]     [javac] Type safety: The expression of type Comparator needs 
unchecked conversion to conform to Comparator<ModuleRevisionId>
[pde-build]     [javac] ----------
[pde-build]     [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/workspaceresolver/IvyDEStrategy.java>
 (at line 116)
[pde-build]     [javac]         return mridComparator.compare(mrid1, mrid2);
[pde-build]     [javac]                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[pde-build]     [javac] Type safety: The method compare(Object, Object) belongs 
to the raw type Comparator. References to generic type Comparator<T> should be 
parameterized
[pde-build]     [javac] ----------
[pde-build]     [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/workspaceresolver/IvyDEStrategy.java>
 (at line 120)
[pde-build]     [javac]         private final Comparator mridComparator = new 
MridComparator();
[pde-build]     [javac]                       ^^^^^^^^^^
[pde-build]     [javac] Comparator is a raw type. References to generic type 
Comparator<T> should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [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/workspaceresolver/IvyDEStrategy.java>
 (at line 122)
[pde-build]     [javac]         private final Comparator artifactInfoComparator 
= new ArtifactInfoComparator();
[pde-build]     [javac]                       ^^^^^^^^^^
[pde-build]     [javac] Comparator is a raw type. References to generic type 
Comparator<T> should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [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/workspaceresolver/IvyDEStrategy.java>
 (at line 125)
[pde-build]     [javac]         setComparator(artifactInfoComparator);
[pde-build]     [javac]                       ^^^^^^^^^^^^^^^^^^^^^^
[pde-build]     [javac] Type safety: The expression of type Comparator needs 
unchecked conversion to conform to Comparator<ArtifactInfo>
[pde-build]     [javac] ----------
[pde-build]     [javac] ----------
[pde-build]     [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/workspaceresolver/WorkspaceResolver.java>
 (at line 140)
[pde-build]     [javac]         @SuppressWarnings("unchecked")
[pde-build]     [javac]                           ^^^^^^^^^^^
[pde-build]     [javac] Unnecessary @SuppressWarnings("unchecked")
[pde-build]     [javac] ----------
[pde-build]     [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/workspaceresolver/WorkspaceResolver.java>
 (at line 314)
[pde-build]     [javac]         @SuppressWarnings("unchecked")
[pde-build]     [javac]                           ^^^^^^^^^^^
[pde-build]     [javac] Unnecessary @SuppressWarnings("unchecked")
[pde-build]     [javac] ----------
[pde-build]     [javac] ----------
[pde-build]     [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/workspaceresolver/WorkspaceResourceChangeListener.java>
 (at line 30)
[pde-build]     [javac]         import org.eclipse.core.resources.IFile;
[pde-build]     [javac]                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[pde-build]     [javac] The import org.eclipse.core.resources.IFile is never 
used
[pde-build]     [javac] ----------
[pde-build]     [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/workspaceresolver/WorkspaceResourceChangeListener.java>
 (at line 31)
[pde-build]     [javac]         import org.eclipse.core.resources.IFolder;
[pde-build]     [javac]                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[pde-build]     [javac] The import org.eclipse.core.resources.IFolder is never 
used
[pde-build]     [javac] ----------
[pde-build]     [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/workspaceresolver/WorkspaceResourceChangeListener.java>
 (at line 95)
[pde-build]     [javac]         List containers = 
IvyClasspathContainerHelper.getContainers(project);
[pde-build]     [javac]         ^^^^
[pde-build]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [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/WorkspaceResourceChangeListener.java>
 (at line 103)
[pde-build]     [javac]         List affectedContainers = 
getAffectedContainers(project.getFullPath());
[pde-build]     [javac]         ^^^^
[pde-build]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [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/WorkspaceResourceChangeListener.java>
 (at line 105)
[pde-build]     [javac]         Iterator it = affectedContainers.iterator();
[pde-build]     [javac]         ^^^^^^^^
[pde-build]     [javac] Iterator is a raw type. References to generic type 
Iterator<E> should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [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/WorkspaceResourceChangeListener.java>
 (at line 120)
[pde-build]     [javac]         final Collection projects = new LinkedHashSet();
[pde-build]     [javac]               ^^^^^^^^^^
[pde-build]     [javac] Collection is a raw type. References to generic type 
Collection<E> should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [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/WorkspaceResourceChangeListener.java>
 (at line 120)
[pde-build]     [javac]         final Collection projects = new LinkedHashSet();
[pde-build]     [javac]                                         ^^^^^^^^^^^^^
[pde-build]     [javac] LinkedHashSet is a raw type. References to generic type 
LinkedHashSet<E> should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [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/WorkspaceResourceChangeListener.java>
 (at line 132)
[pde-build]     [javac]         projects.add(resource);
[pde-build]     [javac]         ^^^^^^^^^^^^^^^^^^^^^^
[pde-build]     [javac] Type safety: The method add(Object) belongs to the raw 
type Collection. References to generic type Collection<E> should be 
parameterized
[pde-build]     [javac] ----------
[pde-build]     [javac] 650. 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 142)
[pde-build]     [javac]         List allContainers = 
getAllContainersExcludingProjects(projects);
[pde-build]     [javac]         ^^^^
[pde-build]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [javac] 651. 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 144)
[pde-build]     [javac]         Iterator it = allContainers.iterator();
[pde-build]     [javac]         ^^^^^^^^
[pde-build]     [javac] Iterator is a raw type. References to generic type 
Iterator<E> should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [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 157)
[pde-build]     [javac]         private List getAffectedContainers(IPath 
projectPath) {
[pde-build]     [javac]                 ^^^^
[pde-build]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [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 158)
[pde-build]     [javac]         List/* <IvyClasspathContainer> */allContainers 
= new ArrayList();
[pde-build]     [javac]         ^^^^
[pde-build]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [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 158)
[pde-build]     [javac]         List/* <IvyClasspathContainer> */allContainers 
= new ArrayList();
[pde-build]     [javac]                                                         
     ^^^^^^^^^
[pde-build]     [javac] ArrayList is a raw type. References to generic type 
ArrayList<E> should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [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 172)
[pde-build]     [javac]         List/* <IvyClasspathContainer> */containers = 
IvyClasspathContainerHelper
[pde-build]     [javac]         ^^^^
[pde-build]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [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 174)
[pde-build]     [javac]         Iterator/* <IvyClasspathContainer> 
*/itContainer = containers.iterator();
[pde-build]     [javac]         ^^^^^^^^
[pde-build]     [javac] Iterator is a raw type. References to generic type 
Iterator<E> should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [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 185)
[pde-build]     [javac]         allContainers.add(ivycp);
[pde-build]     [javac]         ^^^^^^^^^^^^^^^^^^^^^^^^
[pde-build]     [javac] Type safety: The method add(Object) belongs to the raw 
type List. References to generic type List<E> should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [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 194)
[pde-build]     [javac]         private List 
getAllContainersExcludingProjects(Collection openedProjects) {
[pde-build] 
[pde-build] BUILD FAILED
[pde-build]     [javac]                 
^^^^<https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse-SDK-4.3.2-win32/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/build.xml>:36:
 The following error occurred while executing this line:
[pde-build]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
[pde-build] 
[pde-build]     [javac] ----------
[pde-build] 
<https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse-SDK-4.3.2-win32/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/build.xml>:105:
 The following error occurred while executing this line:
[pde-build] 
<https://builds.apache.org/job/IvyDE/ws/builder/component/customTargets.xml>:28:
 The following error occurred while executing this line:
[pde-build]     [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 
194)<https://builds.apache.org/job/IvyDE/ws/builder/component/allElements.xml>:30:
 The following error occurred while executing this line:
[pde-build] 
[pde-build]     [javac]         private List 
getAllContainersExcludingProjects(Collection openedProjects) 
{<https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse-SDK-4.3.2-win32/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/genericTargets.xml>:118:
 The following error occurred while executing this line:
[pde-build] 
[pde-build]     [javac]                                                        
^^^^^^^^^^
[pde-build]     [javac] Collection is a raw type. References to generic type 
Collection<E> should be 
parameterized<https://builds.apache.org/job/IvyDE/ws/dependencies/eclipse-SDK-4.3.2-win32/plugins/org.eclipse.pde.build_3.8.100.v20130514-1028/scripts/genericTargets.xml>:123:
 The following error occurred while executing this line:
[pde-build] 
[pde-build] 
<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:
[pde-build]     [javac] ----------
[pde-build] 
<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:
[pde-build]     [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 195)
[pde-build] 
<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/build.xml>:309:
 The following error occurred while executing this line:
[pde-build]     [javac]         List/* <IvyClasspathContainer> */allContainers 
= new ArrayList();
[pde-build]     [javac]         ^^^^
[pde-build]     [javac] List is a raw type. References to generic type List<E> 
should be parameterized
[pde-build]     [javac] 
----------<https://builds.apache.org/job/IvyDE/ws/work/eclipse/plugins/org.apache.ivyde.eclipse/build.xml>:267:
 Compile failed; see the compiler error output for details.
[pde-build] 
[pde-build] 
[pde-build] Total time: 8 seconds
[pde-build]     [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 195)
[pde-build]     [javac]         List/* <IvyClasspathContainer> */allContainers 
= new ArrayList();
[pde-build]     [javac]                                                         
     ^^^^^^^^^
[pde-build]     [javac] ArrayList is a raw type. References to generic type 
ArrayList<E> should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [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 209)
[pde-build]     [javac]         
allContainers.addAll(IvyClasspathContainerHelper.getContainers(project));
[pde-build]     [javac]         
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[pde-build]     [javac] Type safety: The method addAll(Collection) belongs to 
the raw type List. References to generic type List<E> should be parameterized
[pde-build]     [javac] ----------
[pde-build]     [javac] 662 problems (1 error, 661 warnings)
[pde-build]     [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>
[pde-build] An error has occurred. See the log file
[pde-build] /home/jenkins/workspace/.metadata/.log.

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

Total time: 35 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