Compiler log for org.eclipse.swt.examples.layouts_3.1.100.v3448f : layouts.jar.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 5

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

/src/org/eclipse/swt/examples/layouts/LayoutView.java : 5 warnings :

FORBIDDEN ACCESS 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

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings