% cd /usr/ports/java/eclipse
% make install clean
...
   [javac]     items.add(res);
   [javac]     ^^^^^^^^^^^^^^
[javac] Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
   [javac] ----------
   [javac] ----------
[javac] 959. WARNING in /usr/ports/java/eclipse/work/plugins/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleWizard.java (at line 195)
   [javac]     activitiesToEnable.add(id);
   [javac]     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
   [javac] ----------
[javac] 960. WARNING in /usr/ports/java/eclipse/work/plugins/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleWizard.java (at line 197) [javac] HashSet set = new HashSet(workbenchActivitySupport.getActivityManager().getEnabledActivityIds()); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
   [javac] ----------
[javac] 961. WARNING in /usr/ports/java/eclipse/work/plugins/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/SampleWizard.java (at line 198)
   [javac]     set.addAll(activitiesToEnable);
   [javac]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Type safety: The method addAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized
   [javac] ----------
   [javac] 961 problems (961 warnings)

BUILD FAILED
/usr/ports/java/eclipse/work/build.xml:76: exec returned: 255

% uname -a
FreeBSD comp.fire 6.2-STABLE FreeBSD 6.2-STABLE #0: Wed Aug 8 16:59:06 MSD 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/COMP i386
_______________________________________________
freebsd-eclipse@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to