# 10/16/07 7:10:53 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn/src/org/eclipse/stp/bpmn/ActivityType.java (at line 893) 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/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn/src/org/eclipse/stp/bpmn/ActivityType.java (at line 902) 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/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn/src/org/eclipse/stp/bpmn/ActivityType.java (at line 912) 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/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn/src/org/eclipse/stp/bpmn/ActivityType.java (at line 922) public static final List VALUES_GATEWAYS = ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 4 problems (4 warnings)[50 .class files generated]