Compiler log for org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.11.300.v20160330-1418 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 52

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/e4/ui/workbench/renderers/swt/cocoa/ZoomWindowHandler.java : 4 warnings :

DISCOURAGED ACCESS 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 API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/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 API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/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 'NSView.window()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/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 'NSWindow.zoom(id)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')

/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
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 API (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 API (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 'StatusReporter.report(IStatus, int, Object[])' is not API (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 API (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 'StatusReporter.LOG' is not API (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')

/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java : 25 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java
 (at line 38)
import org.eclipse.e4.core.services.statusreporter.StatusReporter;
Discouraged access: The type 'StatusReporter' is not API (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 63)
import org.eclipse.swt.internal.C;
Discouraged access: The type 'C' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java
 (at line 64)
import org.eclipse.swt.internal.Callback;
Discouraged access: The type 'Callback' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java
 (at line 65)
import org.eclipse.swt.internal.cocoa.NSButton;
Discouraged access: The type 'NSButton' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java
 (at line 66)
import org.eclipse.swt.internal.cocoa.NSControl;
Discouraged access: The type 'NSControl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java
 (at line 67)
import org.eclipse.swt.internal.cocoa.NSString;
Discouraged access: The type 'NSString' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java
 (at line 68)
import org.eclipse.swt.internal.cocoa.NSToolbar;
Discouraged access: The type 'NSToolbar' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java
 (at line 69)
import org.eclipse.swt.internal.cocoa.NSWindow;
Discouraged access: The type 'NSWindow' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java
 (at line 70)
import org.eclipse.swt.internal.cocoa.OS;
Discouraged access: The type 'OS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java
 (at line 117)
protected Provider<StatusReporter> statusReporter;
Discouraged access: The type 'StatusReporter' is not API (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 220)
delegate.alloc().init();
Discouraged access: The method 'NSObject.alloc()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java
 (at line 220)
delegate.alloc().init();
Discouraged access: The method 'NSObject.init()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java
 (at line 222)
Method method = OS.class.getMethod("NewGlobalRef", new Class[] { Object.class }); //$NON-NLS-1$
Discouraged access: The type 'OS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java
 (at line 223)
Object object = method.invoke(OS.class, new Object[] { CocoaUIHandler.this });
Discouraged access: The type 'OS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')
15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java
 (at line 237)
invokeMethod(OS.class, "object_setInstanceVariable", //$NON-NLS-1$
Discouraged access: The type 'OS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')
16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java
 (at line 245)
invokeMethod(OS.class, "DeleteGlobalRef", new Object[] { wrapPointer(delegateJniRef) }); //$NON-NLS-1$
Discouraged access: The type 'OS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')
17. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java
 (at line 256)
delegate.release();
Discouraged access: The method 'NSObject.release()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')
18. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java
 (at line 295)
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 'StatusReporter.report(IStatus, int, Object[])' is not API (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 296)
"Exception occurred during CocoaUI processing", e), StatusReporter.LOG); //$NON-NLS-1$
Discouraged access: The type 'StatusReporter' is not API (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 296)
"Exception occurred during CocoaUI processing", e), StatusReporter.LOG); //$NON-NLS-1$
Discouraged access: The field 'StatusReporter.LOG' is not API (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 373)
if (OS.VERSION < 0x1070 || !(window.getWidget() instanceof Shell)) {
Discouraged access: The type 'OS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')
22. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java
 (at line 373)
if (OS.VERSION < 0x1070 || !(window.getWidget() instanceof Shell)) {
Discouraged access: The field 'OS.VERSION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')
23. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java
 (at line 614)
statusReporter.get() .report(new Status(IStatus.WARNING, CocoaUIProcessor.FRAGMENT_ID, "Unhandled menu type: " + item.getClass() + ": " + item), //$NON-NLS-1$ //$NON-NLS-2$ StatusReporter.LOG);
Discouraged access: The method 'StatusReporter.report(IStatus, int, Object[])' is not API (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 617)
StatusReporter.LOG);
Discouraged access: The type 'StatusReporter' is not API (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 617)
StatusReporter.LOG);
Discouraged access: The field 'StatusReporter.LOG' is not API (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')

/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
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 API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/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 'NSView.window()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/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 'NSWindow.isKeyWindow()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/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 API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/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 API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/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 'NSApplication.sharedApplication()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/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 'NSApplication.arrangeInFront(id)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')

/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/MinimizeWindowHandler.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
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 API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/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 API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/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 'NSView.window()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/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 'NSWindow.miniaturize(id)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')

/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/SWTCocoaEnhancerDelegate.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/SWTCocoaEnhancerDelegate.java
 (at line 14)
import org.eclipse.swt.internal.cocoa.NSObject;
Discouraged access: The type 'NSObject' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')
2. 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 API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/SWTCocoaEnhancerDelegate.java
 (at line 19)
super();
Discouraged access: The constructor 'NSObject()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')

/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/AbstractWindowHandler.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
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 API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/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 API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/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 'NSView.window()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/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 'NSWindow.isMiniaturized()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')