# 10/25/06 9:27:11 AM EEST # 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/S-0.7RC1/src/eclipse/plugins/org.eclipse.mtj.psp/src/org/eclipse/mtj/extension/psp/impl/PersistentStoreProviderImpl.java (at line 61) Resource.Factory.Registry.INSTANCE.getExtensionToFactoryMap() .put(dataExtension, new XMIResourceFactoryImpl()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 2. WARNING in /home/shji/mtj-build/S-0.7RC1/src/eclipse/plugins/org.eclipse.mtj.psp/src/org/eclipse/mtj/extension/psp/impl/PersistentStoreProviderImpl.java (at line 71) res.getContents().add(it.next()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 3. WARNING in /home/shji/mtj-build/S-0.7RC1/src/eclipse/plugins/org.eclipse.mtj.psp/src/org/eclipse/mtj/extension/psp/impl/PersistentStoreProviderImpl.java (at line 74) res.getContents().add(data); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 4. WARNING in /home/shji/mtj-build/S-0.7RC1/src/eclipse/plugins/org.eclipse.mtj.psp/src/org/eclipse/mtj/extension/psp/impl/PersistentStoreProviderImpl.java (at line 98) Resource.Factory.Registry.INSTANCE.getExtensionToFactoryMap() .put(dataExtension, new XMIResourceFactoryImpl()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 4 problems (4 warnings)[3 .class files generated]