| 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/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 116) Class clazz = CocoaUIHandler.class; Class is a raw type. References to generic type Class<T> should be parameterized |
| 2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 122) Object object = getAddress.invoke(proc3Args, null); The argument of type null should explicitly be cast to Object[] for the invocation of the varargs method invoke(Object, Object...) from type Method. It could alternatively be cast to Object for a varargs invocation |
| 3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 250) Class clazz = OS.class; Class is a raw type. References to generic type Class<T> should be parameterized |
| top | errors | others warnings | discouraged warnings |
| top | errors | others warnings | forbidden warnings |
| 1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 37) import org.eclipse.e4.core.services.statusreporter.StatusReporter; Discouraged access: The type StatusReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100812-1315/plugins/org.eclipse.e4.core.services/@dot |
| 2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 54) import org.eclipse.swt.internal.C; Discouraged access: The type C is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 55) import org.eclipse.swt.internal.Callback; Discouraged access: The type Callback is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 56) import org.eclipse.swt.internal.cocoa.NSApplication; Discouraged access: The type NSApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 57) import org.eclipse.swt.internal.cocoa.NSButton; Discouraged access: The type NSButton is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 58) import org.eclipse.swt.internal.cocoa.NSControl; Discouraged access: The type NSControl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 59) import org.eclipse.swt.internal.cocoa.NSMenu; Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 60) import org.eclipse.swt.internal.cocoa.NSMenuItem; Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 61) import org.eclipse.swt.internal.cocoa.NSString; Discouraged access: The type NSString is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 62) import org.eclipse.swt.internal.cocoa.NSToolbar; Discouraged access: The type NSToolbar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 63) import org.eclipse.swt.internal.cocoa.NSWindow; Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 64) import org.eclipse.swt.internal.cocoa.OS; Discouraged access: The type OS is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 104) static Callback proc3Args; Discouraged access: The type Callback is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 114) int size = C.PTR_SIZEOF, align = C.PTR_SIZEOF == 4 ? 2 : 3; Discouraged access: The type C is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 114) int size = C.PTR_SIZEOF, align = C.PTR_SIZEOF == 4 ? 2 : 3; Discouraged access: The field PTR_SIZEOF from the type C is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 114) int size = C.PTR_SIZEOF, align = C.PTR_SIZEOF == 4 ? 2 : 3; Discouraged access: The type C is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 17. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 114) int size = C.PTR_SIZEOF, align = C.PTR_SIZEOF == 4 ? 2 : 3; Discouraged access: The field PTR_SIZEOF from the type C is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 18. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 118) proc3Args = new Callback(clazz, "actionProc", 3); //$NON-NLS-1$ Discouraged access: The constructor Callback(Object, String, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 19. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 118) proc3Args = new Callback(clazz, "actionProc", 3); //$NON-NLS-1$ Discouraged access: The type Callback is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 20. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 120) Method getAddress = Callback.class Discouraged access: The type Callback is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 21. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 128) Field field = OS.class.getField("class_NSObject"); //$NON-NLS-1$ Discouraged access: The type OS is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 22. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 129) Object fieldObj = field.get(OS.class); Discouraged access: The type OS is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 23. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 131) OS.class, Discouraged access: The type OS is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 24. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 135) invokeMethod(OS.class, "class_addIvar", new Object[] { //$NON-NLS-1$ Discouraged access: The type OS is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 25. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 141) OS.class, Discouraged access: The type OS is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 26. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 143) invokeMethod(OS.class, "class_addMethod", new Object[] { //$NON-NLS-1$ Discouraged access: The type OS is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 27. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 148) OS.class, Discouraged access: The type OS is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 28. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 151) OS.class, Discouraged access: The type OS is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 29. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 154) invokeMethod(OS.class, "objc_registerClassPair", //$NON-NLS-1$ Discouraged access: The type OS is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 30. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 172) protected Provider<StatusReporter> statusReporter; Discouraged access: The type StatusReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100812-1315/plugins/org.eclipse.e4.core.services/@dot |
| 31. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 250) Class clazz = OS.class; Discouraged access: The type OS is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 32. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 263) delegate.alloc().init(); Discouraged access: The method init() from the type NSObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 33. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 263) delegate.alloc().init(); Discouraged access: The method alloc() from the type NSObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 34. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 265) Method method = OS.class.getMethod( Discouraged access: The type OS is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 35. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 267) Object object = method.invoke(OS.class, Discouraged access: The type OS is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 36. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 282) invokeMethod(OS.class, "object_setInstanceVariable", //$NON-NLS-1$ Discouraged access: The type OS is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 37. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 295) OS.class, Discouraged access: The type OS is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 38. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 307) delegate.release(); Discouraged access: The method release() from the type NSObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 39. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 330) statusReporter .get() .report(new Status(IStatus.WARNING, FRAGMENT_ID, "Exception occurred during CocoaUI processing", e), StatusReporter.LOG); //$NON-NLS-1$ Discouraged access: The method report(IStatus, int, Object[]) from the type StatusReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100812-1315/plugins/org.eclipse.e4.core.services/@dot |
| 40. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 333) "Exception occurred during CocoaUI processing", e), StatusReporter.LOG); //$NON-NLS-1$ Discouraged access: The type StatusReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100812-1315/plugins/org.eclipse.e4.core.services/@dot |
| 41. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 333) "Exception occurred during CocoaUI processing", e), StatusReporter.LOG); //$NON-NLS-1$ Discouraged access: The field LOG from the type StatusReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100812-1315/plugins/org.eclipse.e4.core.services/@dot |
| 42. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 410) NSToolbar dummyBar = new NSToolbar(); Discouraged access: The type NSToolbar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 43. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 410) NSToolbar dummyBar = new NSToolbar(); Discouraged access: The constructor NSToolbar() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 44. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 410) NSToolbar dummyBar = new NSToolbar(); Discouraged access: The type NSToolbar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 45. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 411) dummyBar.alloc(); Discouraged access: The method alloc() from the type NSObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 46. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 412) dummyBar.initWithIdentifier(NSString.stringWith("SWTToolbar")); //$NON-NLS-1$ Discouraged access: The method initWithIdentifier(NSString) from the type NSToolbar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 47. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 412) dummyBar.initWithIdentifier(NSString.stringWith("SWTToolbar")); //$NON-NLS-1$ Discouraged access: The type NSString is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 48. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 412) dummyBar.initWithIdentifier(NSString.stringWith("SWTToolbar")); //$NON-NLS-1$ Discouraged access: The method stringWith(String) from the type NSString is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 49. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 413) dummyBar.setVisible(false); Discouraged access: The method setVisible(boolean) from the type NSToolbar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 50. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 416) NSWindow nsWindow = shell.view.window(); Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 51. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 416) NSWindow nsWindow = shell.view.window(); Discouraged access: The method window() from the type NSView is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 52. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 417) nsWindow.setToolbar(dummyBar); Discouraged access: The method setToolbar(NSToolbar) from the type NSWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 53. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 418) dummyBar.release(); Discouraged access: The method release() from the type NSObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 54. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 419) nsWindow.setShowsToolbarButton(true); Discouraged access: The method setShowsToolbarButton(boolean) from the type NSWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 55. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 425) NSButton toolbarButton = (NSButton) invokeMethod( Discouraged access: The type NSButton is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 56. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 425) NSButton toolbarButton = (NSButton) invokeMethod( Discouraged access: The type NSButton is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 57. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 426) NSWindow.class, nsWindow, Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 58. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 429) toolbarButton.setTarget(delegate); Discouraged access: The method setTarget(id) from the type NSControl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 59. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 431) NSControl.class, Discouraged access: The type NSControl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 60. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 481) NSMenu mainMenu = NSApplication.sharedApplication().mainMenu(); Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 61. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 481) NSMenu mainMenu = NSApplication.sharedApplication().mainMenu(); Discouraged access: The method mainMenu() from the type NSApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 62. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 481) NSMenu mainMenu = NSApplication.sharedApplication().mainMenu(); Discouraged access: The method sharedApplication() from the type NSApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 63. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 481) NSMenu mainMenu = NSApplication.sharedApplication().mainMenu(); Discouraged access: The type NSApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 64. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 482) NSMenuItem mainMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 65. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 482) NSMenuItem mainMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 66. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 482) NSMenuItem mainMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 67. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 484) NSMenu appMenu = mainMenuItem.submenu(); Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 68. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 484) NSMenu appMenu = mainMenuItem.submenu(); Discouraged access: The method submenu() from the type NSMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 69. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 487) NSMenuItem aboutMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 70. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 487) NSMenuItem aboutMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 71. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 487) NSMenuItem aboutMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 72. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 490) aboutMenuItem.setTitle(NSString.stringWith(fAboutActionName)); Discouraged access: The method setTitle(NSString) from the type NSMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 73. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 490) aboutMenuItem.setTitle(NSString.stringWith(fAboutActionName)); Discouraged access: The method stringWith(String) from the type NSString is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 74. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 490) aboutMenuItem.setTitle(NSString.stringWith(fAboutActionName)); Discouraged access: The type NSString is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 75. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 494) NSMenuItem hideMenuItem = (NSMenuItem) invokeMethod( Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 76. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 494) NSMenuItem hideMenuItem = (NSMenuItem) invokeMethod( Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 77. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 495) NSMenu.class, Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 78. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 498) hideMenuItem.setTitle(NSString.stringWith(fHideActionName)); Discouraged access: The method setTitle(NSString) from the type NSMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 79. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 498) hideMenuItem.setTitle(NSString.stringWith(fHideActionName)); Discouraged access: The type NSString is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 80. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 498) hideMenuItem.setTitle(NSString.stringWith(fHideActionName)); Discouraged access: The method stringWith(String) from the type NSString is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 81. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 502) NSMenuItem quitMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 82. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 502) NSMenuItem quitMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 83. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 502) NSMenuItem quitMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 84. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 506) quitMenuItem.setTitle(NSString.stringWith(fQuitActionName)); Discouraged access: The method setTitle(NSString) from the type NSMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 85. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 506) quitMenuItem.setTitle(NSString.stringWith(fQuitActionName)); Discouraged access: The type NSString is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 86. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 506) quitMenuItem.setTitle(NSString.stringWith(fQuitActionName)); Discouraged access: The method stringWith(String) from the type NSString is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 87. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 510) NSMenuItem prefMenuItem = (NSMenuItem) invokeMethod( Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 88. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 510) NSMenuItem prefMenuItem = (NSMenuItem) invokeMethod( Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 89. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 511) NSMenu.class, Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 90. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 514) prefMenuItem.setEnabled(true); Discouraged access: The method setEnabled(boolean) from the type NSMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 91. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 517) NSMenuItem servicesMenuItem = (NSMenuItem) invokeMethod( Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 92. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 517) NSMenuItem servicesMenuItem = (NSMenuItem) invokeMethod( Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 93. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 518) NSMenu.class, Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 94. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 521) servicesMenuItem.setEnabled(false); Discouraged access: The method setEnabled(boolean) from the type NSMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 95. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 524) prefMenuItem.setTarget(delegate); Discouraged access: The method setTarget(id) from the type NSMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 96. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 526) NSMenuItem.class, Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 97. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 529) aboutMenuItem.setTarget(delegate); Discouraged access: The method setTarget(id) from the type NSMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java (at line 22) import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl; Discouraged access: The type CommandsFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100812-1315/plugins/org.eclipse.e4.ui.model.workbench/@dot |
| 2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java (at line 70) closeDialogCommand = CommandsFactoryImpl.eINSTANCE.createCommand(); Discouraged access: The type CommandsFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100812-1315/plugins/org.eclipse.e4.ui.model.workbench/@dot |
| 3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java (at line 70) closeDialogCommand = CommandsFactoryImpl.eINSTANCE.createCommand(); Discouraged access: The method createCommand() from the type CommandsFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100812-1315/plugins/org.eclipse.e4.ui.model.workbench/@dot |
| 4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java (at line 70) closeDialogCommand = CommandsFactoryImpl.eINSTANCE.createCommand(); Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100812-1315/plugins/org.eclipse.e4.ui.model.workbench/@dot |
| 5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java (at line 82) MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler(); Discouraged access: The type CommandsFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100812-1315/plugins/org.eclipse.e4.ui.model.workbench/@dot |
| 6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java (at line 82) MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler(); Discouraged access: The method createHandler() from the type CommandsFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100812-1315/plugins/org.eclipse.e4.ui.model.workbench/@dot |
| 7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java (at line 82) MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler(); Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100812-1315/plugins/org.eclipse.e4.ui.model.workbench/@dot |
| 8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java (at line 96) MKeyBinding kb = CommandsFactoryImpl.eINSTANCE.createKeyBinding(); Discouraged access: The type CommandsFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100812-1315/plugins/org.eclipse.e4.ui.model.workbench/@dot |
| 9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java (at line 96) MKeyBinding kb = CommandsFactoryImpl.eINSTANCE.createKeyBinding(); Discouraged access: The method createKeyBinding() from the type CommandsFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100812-1315/plugins/org.eclipse.e4.ui.model.workbench/@dot |
| 10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java (at line 96) MKeyBinding kb = CommandsFactoryImpl.eINSTANCE.createKeyBinding(); Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100812-1315/plugins/org.eclipse.e4.ui.model.workbench/@dot |
| 11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java (at line 115) MBindingTable bt = CommandsFactoryImpl.eINSTANCE.createBindingTable(); Discouraged access: The type CommandsFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100812-1315/plugins/org.eclipse.e4.ui.model.workbench/@dot |
| 12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java (at line 115) MBindingTable bt = CommandsFactoryImpl.eINSTANCE.createBindingTable(); Discouraged access: The method createBindingTable() from the type CommandsFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100812-1315/plugins/org.eclipse.e4.ui.model.workbench/@dot |
| 13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java (at line 115) MBindingTable bt = CommandsFactoryImpl.eINSTANCE.createBindingTable(); Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100812-1315/plugins/org.eclipse.e4.ui.model.workbench/@dot |
| 1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/SWTCocoaEnhancerDelegate.java (at line 16) public class SWTCocoaEnhancerDelegate extends NSObject { Discouraged access: The type NSObject is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/SWTCocoaEnhancerDelegate.java (at line 19) super(); Discouraged access: The constructor NSObject() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |
| 3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/SWTCocoaEnhancerDelegate.java (at line 23) super(id); Discouraged access: The constructor NSObject(int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.swt.cocoa.macosx_3.6.0.v3650b.jar |