# 11/23/06 3:21:28 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.extension.devide.jadeditor/src/org/eclipse/mtj/extension/devide/jadeditor/JADEditor.java (at line 27) import org.eclipse.ui.part.EditorPart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.part.EditorPart is never used ---------- ---------- 2. WARNING in /home/shji/mtj-build/R-0.7/src/eclipse/plugins/org.eclipse.mtj.extension.devide.jadeditor/src/org/eclipse/mtj/extension/devide/jadeditor/JADMidletsEditorPage.java (at line 130) tokens.add(string.substring(offset)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 3. WARNING in /home/shji/mtj-build/R-0.7/src/eclipse/plugins/org.eclipse.mtj.extension.devide.jadeditor/src/org/eclipse/mtj/extension/devide/jadeditor/JADMidletsEditorPage.java (at line 132) tokens.add(string.substring(offset, delimiterIndex)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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.extension.devide.jadeditor/src/org/eclipse/mtj/extension/devide/jadeditor/JADMidletsEditorPage.java (at line 137) return (String[]) tokens.toArray(new String[tokens.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 5. WARNING in /home/shji/mtj-build/R-0.7/src/eclipse/plugins/org.eclipse.mtj.extension.devide.jadeditor/src/org/eclipse/mtj/extension/devide/jadeditor/JADMidletsEditorPage.java (at line 370) return (Object[]) midlets.toArray(new Object[midlets.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 6. WARNING in /home/shji/mtj-build/R-0.7/src/eclipse/plugins/org.eclipse.mtj.extension.devide.jadeditor/src/org/eclipse/mtj/extension/devide/jadeditor/JADMidletsEditorPage.java (at line 536) midlets.add(midletDefinition); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 7. WARNING in /home/shji/mtj-build/R-0.7/src/eclipse/plugins/org.eclipse.mtj.extension.devide.jadeditor/src/org/eclipse/mtj/extension/devide/jadeditor/JADMidletsEditorPage.java (at line 695) midlets.add(new MidletDefinition(propValue)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- ---------- 8. WARNING in /home/shji/mtj-build/R-0.7/src/eclipse/plugins/org.eclipse.mtj.extension.devide.jadeditor/src/org/eclipse/mtj/extension/devide/jadeditor/JADPropertiesEditorPage.java (at line 10) import org.eclipse.jdt.internal.debug.ui.launcher.ComboFieldEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ComboFieldEditor is not accessible due to restriction on classpath entry /home/shji/mtj-build/R-0.7/src/eclipse/plugins/org.eclipse.jdt.debug.ui.jar ---------- 9. WARNING in /home/shji/mtj-build/R-0.7/src/eclipse/plugins/org.eclipse.mtj.extension.devide.jadeditor/src/org/eclipse/mtj/extension/devide/jadeditor/JADPropertiesEditorPage.java (at line 154) ComboFieldEditor editor = new ComboFieldEditor( ^^^^^^^^^^^^^^^^ Discouraged access: The type ComboFieldEditor is not accessible due to restriction on classpath entry /home/shji/mtj-build/R-0.7/src/eclipse/plugins/org.eclipse.jdt.debug.ui.jar ---------- 10. WARNING in /home/shji/mtj-build/R-0.7/src/eclipse/plugins/org.eclipse.mtj.extension.devide.jadeditor/src/org/eclipse/mtj/extension/devide/jadeditor/JADPropertiesEditorPage.java (at line 154) ComboFieldEditor editor = new ComboFieldEditor( listDescription.getPropertyName(), listDescription.getDisplayName(), listDescription.getNamesAndValues(), composite); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ComboFieldEditor(String, String, String[][], Composite) is not accessible due to restriction on classpath entry /home/shji/mtj-build/R-0.7/src/eclipse/plugins/org.eclipse.jdt.debug.ui.jar ---------- 11. WARNING in /home/shji/mtj-build/R-0.7/src/eclipse/plugins/org.eclipse.mtj.extension.devide.jadeditor/src/org/eclipse/mtj/extension/devide/jadeditor/JADPropertiesEditorPage.java (at line 154) ComboFieldEditor editor = new ComboFieldEditor( ^^^^^^^^^^^^^^^^ Discouraged access: The type ComboFieldEditor is not accessible due to restriction on classpath entry /home/shji/mtj-build/R-0.7/src/eclipse/plugins/org.eclipse.jdt.debug.ui.jar ---------- 12. WARNING in /home/shji/mtj-build/R-0.7/src/eclipse/plugins/org.eclipse.mtj.extension.devide.jadeditor/src/org/eclipse/mtj/extension/devide/jadeditor/JADPropertiesEditorPage.java (at line 160) toolkit.adapt(editor.getComboBoxControl(composite), true, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getComboBoxControl(Composite) from the type ComboFieldEditor is not accessible due to restriction on classpath entry /home/shji/mtj-build/R-0.7/src/eclipse/plugins/org.eclipse.jdt.debug.ui.jar ---------- ---------- 13. WARNING in /home/shji/mtj-build/R-0.7/src/eclipse/plugins/org.eclipse.mtj.extension.devide.jadeditor/src/org/eclipse/mtj/extension/devide/jadeditor/JADUserDefinedPropertiesEditorPage.java (at line 171) return (Object[]) userDefinedProperties.toArray( new Object[userDefinedProperties.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 14. WARNING in /home/shji/mtj-build/R-0.7/src/eclipse/plugins/org.eclipse.mtj.extension.devide.jadeditor/src/org/eclipse/mtj/extension/devide/jadeditor/JADUserDefinedPropertiesEditorPage.java (at line 304) userDefinedProperties.add(keyValuePair); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 15. WARNING in /home/shji/mtj-build/R-0.7/src/eclipse/plugins/org.eclipse.mtj.extension.devide.jadeditor/src/org/eclipse/mtj/extension/devide/jadeditor/JADUserDefinedPropertiesEditorPage.java (at line 444) userDefinedProperties.add(new KeyValuePair( propName, store.getString(propName))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 15 problems (15 warnings)[29 .class files generated]