Compiler log for org.eclipse.ui.cocoa_1.1.0.I20101109-0800 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 126

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/AbstractWindowHandler.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/cocoa/AbstractWindowHandler.java
 (at line 14)
import org.eclipse.swt.internal.cocoa.NSWindow;
Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
2. WARNING in /src/org/eclipse/ui/internal/cocoa/AbstractWindowHandler.java
 (at line 30)
NSWindow window = activeShell.view.window();
Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
3. WARNING in /src/org/eclipse/ui/internal/cocoa/AbstractWindowHandler.java
 (at line 30)
NSWindow window = activeShell.view.window();
Discouraged access: The method window() from the type NSView is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
4. WARNING in /src/org/eclipse/ui/internal/cocoa/AbstractWindowHandler.java
 (at line 32)
enabled = !window.isMiniaturized();
Discouraged access: The method isMiniaturized() from the type NSWindow is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot

/src/org/eclipse/ui/internal/cocoa/ArrangeWindowsHandler.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/cocoa/ArrangeWindowsHandler.java
 (at line 16)
import org.eclipse.swt.internal.cocoa.NSApplication;
Discouraged access: The type NSApplication is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
2. WARNING in /src/org/eclipse/ui/internal/cocoa/ArrangeWindowsHandler.java
 (at line 29)
NSApplication app = NSApplication.sharedApplication();
Discouraged access: The type NSApplication is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
3. WARNING in /src/org/eclipse/ui/internal/cocoa/ArrangeWindowsHandler.java
 (at line 29)
NSApplication app = NSApplication.sharedApplication();
Discouraged access: The type NSApplication is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
4. WARNING in /src/org/eclipse/ui/internal/cocoa/ArrangeWindowsHandler.java
 (at line 29)
NSApplication app = NSApplication.sharedApplication();
Discouraged access: The method sharedApplication() from the type NSApplication is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
5. WARNING in /src/org/eclipse/ui/internal/cocoa/ArrangeWindowsHandler.java
 (at line 30)
app.arrangeInFront(app);
Discouraged access: The method arrangeInFront(id) from the type NSApplication is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
6. WARNING in /src/org/eclipse/ui/internal/cocoa/ArrangeWindowsHandler.java
 (at line 40)
if (shells[i].view.window().isKeyWindow()) {
Discouraged access: The method window() from the type NSView is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
7. WARNING in /src/org/eclipse/ui/internal/cocoa/ArrangeWindowsHandler.java
 (at line 40)
if (shells[i].view.window().isKeyWindow()) {
Discouraged access: The method isKeyWindow() from the type NSWindow is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot

/src/org/eclipse/ui/internal/cocoa/CocoaTitlePathUpdater.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaTitlePathUpdater.java
 (at line 13)
import org.eclipse.swt.internal.cocoa.NSString;
Discouraged access: The type NSString is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
2. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaTitlePathUpdater.java
 (at line 14)
import org.eclipse.swt.internal.cocoa.NSWindow;
Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
3. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaTitlePathUpdater.java
 (at line 29)
NSWindow nsWindow = window.getShell().view.window();
Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
4. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaTitlePathUpdater.java
 (at line 29)
NSWindow nsWindow = window.getShell().view.window();
Discouraged access: The method window() from the type NSView is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
5. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaTitlePathUpdater.java
 (at line 30)
NSString filePathString = NSString.stringWith(path);
Discouraged access: The type NSString is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
6. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaTitlePathUpdater.java
 (at line 30)
NSString filePathString = NSString.stringWith(path);
Discouraged access: The type NSString is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
7. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaTitlePathUpdater.java
 (at line 30)
NSString filePathString = NSString.stringWith(path);
Discouraged access: The method stringWith(String) from the type NSString is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
8. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaTitlePathUpdater.java
 (at line 31)
nsWindow.setRepresentedFilename(filePathString);
Discouraged access: The method setRepresentedFilename(NSString) from the type NSWindow is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 31)
import org.eclipse.swt.internal.cocoa.NSApplication;
Discouraged access: The type NSApplication is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
2. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 32)
import org.eclipse.swt.internal.cocoa.NSButton;
Discouraged access: The type NSButton is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
3. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 33)
import org.eclipse.swt.internal.cocoa.NSControl;
Discouraged access: The type NSControl is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
4. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 34)
import org.eclipse.swt.internal.cocoa.NSMenu;
Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
5. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 35)
import org.eclipse.swt.internal.cocoa.NSMenuItem;
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
6. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 36)
import org.eclipse.swt.internal.cocoa.NSString;
Discouraged access: The type NSString is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
7. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 37)
import org.eclipse.swt.internal.cocoa.NSToolbar;
Discouraged access: The type NSToolbar is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
8. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 38)
import org.eclipse.swt.internal.cocoa.NSWindow;
Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
9. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 39)
import org.eclipse.swt.internal.cocoa.OS;
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
10. 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/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
11. 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/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
12. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 105)
object = invokeMethod(OS.class, "objc_allocateClassPair", args);
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
13. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 111)
invokeMethod(OS.class, "class_addIvar", args);
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
14. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 116)
invokeMethod(OS.class, "class_addMethod", args); //$NON-NLS-1$
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
15. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 121)
invokeMethod(OS.class, "class_addMethod", args); //$NON-NLS-1$
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
16. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 126)
invokeMethod(OS.class, "class_addMethod", args); //$NON-NLS-1$
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
17. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 128)
invokeMethod(OS.class, "objc_registerClassPair", makeArgs(cls));
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
18. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 214)
Class clazz = OS.class;
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
19. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 310)
NSToolbar dummyBar = new NSToolbar();
Discouraged access: The type NSToolbar is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
20. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 310)
NSToolbar dummyBar = new NSToolbar();
Discouraged access: The constructor NSToolbar() is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
21. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 310)
NSToolbar dummyBar = new NSToolbar();
Discouraged access: The type NSToolbar is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
22. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 311)
dummyBar.alloc();
Discouraged access: The method alloc() from the type NSObject is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
23. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 312)
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/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
24. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 312)
dummyBar.initWithIdentifier(NSString.stringWith("SWTToolbar")); //$NON-NLS-1$
Discouraged access: The type NSString is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
25. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 312)
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/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
26. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 313)
dummyBar.setVisible(false);
Discouraged access: The method setVisible(boolean) from the type NSToolbar is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
27. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 316)
NSWindow nsWindow = shell.view.window();
Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
28. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 316)
NSWindow nsWindow = shell.view.window();
Discouraged access: The method window() from the type NSView is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
29. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 317)
nsWindow.setToolbar(dummyBar);
Discouraged access: The method setToolbar(NSToolbar) from the type NSWindow is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
30. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 318)
dummyBar.release();
Discouraged access: The method release() from the type NSObject is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
31. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 319)
nsWindow.setShowsToolbarButton(true);
Discouraged access: The method setShowsToolbarButton(boolean) from the type NSWindow is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
32. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 325)
NSButton toolbarButton = (NSButton) invokeMethod(NSWindow.class, nsWindow,
Discouraged access: The type NSButton is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
33. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 325)
NSButton toolbarButton = (NSButton) invokeMethod(NSWindow.class, nsWindow,
Discouraged access: The type NSButton is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
34. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 325)
NSButton toolbarButton = (NSButton) invokeMethod(NSWindow.class, nsWindow,
Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
35. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 328)
toolbarButton.setTarget(delegate);
Discouraged access: The method setTarget(id) from the type NSControl is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
36. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 329)
invokeMethod(NSControl.class, toolbarButton, "setAction",
Discouraged access: The type NSControl is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
37. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 343)
NSMenu mainMenu = NSApplication.sharedApplication().mainMenu();
Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
38. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 343)
NSMenu mainMenu = NSApplication.sharedApplication().mainMenu();
Discouraged access: The type NSApplication is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
39. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 343)
NSMenu mainMenu = NSApplication.sharedApplication().mainMenu();
Discouraged access: The method sharedApplication() from the type NSApplication is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
40. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 343)
NSMenu mainMenu = NSApplication.sharedApplication().mainMenu();
Discouraged access: The method mainMenu() from the type NSApplication is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
41. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 344)
NSMenuItem mainMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, mainMenu,
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
42. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 344)
NSMenuItem mainMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, mainMenu,
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
43. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 344)
NSMenuItem mainMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, mainMenu,
Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
44. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 346)
NSMenu appMenu = mainMenuItem.submenu();
Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
45. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 346)
NSMenu appMenu = mainMenuItem.submenu();
Discouraged access: The method submenu() from the type NSMenuItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
46. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 349)
NSMenuItem aboutMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu,
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
47. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 349)
NSMenuItem aboutMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu,
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
48. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 349)
NSMenuItem aboutMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu,
Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
49. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 351)
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/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
50. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 351)
aboutMenuItem.setTitle(NSString.stringWith(fAboutActionName));
Discouraged access: The type NSString is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
51. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 351)
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/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
52. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 355)
NSMenuItem hideMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu,
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
53. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 355)
NSMenuItem hideMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu,
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
54. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 355)
NSMenuItem hideMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu,
Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
55. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 357)
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/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
56. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 357)
hideMenuItem.setTitle(NSString.stringWith(fHideActionName));
Discouraged access: The type NSString is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
57. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 357)
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/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
58. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 362)
NSMenuItem quitMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu,
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
59. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 362)
NSMenuItem quitMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu,
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
60. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 362)
NSMenuItem quitMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu,
Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
61. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 364)
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/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
62. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 364)
quitMenuItem.setTitle(NSString.stringWith(fQuitActionName));
Discouraged access: The type NSString is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
63. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 364)
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/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
64. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 368)
NSMenuItem prefMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu,
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
65. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 368)
NSMenuItem prefMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu,
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
66. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 368)
NSMenuItem prefMenuItem = (NSMenuItem) invokeMethod(NSMenu.class, appMenu,
Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
67. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 370)
prefMenuItem.setEnabled(true);
Discouraged access: The method setEnabled(boolean) from the type NSMenuItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
68. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 373)
prefMenuItem.setTarget(delegate);
Discouraged access: The method setTarget(id) from the type NSMenuItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
69. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 374)
invokeMethod(NSMenuItem.class, prefMenuItem, "setAction",
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
70. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 376)
aboutMenuItem.setTarget(delegate);
Discouraged access: The method setTarget(id) from the type NSMenuItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
71. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 377)
invokeMethod(NSMenuItem.class, aboutMenuItem, "setAction",
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
72. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 409)
void toolbarButtonClicked(NSControl source) {
Discouraged access: The type NSControl is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
73. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 411)
NSWindow window = source.window();
Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
74. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 411)
NSWindow window = source.window();
Discouraged access: The method window() from the type NSView is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
75. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 412)
Field idField = NSWindow.class.getField("id");
Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
76. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 440)
delegate.alloc().init();
Discouraged access: The method alloc() from the type NSObject is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
77. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 440)
delegate.alloc().init();
Discouraged access: The method init() from the type NSObject is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
78. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 442)
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/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
79. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 443)
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/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
80. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 452)
invokeMethod(OS.class, "DeleteGlobalRef",
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
81. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 464)
delegate.release();
Discouraged access: The method release() from the type NSObject is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
82. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 516)
invokeMethod(OS.class, "object_setInstanceVariable", args);
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
83. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 528)
CocoaUIEnhancer delegate = (CocoaUIEnhancer) invokeMethod(OS.class, "JNIGetObject",
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
84. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUIEnhancer.java
 (at line 532)
NSControl source = new_NSControl(arg0);
Discouraged access: The type NSControl is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot

/src/org/eclipse/ui/internal/cocoa/CocoaUtil.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUtil.java
 (at line 18)
import org.eclipse.swt.internal.cocoa.NSControl;
Discouraged access: The type NSControl is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
2. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUtil.java
 (at line 19)
import org.eclipse.swt.internal.cocoa.NSMenu;
Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
3. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUtil.java
 (at line 20)
import org.eclipse.swt.internal.cocoa.NSMenuItem;
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
4. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUtil.java
 (at line 21)
import org.eclipse.swt.internal.cocoa.OS;
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
5. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUtil.java
 (at line 44)
public static NSMenuItem getItemAtIndex(NSMenu menu, int index)
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
6. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUtil.java
 (at line 44)
public static NSMenuItem getItemAtIndex(NSMenu menu, int index)
Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
7. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUtil.java
 (at line 47)
return (NSMenuItem) invokeMethod(NSMenu.class, menu, "itemAtIndex", makeArgs(index));
Discouraged access: The type NSMenuItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
8. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUtil.java
 (at line 47)
return (NSMenuItem) invokeMethod(NSMenu.class, menu, "itemAtIndex", makeArgs(index));
Discouraged access: The type NSMenu is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
9. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUtil.java
 (at line 109)
public static NSControl new_NSControl(long arg0) throws NoSuchMethodException,
Discouraged access: The type NSControl is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
10. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUtil.java
 (at line 112)
Class clazz = NSControl.class;
Discouraged access: The type NSControl is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
11. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUtil.java
 (at line 115)
return (NSControl) constructor.newInstance(new Object[] { wrapPointer(arg0) });
Discouraged access: The type NSControl is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
12. WARNING in /src/org/eclipse/ui/internal/cocoa/CocoaUtil.java
 (at line 125)
Class clazz = OS.class;
Discouraged access: The type OS is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot

/src/org/eclipse/ui/internal/cocoa/MinimizeWindowHandler.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/cocoa/MinimizeWindowHandler.java
 (at line 15)
import org.eclipse.swt.internal.cocoa.NSWindow;
Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
2. WARNING in /src/org/eclipse/ui/internal/cocoa/MinimizeWindowHandler.java
 (at line 29)
NSWindow window = activeShell.view.window();
Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
3. WARNING in /src/org/eclipse/ui/internal/cocoa/MinimizeWindowHandler.java
 (at line 29)
NSWindow window = activeShell.view.window();
Discouraged access: The method window() from the type NSView is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
4. WARNING in /src/org/eclipse/ui/internal/cocoa/MinimizeWindowHandler.java
 (at line 31)
window.miniaturize(window);
Discouraged access: The method miniaturize(id) from the type NSWindow is not accessible due to restriction on classpath entry /builds/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot

/src/org/eclipse/ui/internal/cocoa/ZoomWindowHandler.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/cocoa/ZoomWindowHandler.java
 (at line 15)
import org.eclipse.swt.internal.cocoa.NSWindow;
Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
2. WARNING in /src/org/eclipse/ui/internal/cocoa/ZoomWindowHandler.java
 (at line 29)
NSWindow window = activeShell.view.window();
Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
3. WARNING in /src/org/eclipse/ui/internal/cocoa/ZoomWindowHandler.java
 (at line 29)
NSWindow window = activeShell.view.window();
Discouraged access: The method window() from the type NSView is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot
4. WARNING in /src/org/eclipse/ui/internal/cocoa/ZoomWindowHandler.java
 (at line 31)
window.zoom(window);
Discouraged access: The method zoom(id) from the type NSWindow is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.swt.cocoa.macosx/@dot