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 166) 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 |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ZoomWindowHandler.java (at line 18) import org.eclipse.swt.internal.cocoa.NSWindow; Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ZoomWindowHandler.java (at line 30) NSWindow window = shell.view.window(); Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ZoomWindowHandler.java (at line 30) NSWindow window = shell.view.window(); Discouraged access: The method window() from the type NSView is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ZoomWindowHandler.java (at line 34) window.zoom(window); Discouraged access: The method zoom(id) from the type NSWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java (at line 19) 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/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes |
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java (at line 59) protected Provider<StatusReporter> statusReporter; Discouraged access: The type StatusReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes |
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java (at line 174) statusReporter .get() .report(new Status( IStatus.WARNING, CocoaUIProcessor.FRAGMENT_ID, "No binding context exists for " + bindingContextId), //$NON-NLS-1$ StatusReporter.LOG); Discouraged access: The method report(IStatus, int, Object[]) from the type StatusReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes |
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java (at line 180) StatusReporter.LOG); Discouraged access: The type StatusReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes |
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java (at line 180) StatusReporter.LOG); Discouraged access: The field LOG from the type StatusReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes |
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 35) 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/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes |
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 58) import org.eclipse.swt.internal.C; Discouraged access: The type C is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 59) import org.eclipse.swt.internal.Callback; Discouraged access: The type Callback is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 60) import org.eclipse.swt.internal.cocoa.NSButton; Discouraged access: The type NSButton is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 61) import org.eclipse.swt.internal.cocoa.NSControl; Discouraged access: The type NSControl is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 62) import org.eclipse.swt.internal.cocoa.NSString; Discouraged access: The type NSString is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 63) import org.eclipse.swt.internal.cocoa.NSToolbar; Discouraged access: The type NSToolbar is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 64) import org.eclipse.swt.internal.cocoa.NSWindow; Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 65) import org.eclipse.swt.internal.cocoa.OS; Discouraged access: The type OS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 112) protected Provider<StatusReporter> statusReporter; Discouraged access: The type StatusReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes |
11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 229) delegate.alloc().init(); Discouraged access: The method alloc() from the type NSObject is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 229) delegate.alloc().init(); Discouraged access: The method init() from the type NSObject is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 231) Method method = OS.class.getMethod( Discouraged access: The type OS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 233) Object object = method.invoke(OS.class, Discouraged access: The type OS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 248) 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/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 257) OS.class, Discouraged access: The type OS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
17. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 269) delegate.release(); Discouraged access: The method release() from the type NSObject is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
18. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 328) statusReporter .get() .report(new Status(IStatus.WARNING, CocoaUIProcessor.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/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes |
19. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 332) "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/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes |
20. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 332) "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/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes |
21. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 426) if (OS.VERSION < 0x1070 || !(window.getWidget() instanceof Shell)) { Discouraged access: The type OS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
22. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 426) if (OS.VERSION < 0x1070 || !(window.getWidget() instanceof Shell)) { Discouraged access: The field VERSION from the type OS is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
23. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 681) statusReporter .get() .report(new Status( IStatus.WARNING, CocoaUIProcessor.FRAGMENT_ID, "Unhandled menu type: " + item.getClass() + ": " + item), //$NON-NLS-1$ //$NON-NLS-2$ $NON-NLS-2$ StatusReporter.LOG); Discouraged access: The method report(IStatus, int, Object[]) from the type StatusReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes |
24. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 687) StatusReporter.LOG); Discouraged access: The type StatusReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes |
25. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java (at line 687) StatusReporter.LOG); Discouraged access: The field LOG from the type StatusReporter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes |
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java (at line 18) import org.eclipse.swt.internal.cocoa.NSApplication; Discouraged access: The type NSApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java (at line 37) if (shells[i].view.window().isKeyWindow()) { Discouraged access: The method window() from the type NSView is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java (at line 37) if (shells[i].view.window().isKeyWindow()) { Discouraged access: The method isKeyWindow() from the type NSWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java (at line 47) NSApplication app = NSApplication.sharedApplication(); Discouraged access: The type NSApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java (at line 47) NSApplication app = NSApplication.sharedApplication(); Discouraged access: The type NSApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java (at line 47) NSApplication app = NSApplication.sharedApplication(); Discouraged access: The method sharedApplication() from the type NSApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java (at line 48) app.arrangeInFront(app); Discouraged access: The method arrangeInFront(id) from the type NSApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/MinimizeWindowHandler.java (at line 18) import org.eclipse.swt.internal.cocoa.NSWindow; Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/MinimizeWindowHandler.java (at line 30) NSWindow window = shell.view.window(); Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/MinimizeWindowHandler.java (at line 30) NSWindow window = shell.view.window(); Discouraged access: The method window() from the type NSView is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/MinimizeWindowHandler.java (at line 34) window.miniaturize(window); Discouraged access: The method miniaturize(id) from the type NSWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/AbstractWindowHandler.java (at line 19) import org.eclipse.swt.internal.cocoa.NSWindow; Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/AbstractWindowHandler.java (at line 32) NSWindow window = shell.view.window(); Discouraged access: The type NSWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/AbstractWindowHandler.java (at line 32) NSWindow window = shell.view.window(); Discouraged access: The method window() from the type NSView is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/AbstractWindowHandler.java (at line 36) return !window.isMiniaturized(); Discouraged access: The method isMiniaturized() from the type NSWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
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/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
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/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |
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/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx/target/classes |