errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
1. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/ActionScriptApplicationLaunchShortcut.java (at line 106) List list= new ArrayList(objects.length); List is a raw type. References to generic type List<E> should be parameterized |
2. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/ActionScriptApplicationLaunchShortcut.java (at line 106) List list= new ArrayList(objects.length); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
3. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/ActionScriptApplicationLaunchShortcut.java (at line 119) list.add(element); Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized |
4. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/ActionScriptApplicationLaunchShortcut.java (at line 123) return (IJavaElement[]) list.toArray(new IJavaElement[list.size()]); Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List<E> should be parameterized |
1. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/ActionScriptNatureAction.java (at line 27) for (Iterator it = ((IStructuredSelection) selection).iterator(); it.hasNext();) { Iterator is a raw type. References to generic type Iterator<E> should be parameterized |
1. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/DeployMainPage.java (at line 26) import org.eclipse.swt.events.SelectionListener; The import org.eclipse.swt.events.SelectionListener is never used |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/ActionScriptApplicationLaunchShortcut.java (at line 66) org.eclipse.jdt.internal.ui.util.MainMethodSearchEngine engine = new org.eclipse.jdt.internal.ui.util.MainMethodSearchEngine(); Discouraged access: The type MainMethodSearchEngine is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar |
2. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/ActionScriptApplicationLaunchShortcut.java (at line 66) org.eclipse.jdt.internal.ui.util.MainMethodSearchEngine engine = new org.eclipse.jdt.internal.ui.util.MainMethodSearchEngine(); Discouraged access: The constructor MainMethodSearchEngine() is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar |
3. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/ActionScriptApplicationLaunchShortcut.java (at line 66) org.eclipse.jdt.internal.ui.util.MainMethodSearchEngine engine = new org.eclipse.jdt.internal.ui.util.MainMethodSearchEngine(); Discouraged access: The type MainMethodSearchEngine is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar |
4. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/ActionScriptApplicationLaunchShortcut.java (at line 70) return engine.searchMainMethods(context, scope, 0); Discouraged access: The method searchMainMethods(IRunnableContext, IJavaSearchScope, int) from the type MainMethodSearchEngine is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.ui_3.5.0.v20090604.jar |
1. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/DeployMainPage.java (at line 15) import org.eclipse.jdt.internal.debug.ui.JDIDebugUIPlugin; Discouraged access: The type JDIDebugUIPlugin is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.debug.ui_3.4.0.v20090527.jar |
2. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/DeployMainPage.java (at line 16) import org.eclipse.jdt.internal.debug.ui.launcher.DebugTypeSelectionDialog; Discouraged access: The type DebugTypeSelectionDialog is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.debug.ui_3.4.0.v20090527.jar |
3. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/DeployMainPage.java (at line 17) import org.eclipse.jdt.internal.debug.ui.launcher.MainMethodSearchEngine; Discouraged access: The type MainMethodSearchEngine is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.debug.ui_3.4.0.v20090527.jar |
4. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/DeployMainPage.java (at line 128) catch (JavaModelException e1) {JDIDebugUIPlugin.log(e1);} Discouraged access: The type JDIDebugUIPlugin is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.debug.ui_3.4.0.v20090527.jar |
5. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/DeployMainPage.java (at line 128) catch (JavaModelException e1) {JDIDebugUIPlugin.log(e1);} Discouraged access: The method log(Throwable) from the type JDIDebugUIPlugin is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.debug.ui_3.4.0.v20090527.jar |
6. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/DeployMainPage.java (at line 140) final MainMethodSearchEngine engine = new MainMethodSearchEngine(); Discouraged access: The type MainMethodSearchEngine is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.debug.ui_3.4.0.v20090527.jar |
7. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/DeployMainPage.java (at line 140) final MainMethodSearchEngine engine = new MainMethodSearchEngine(); Discouraged access: The constructor MainMethodSearchEngine() is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.debug.ui_3.4.0.v20090527.jar |
8. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/DeployMainPage.java (at line 140) final MainMethodSearchEngine engine = new MainMethodSearchEngine(); Discouraged access: The type MainMethodSearchEngine is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.debug.ui_3.4.0.v20090527.jar |
9. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/DeployMainPage.java (at line 141) types = engine.searchMainMethods(new NullProgressMonitor()/*getLaunchConfigurationDialog()*/, searchScope, false); Discouraged access: The method searchMainMethods(IProgressMonitor, IJavaSearchScope, boolean) from the type MainMethodSearchEngine is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.debug.ui_3.4.0.v20090527.jar |
10. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/DeployMainPage.java (at line 142) DebugTypeSelectionDialog mmsd = new DebugTypeSelectionDialog(getShell(), types, Messages.DeployMainPage_10); Discouraged access: The type DebugTypeSelectionDialog is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.debug.ui_3.4.0.v20090527.jar |
11. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/DeployMainPage.java (at line 142) DebugTypeSelectionDialog mmsd = new DebugTypeSelectionDialog(getShell(), types, Messages.DeployMainPage_10); Discouraged access: The constructor DebugTypeSelectionDialog(Shell, IType[], String) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.debug.ui_3.4.0.v20090527.jar |
12. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/DeployMainPage.java (at line 142) DebugTypeSelectionDialog mmsd = new DebugTypeSelectionDialog(getShell(), types, Messages.DeployMainPage_10); Discouraged access: The type DebugTypeSelectionDialog is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.debug.ui_3.4.0.v20090527.jar |
13. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/DeployMainPage.java (at line 164) catch (JavaModelException jme) {JDIDebugUIPlugin.log(jme);} Discouraged access: The type JDIDebugUIPlugin is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.debug.ui_3.4.0.v20090527.jar |
14. WARNING in /src/org/eclipse/swt/tools/actionscript/ui/DeployMainPage.java (at line 164) catch (JavaModelException jme) {JDIDebugUIPlugin.log(jme);} Discouraged access: The method log(Throwable) from the type JDIDebugUIPlugin is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.debug.ui_3.4.0.v20090527.jar |