errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
1. WARNING in /src/org/eclipse/swt/examples/layouts/LayoutView.java (at line 27) LayoutExample instance = null; Access restriction: The type LayoutExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar |
2. WARNING in /src/org/eclipse/swt/examples/layouts/LayoutView.java (at line 35) instance = new LayoutExample(frame); Access restriction: The constructor LayoutExample(Composite) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar |
3. WARNING in /src/org/eclipse/swt/examples/layouts/LayoutView.java (at line 35) instance = new LayoutExample(frame); Access restriction: The type LayoutExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar |
4. WARNING in /src/org/eclipse/swt/examples/layouts/LayoutView.java (at line 44) instance.setFocus(); Access restriction: The method setFocus() from the type LayoutExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar |
5. WARNING in /src/org/eclipse/swt/examples/layouts/LayoutView.java (at line 51) instance.dispose(); Access restriction: The method dispose() from the type LayoutExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar |
top | errors | others warnings | forbidden warnings |