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/e4/ui/examples/css/rcp/MarkAsReadAction.java (at line 37) IWorkbenchPart part = window.getActivePage().getActivePart(); The local variable part is never read |
1. WARNING in /src/org/eclipse/e4/ui/examples/css/rcp/NavigationView.java (at line 55) private ArrayList children; ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
2. WARNING in /src/org/eclipse/e4/ui/examples/css/rcp/NavigationView.java (at line 58) children = new ArrayList(); ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized |
3. WARNING in /src/org/eclipse/e4/ui/examples/css/rcp/NavigationView.java (at line 61) children.add(child); Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized |
4. WARNING in /src/org/eclipse/e4/ui/examples/css/rcp/NavigationView.java (at line 69) return (TreeObject[]) children.toArray(new TreeObject[children.size()]); Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/e4/ui/examples/css/rcp/ApplicationWorkbenchAdvisor.java (at line 18) import org.eclipse.e4.ui.css.core.engine.CSSEngine; Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100718-2115/plugins/org.eclipse.e4.ui.css.core/@dot |
2. WARNING in /src/org/eclipse/e4/ui/examples/css/rcp/ApplicationWorkbenchAdvisor.java (at line 19) import org.eclipse.e4.ui.css.core.engine.CSSErrorHandler; Discouraged access: The type CSSErrorHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100718-2115/plugins/org.eclipse.e4.ui.css.core/@dot |
3. WARNING in /src/org/eclipse/e4/ui/examples/css/rcp/ApplicationWorkbenchAdvisor.java (at line 20) import org.eclipse.e4.ui.css.swt.engine.CSSSWTEngineImpl; Discouraged access: The type CSSSWTEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100718-2115/plugins/org.eclipse.e4.ui.css.swt/@dot |
4. WARNING in /src/org/eclipse/e4/ui/examples/css/rcp/ApplicationWorkbenchAdvisor.java (at line 36) public CSSEngine engine; Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100718-2115/plugins/org.eclipse.e4.ui.css.core/@dot |
5. WARNING in /src/org/eclipse/e4/ui/examples/css/rcp/ApplicationWorkbenchAdvisor.java (at line 56) private CSSEngine initializeStyling() { Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100718-2115/plugins/org.eclipse.e4.ui.css.core/@dot |
6. WARNING in /src/org/eclipse/e4/ui/examples/css/rcp/ApplicationWorkbenchAdvisor.java (at line 59) CSSEngine engine = new CSSSWTEngineImpl(display, true); Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100718-2115/plugins/org.eclipse.e4.ui.css.core/@dot |
7. WARNING in /src/org/eclipse/e4/ui/examples/css/rcp/ApplicationWorkbenchAdvisor.java (at line 59) CSSEngine engine = new CSSSWTEngineImpl(display, true); Discouraged access: The constructor CSSSWTEngineImpl(Display, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100718-2115/plugins/org.eclipse.e4.ui.css.swt/@dot |
8. WARNING in /src/org/eclipse/e4/ui/examples/css/rcp/ApplicationWorkbenchAdvisor.java (at line 59) CSSEngine engine = new CSSSWTEngineImpl(display, true); Discouraged access: The type CSSSWTEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100718-2115/plugins/org.eclipse.e4.ui.css.swt/@dot |
9. WARNING in /src/org/eclipse/e4/ui/examples/css/rcp/ApplicationWorkbenchAdvisor.java (at line 64) engine.setErrorHandler(new CSSErrorHandler() { public void error(Exception e) { e.printStackTrace(); } }); Discouraged access: The method setErrorHandler(CSSErrorHandler) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100718-2115/plugins/org.eclipse.e4.ui.css.core/@dot |
10. WARNING in /src/org/eclipse/e4/ui/examples/css/rcp/ApplicationWorkbenchAdvisor.java (at line 64) engine.setErrorHandler(new CSSErrorHandler() { Discouraged access: The type CSSErrorHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100718-2115/plugins/org.eclipse.e4.ui.css.core/@dot |
11. WARNING in /src/org/eclipse/e4/ui/examples/css/rcp/ApplicationWorkbenchAdvisor.java (at line 73) engine.parseStyleSheet(stream); Discouraged access: The method parseStyleSheet(InputStream) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100718-2115/plugins/org.eclipse.e4.ui.css.core/@dot |
1. WARNING in /src/org/eclipse/e4/ui/examples/css/rcp/NavigationView.java (at line 15) import org.eclipse.e4.ui.css.swt.CSSSWTConstants; Discouraged access: The type CSSSWTConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100718-2115/plugins/org.eclipse.e4.ui.css.swt/@dot |
2. WARNING in /src/org/eclipse/e4/ui/examples/css/rcp/NavigationView.java (at line 166) widget.setData(CSSSWTConstants.CSS_ID_KEY, name); Discouraged access: The type CSSSWTConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100718-2115/plugins/org.eclipse.e4.ui.css.swt/@dot |
3. WARNING in /src/org/eclipse/e4/ui/examples/css/rcp/NavigationView.java (at line 166) widget.setData(CSSSWTConstants.CSS_ID_KEY, name); Discouraged access: The field CSS_ID_KEY from the type CSSSWTConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100718-2115/plugins/org.eclipse.e4.ui.css.swt/@dot |
4. WARNING in /src/org/eclipse/e4/ui/examples/css/rcp/NavigationView.java (at line 169) ApplicationWorkbenchAdvisor.INSTANCE.engine.applyStyles(widget, true); Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100718-2115/plugins/org.eclipse.e4.ui.css.core/@dot |
1. WARNING in /src/org/eclipse/e4/ui/examples/css/rcp/View.java (at line 13) import org.eclipse.e4.ui.css.swt.CSSSWTConstants; Discouraged access: The type CSSSWTConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100718-2115/plugins/org.eclipse.e4.ui.css.swt/@dot |
2. WARNING in /src/org/eclipse/e4/ui/examples/css/rcp/View.java (at line 117) widget.setData(CSSSWTConstants.CSS_CLASS_NAME_KEY, name); Discouraged access: The type CSSSWTConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100718-2115/plugins/org.eclipse.e4.ui.css.swt/@dot |
3. WARNING in /src/org/eclipse/e4/ui/examples/css/rcp/View.java (at line 117) widget.setData(CSSSWTConstants.CSS_CLASS_NAME_KEY, name); Discouraged access: The field CSS_CLASS_NAME_KEY from the type CSSSWTConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100718-2115/plugins/org.eclipse.e4.ui.css.swt/@dot |
4. WARNING in /src/org/eclipse/e4/ui/examples/css/rcp/View.java (at line 120) ApplicationWorkbenchAdvisor.INSTANCE.engine.applyStyles(widget, true); Discouraged access: The method applyStyles(Object, boolean) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100718-2115/plugins/org.eclipse.e4.ui.css.core/@dot |