# 11/23/06 3:21:24 PM EET # Eclipse Java Compiler 0.658, 3.2.0 release candidate-1, Copyright IBM Corp 2000, 2006. All rights reserved. ---------- 1. WARNING in /home/shji/mtj-build/R-0.7/src/eclipse/plugins/org.eclipse.mtj.core.library/src/org/eclipse/mtj/core/library/MtjCoreLibraryPlugin.java (at line 76) List entryList = new BasicEList(); ^^^^^^^^^^^^^^^^ Type safety: The expression of type BasicEList needs unchecked conversion to conform to List ---------- 2. WARNING in /home/shji/mtj-build/R-0.7/src/eclipse/plugins/org.eclipse.mtj.core.library/src/org/eclipse/mtj/core/library/MtjCoreLibraryPlugin.java (at line 112) List list = new BasicEList(); ^^^^^^^^^^^^^^^^ Type safety: The expression of type BasicEList needs unchecked conversion to conform to List ---------- 3. WARNING in /home/shji/mtj-build/R-0.7/src/eclipse/plugins/org.eclipse.mtj.core.library/src/org/eclipse/mtj/core/library/MtjCoreLibraryPlugin.java (at line 177) list.add(lib); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- ---------- 4. WARNING in /home/shji/mtj-build/R-0.7/src/eclipse/plugins/org.eclipse.mtj.core.library/src/org/eclipse/mtj/core/library/config/LibrarySpecification.java (at line 41) private Map packageMap = new HashMap(); ^^^^^^^^^^^^^ Type safety: The expression of type HashMap needs unchecked conversion to conform to Map ---------- 4 problems (4 warnings)[2 .class files generated]