Compiler log for org.eclipse.swt.examples.paint_3.1.100.v3448f : paint.jar.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 36

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/paint/PaintView.java : 36 warnings :

FORBIDDEN ACCESS WARNINGS
1. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 28)
PaintExample instance = null;
Access restriction: The type PaintExample 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/paint/PaintView.java
 (at line 42)
instance = new PaintExample(parent);
Access restriction: The constructor PaintExample(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/paint/PaintView.java
 (at line 42)
instance = new PaintExample(parent);
Access restriction: The type PaintExample 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/paint/PaintView.java
 (at line 43)
instance.createGUI(parent);
Access restriction: The method createGUI(Composite) from the type PaintExample 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/paint/PaintView.java
 (at line 48)
Tool tools[] = PaintExample.tools;
Access restriction: The type Tool is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
6. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 48)
Tool tools[] = PaintExample.tools;
Access restriction: The type PaintExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
7. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 48)
Tool tools[] = PaintExample.tools;
Access restriction: The field tools from the type PaintExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
8. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 49)
String group = tools[0].group;
Access restriction: The field group from the type Tool is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
9. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 52)
Tool tool = tools[i];
Access restriction: The type Tool is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
10. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 53)
if (!tool.group.equals(group)) {
Access restriction: The field group from the type Tool is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
11. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 55)
toolbarManager.add(new GroupMarker(tool.group));
Access restriction: The field group from the type Tool is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
12. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 57)
group = tool.group;
Access restriction: The field group from the type Tool is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
13. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 60)
if (i == PaintExample.Default_tool || i == PaintExample.Default_fill || i == PaintExample.Default_linestyle) {
Access restriction: The type PaintExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
14. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 60)
if (i == PaintExample.Default_tool || i == PaintExample.Default_fill || i == PaintExample.Default_linestyle) {
Access restriction: The field Default_tool from the type PaintExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
15. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 60)
if (i == PaintExample.Default_tool || i == PaintExample.Default_fill || i == PaintExample.Default_linestyle) {
Access restriction: The type PaintExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
16. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 60)
if (i == PaintExample.Default_tool || i == PaintExample.Default_fill || i == PaintExample.Default_linestyle) {
Access restriction: The field Default_fill from the type PaintExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
17. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 60)
if (i == PaintExample.Default_tool || i == PaintExample.Default_fill || i == PaintExample.Default_linestyle) {
Access restriction: The type PaintExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
18. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 60)
if (i == PaintExample.Default_tool || i == PaintExample.Default_fill || i == PaintExample.Default_linestyle) {
Access restriction: The field Default_linestyle from the type PaintExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
19. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 66)
instance.setDefaults();
Access restriction: The method setDefaults() from the type PaintExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
20. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 73)
instance.dispose();
Access restriction: The method dispose() from the type PaintExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
21. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 84)
return instance.getDisplay();
Access restriction: The method getDisplay() from the type PaintExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
22. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 93)
instance.setFocus();
Access restriction: The method setFocus() from the type PaintExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
23. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 102)
public PaintAction(Tool tool) {
Access restriction: The type Tool is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
24. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 104)
String id = tool.group + '.' + tool.name;
Access restriction: The field group from the type Tool is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
25. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 104)
String id = tool.group + '.' + tool.name;
Access restriction: The field name from the type Tool is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
26. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 106)
style = tool.type == SWT.RADIO ? IAction.AS_RADIO_BUTTON : IAction.AS_PUSH_BUTTON;
Access restriction: The field type from the type Tool is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
27. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 107)
action = tool.action;
Access restriction: The field action from the type Tool is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
28. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 108)
setText(PaintExample.getResourceString(id + ".label"));
Access restriction: The type PaintExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
29. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 108)
setText(PaintExample.getResourceString(id + ".label"));
Access restriction: The method getResourceString(String) from the type PaintExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
30. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 109)
setToolTipText(PaintExample.getResourceString(id + ".tooltip"));
Access restriction: The type PaintExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
31. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 109)
setToolTipText(PaintExample.getResourceString(id + ".tooltip"));
Access restriction: The method getResourceString(String) from the type PaintExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
32. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 110)
setDescription(PaintExample.getResourceString(id + ".description"));
Access restriction: The type PaintExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
33. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 110)
setDescription(PaintExample.getResourceString(id + ".description"));
Access restriction: The method getResourceString(String) from the type PaintExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
34. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 112)
PaintExample.class,
Access restriction: The type PaintExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
35. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 113)
PaintExample.getResourceString(id + ".image")));
Access restriction: The type PaintExample is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.swt.examples/swtexamples.jar
36. WARNING in /src/org/eclipse/swt/examples/paint/PaintView.java
 (at line 113)
PaintExample.getResourceString(id + ".image")));
Access restriction: The method getResourceString(String) from the type PaintExample 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