# 1/9/08 4:40:14 AM EST # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn/src/org/eclipse/stp/bpmn/ActivityType.java (at line 894) public static final List VALUES_EVENTS = Collections.unmodifiableList(Arrays.asList(VALUES_EVENTS_ARRAY)); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 2. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn/src/org/eclipse/stp/bpmn/ActivityType.java (at line 903) public static final List VALUES_EVENTS_INTERMEDIATE = ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 3. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn/src/org/eclipse/stp/bpmn/ActivityType.java (at line 913) public static final List VALUES_EVENTS_START = ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 4. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn/src/org/eclipse/stp/bpmn/ActivityType.java (at line 923) public static final List VALUES_GATEWAYS = ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 4 problems (4 warnings)[51 .class files generated]