Compiler log for org.eclipse.ui.cocoa_1.0.0.I20090525-2000 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 103

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

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 33)
import org.eclipse.swt.internal.C;
Discouraged access: The type C is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
2. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 34)
import org.eclipse.swt.internal.Callback;
Discouraged access: The type Callback is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
3. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 35)
import org.eclipse.swt.internal.cocoa.NSApplication;
Discouraged access: The type NSApplication is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
4. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 36)
import org.eclipse.swt.internal.cocoa.NSButton;
Discouraged access: The type NSButton is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
5. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 37)
import org.eclipse.swt.internal.cocoa.NSControl;
Discouraged access: The type NSControl is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
6. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 38)
import org.eclipse.swt.internal.cocoa.NSMenu;
Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
7. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 39)
import org.eclipse.swt.internal.cocoa.NSMenuItem;
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
8. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 40)
import org.eclipse.swt.internal.cocoa.NSString;
Discouraged access: The type NSString is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
9. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 41)
import org.eclipse.swt.internal.cocoa.NSToolbar;
Discouraged access: The type NSToolbar is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
10. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 42)
import org.eclipse.swt.internal.cocoa.NSWindow;
Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
11. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 43)
import org.eclipse.swt.internal.cocoa.OS;
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
12. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 54)
import org.eclipse.ui.internal.misc.StatusUtil;
Discouraged access: The type StatusUtil is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.ui.workbench/@dot
13. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 83)
static Callback proc3Args;
Discouraged access: The type Callback is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
14. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 89)
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 /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
15. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 89)
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 /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
16. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 89)
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 /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
17. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 89)
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 /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
18. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 93)
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 /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
19. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 93)
proc3Args = new Callback(clazz, "actionProc", 3); //$NON-NLS-1$
Discouraged access: The type Callback is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
20. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 95)
Method getAddress = Callback.class.getMethod("getAddress", new Class[0]);
Discouraged access: The type Callback is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
21. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 101)
Field field = OS.class.getField("class_NSObject");
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
22. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 102)
Object fieldObj = field.get(OS.class);
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
23. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 103)
object = invokeMethod(OS.class, "objc_allocateClassPair", new Object[] { fieldObj, "SWTCocoaEnhancerDelegate", wrapPointer(0) });
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
24. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 106)
invokeMethod(OS.class, "class_addIvar", new Object[] {
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
25. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 112)
OS.class,
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
26. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 114)
invokeMethod(OS.class, "class_addMethod", new Object[] {
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
27. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 119)
OS.class,
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
28. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 122)
invokeMethod(OS.class, "objc_registerClassPair",
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
29. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 203)
Class clazz = OS.class;
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
30. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 217)
delegate.alloc().init();
Discouraged access: The method alloc() from the type NSObject is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
31. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 217)
delegate.alloc().init();
Discouraged access: The method init() from the type NSObject is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
32. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 219)
Method method = OS.class.getMethod("NewGlobalRef", new Class[] { Object.class });
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
33. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 220)
Object object = method.invoke(OS.class, new Object[] {CocoaUIEnhancer.this});
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
34. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 231)
invokeMethod(OS.class, "object_setInstanceVariable",
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
35. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 243)
invokeMethod(OS.class, "DeleteGlobalRef", new Object[] {wrapPointer(delegateJniRef)});
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
36. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 253)
delegate.release();
Discouraged access: The method release() from the type NSObject is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
37. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 276)
StatusUtil.handleStatus(e, StatusManager.LOG);
Discouraged access: The type StatusUtil is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.ui.workbench/@dot
38. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 276)
StatusUtil.handleStatus(e, StatusManager.LOG);
Discouraged access: The method handleStatus(Throwable, int) from the type StatusUtil is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.ui.workbench/@dot
39. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 327)
NSToolbar dummyBar = new NSToolbar();
Discouraged access: The type NSToolbar is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
40. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 327)
NSToolbar dummyBar = new NSToolbar();
Discouraged access: The constructor NSToolbar() is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
41. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 327)
NSToolbar dummyBar = new NSToolbar();
Discouraged access: The type NSToolbar is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
42. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 328)
dummyBar.alloc();
Discouraged access: The method alloc() from the type NSObject is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
43. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 329)
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 /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
44. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 329)
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 /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
45. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 329)
dummyBar.initWithIdentifier(NSString.stringWith("SWTToolbar")); //$NON-NLS-1$
Discouraged access: The type NSString is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
46. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 330)
dummyBar.setVisible(false);
Discouraged access: The method setVisible(boolean) from the type NSToolbar is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
47. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 333)
NSWindow nsWindow = shell.view.window();
Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
48. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 333)
NSWindow nsWindow = shell.view.window();
Discouraged access: The method window() from the type NSView is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
49. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 334)
nsWindow.setToolbar(dummyBar);
Discouraged access: The method setToolbar(NSToolbar) from the type NSWindow is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
50. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 335)
dummyBar.release();
Discouraged access: The method release() from the type NSObject is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
51. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 336)
nsWindow.setShowsToolbarButton(true);
Discouraged access: The method setShowsToolbarButton(boolean) from the type NSWindow is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
52. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 341)
NSButton toolbarButton = (NSButton) invokeMethod(NSWindow.class, nsWindow, "standardWindowButton", new Object[] {fieldValue});
Discouraged access: The type NSButton is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
53. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 341)
NSButton toolbarButton = (NSButton) invokeMethod(NSWindow.class, nsWindow, "standardWindowButton", new Object[] {fieldValue});
Discouraged access: The type NSButton is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
54. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 341)
NSButton toolbarButton = (NSButton) invokeMethod(NSWindow.class, nsWindow, "standardWindowButton", new Object[] {fieldValue});
Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
55. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 343)
toolbarButton.setTarget(delegate);
Discouraged access: The method setTarget(id) from the type NSControl is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
56. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 344)
invokeMethod(NSControl.class, toolbarButton, "setAction",
Discouraged access: The type NSControl is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
57. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 358)
NSMenu mainMenu = NSApplication.sharedApplication().mainMenu();
Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
58. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 358)
NSMenu mainMenu = NSApplication.sharedApplication().mainMenu();
Discouraged access: The type NSApplication is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
59. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 358)
NSMenu mainMenu = NSApplication.sharedApplication().mainMenu();
Discouraged access: The method sharedApplication() from the type NSApplication is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
60. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 358)
NSMenu mainMenu = NSApplication.sharedApplication().mainMenu();
Discouraged access: The method mainMenu() from the type NSApplication is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
61. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 359)
NSMenuItem mainMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, mainMenu, "itemAtIndex", new Object[] {wrapPointer(0)});
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
62. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 359)
NSMenuItem mainMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, mainMenu, "itemAtIndex", new Object[] {wrapPointer(0)});
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
63. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 359)
NSMenuItem mainMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, mainMenu, "itemAtIndex", new Object[] {wrapPointer(0)});
Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
64. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 360)
NSMenu appMenu = mainMenuItem.submenu();
Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
65. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 360)
NSMenu appMenu = mainMenuItem.submenu();
Discouraged access: The method submenu() from the type NSMenuItem is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
66. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 363)
NSMenuItem aboutMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu, "itemAtIndex", new Object[] {wrapPointer(kAboutMenuItem)});
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
67. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 363)
NSMenuItem aboutMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu, "itemAtIndex", new Object[] {wrapPointer(kAboutMenuItem)});
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
68. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 363)
NSMenuItem aboutMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu, "itemAtIndex", new Object[] {wrapPointer(kAboutMenuItem)});
Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
69. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 364)
aboutMenuItem.setTitle(NSString.stringWith(fAboutActionName));
Discouraged access: The method setTitle(NSString) from the type NSMenuItem is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
70. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 364)
aboutMenuItem.setTitle(NSString.stringWith(fAboutActionName));
Discouraged access: The method stringWith(String) from the type NSString is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
71. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 364)
aboutMenuItem.setTitle(NSString.stringWith(fAboutActionName));
Discouraged access: The type NSString is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
72. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 368)
NSMenuItem hideMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu, "itemAtIndex", new Object[] {wrapPointer(kHideApplicationMenuItem)});
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
73. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 368)
NSMenuItem hideMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu, "itemAtIndex", new Object[] {wrapPointer(kHideApplicationMenuItem)});
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
74. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 368)
NSMenuItem hideMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu, "itemAtIndex", new Object[] {wrapPointer(kHideApplicationMenuItem)});
Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
75. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 369)
hideMenuItem.setTitle(NSString.stringWith(fHideActionName));
Discouraged access: The method setTitle(NSString) from the type NSMenuItem is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
76. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 369)
hideMenuItem.setTitle(NSString.stringWith(fHideActionName));
Discouraged access: The method stringWith(String) from the type NSString is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
77. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 369)
hideMenuItem.setTitle(NSString.stringWith(fHideActionName));
Discouraged access: The type NSString is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
78. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 374)
NSMenuItem quitMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu, "itemAtIndex", new Object[] {wrapPointer(kQuitMenuItem)});
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
79. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 374)
NSMenuItem quitMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu, "itemAtIndex", new Object[] {wrapPointer(kQuitMenuItem)});
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
80. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 374)
NSMenuItem quitMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu, "itemAtIndex", new Object[] {wrapPointer(kQuitMenuItem)});
Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
81. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 375)
quitMenuItem.setTitle(NSString.stringWith(fQuitActionName));
Discouraged access: The method setTitle(NSString) from the type NSMenuItem is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
82. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 375)
quitMenuItem.setTitle(NSString.stringWith(fQuitActionName));
Discouraged access: The method stringWith(String) from the type NSString is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
83. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 375)
quitMenuItem.setTitle(NSString.stringWith(fQuitActionName));
Discouraged access: The type NSString is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
84. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 379)
NSMenuItem prefMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu, "itemAtIndex", new Object[] {wrapPointer(kPreferencesMenuItem)});
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
85. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 379)
NSMenuItem prefMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu, "itemAtIndex", new Object[] {wrapPointer(kPreferencesMenuItem)});
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
86. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 379)
NSMenuItem prefMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu, "itemAtIndex", new Object[] {wrapPointer(kPreferencesMenuItem)});
Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
87. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 380)
prefMenuItem.setEnabled(true);
Discouraged access: The method setEnabled(boolean) from the type NSMenuItem is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
88. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 383)
NSMenuItem servicesMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu, "itemAtIndex", new Object[] {wrapPointer(kServicesMenuItem)});
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
89. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 383)
NSMenuItem servicesMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu, "itemAtIndex", new Object[] {wrapPointer(kServicesMenuItem)});
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
90. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 383)
NSMenuItem servicesMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu, "itemAtIndex", new Object[] {wrapPointer(kServicesMenuItem)});
Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
91. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 384)
servicesMenuItem.setEnabled(false);
Discouraged access: The method setEnabled(boolean) from the type NSMenuItem is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
92. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 387)
prefMenuItem.setTarget(delegate);
Discouraged access: The method setTarget(id) from the type NSMenuItem is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
93. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 388)
invokeMethod(NSMenuItem.class, prefMenuItem, "setAction", new Object[] {wrapPointer(sel_preferencesMenuItemSelected_)});
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
94. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 389)
aboutMenuItem.setTarget(delegate);
Discouraged access: The method setTarget(id) from the type NSMenuItem is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
95. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 390)
invokeMethod(NSMenuItem.class, aboutMenuItem, "setAction", new Object[] {wrapPointer(sel_aboutMenuItemSelected_)});
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
96. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 408)
NSMenu mainMenu = NSApplication.sharedApplication().mainMenu();
Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
97. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 408)
NSMenu mainMenu = NSApplication.sharedApplication().mainMenu();
Discouraged access: The type NSApplication is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
98. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 408)
NSMenu mainMenu = NSApplication.sharedApplication().mainMenu();
Discouraged access: The method sharedApplication() from the type NSApplication is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
99. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 408)
NSMenu mainMenu = NSApplication.sharedApplication().mainMenu();
Discouraged access: The method mainMenu() from the type NSApplication is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
100. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 409)
NSMenuItem mainMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, mainMenu, "itemAtIndex", new Object[] {wrapPointer(0)});
Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot

/src/org/eclipse/ui/internal/cocoa/SWTCocoaEnhancerDelegate.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/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 /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
2. WARNING in /src/org/eclipse/ui/internal/cocoa/SWTCocoaEnhancerDelegate.java
 (at line 19)
super();
Discouraged access: The constructor NSObject() is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
3. WARNING in /src/org/eclipse/ui/internal/cocoa/SWTCocoaEnhancerDelegate.java
 (at line 23)
super(id);
Discouraged access: The constructor NSObject(int) is not accessible due to restriction on classpath entry /builds/M200909170800/src/plugins/org.eclipse.swt.cocoa.macosx/@dot