Compiler log for org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.100.v20180828-0227 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 52, INFOS: 0

errors others warnings infos forbidden warnings discouraged warnings

ERRORS

top others warnings infos forbidden warnings discouraged warnings

OTHER WARNINGS

top errors infos forbidden warnings discouraged warnings

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings

/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 17)
import org.eclipse.swt.internal.cocoa.NSObject;
Discouraged access: The type 'NSObject' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 19)
public class SWTCocoaEnhancerDelegate extends NSObject {
Discouraged access: The type 'NSObject' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 22)
super();
Discouraged access: The constructor 'NSObject()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 22)
import org.eclipse.swt.internal.cocoa.NSWindow;
Discouraged access: The type 'NSWindow' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 35)
NSWindow window = shell.view.window();
Discouraged access: The type 'NSWindow' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 35)
NSWindow window = shell.view.window();
Discouraged access: The method 'NSView.window()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 39)
return !window.isMiniaturized();
Discouraged access: The method 'NSWindow.isMiniaturized()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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/ArrangeWindowHandler.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java
 (at line 21)
import org.eclipse.swt.internal.cocoa.NSApplication;
Discouraged access: The type 'NSApplication' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 40)
if (shells[i].view.window().isKeyWindow()) {
Discouraged access: The method 'NSView.window()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 40)
if (shells[i].view.window().isKeyWindow()) {
Discouraged access: The method 'NSWindow.isKeyWindow()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 50)
NSApplication app = NSApplication.sharedApplication();
Discouraged access: The type 'NSApplication' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 50)
NSApplication app = NSApplication.sharedApplication();
Discouraged access: The type 'NSApplication' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 50)
NSApplication app = NSApplication.sharedApplication();
Discouraged access: The method 'NSApplication.sharedApplication()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 51)
app.arrangeInFront(app);
Discouraged access: The method 'NSApplication.arrangeInFront(id)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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/ZoomWindowHandler.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ZoomWindowHandler.java
 (at line 21)
import org.eclipse.swt.internal.cocoa.NSWindow;
Discouraged access: The type 'NSWindow' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 33)
NSWindow window = shell.view.window();
Discouraged access: The type 'NSWindow' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 33)
NSWindow window = shell.view.window();
Discouraged access: The method 'NSView.window()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 37)
window.zoom(window);
Discouraged access: The method 'NSWindow.zoom(id)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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/CocoaUIHandler.java : 25 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java
 (at line 41)
import org.eclipse.e4.core.services.statusreporter.StatusReporter;
Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 66)
import org.eclipse.swt.internal.C;
Discouraged access: The type 'C' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 67)
import org.eclipse.swt.internal.Callback;
Discouraged access: The type 'Callback' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 68)
import org.eclipse.swt.internal.cocoa.NSButton;
Discouraged access: The type 'NSButton' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 69)
import org.eclipse.swt.internal.cocoa.NSControl;
Discouraged access: The type 'NSControl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 70)
import org.eclipse.swt.internal.cocoa.NSString;
Discouraged access: The type 'NSString' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 71)
import org.eclipse.swt.internal.cocoa.NSToolbar;
Discouraged access: The type 'NSToolbar' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 72)
import org.eclipse.swt.internal.cocoa.NSWindow;
Discouraged access: The type 'NSWindow' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 73)
import org.eclipse.swt.internal.cocoa.OS;
Discouraged access: The type 'OS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 120)
protected Provider<StatusReporter> statusReporter;
Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 223)
delegate.alloc().init();
Discouraged access: The method 'NSObject.alloc()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 223)
delegate.alloc().init();
Discouraged access: The method 'NSObject.init()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 225)
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/4I/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 226)
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/4I/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 240)
invokeMethod(OS.class, "object_setInstanceVariable", //$NON-NLS-1$
Discouraged access: The type 'OS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 248)
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/4I/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 259)
delegate.release();
Discouraged access: The method 'NSObject.release()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 298)
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/4I/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 299)
"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/4I/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 299)
"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/4I/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 376)
if (OS.VERSION < 0x1070 || !(window.getWidget() instanceof Shell)) {
Discouraged access: The type 'OS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 376)
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/4I/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 617)
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/4I/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 620)
StatusReporter.LOG);
Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 620)
StatusReporter.LOG);
Discouraged access: The field 'StatusReporter.LOG' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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/MinimizeWindowHandler.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/MinimizeWindowHandler.java
 (at line 21)
import org.eclipse.swt.internal.cocoa.NSWindow;
Discouraged access: The type 'NSWindow' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 33)
NSWindow window = shell.view.window();
Discouraged access: The type 'NSWindow' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 33)
NSWindow window = shell.view.window();
Discouraged access: The method 'NSView.window()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 37)
window.miniaturize(window);
Discouraged access: The method 'NSWindow.miniaturize(id)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 22)
import org.eclipse.e4.core.services.statusreporter.StatusReporter;
Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 62)
protected Provider<StatusReporter> statusReporter;
Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 177)
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/4I/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 183)
StatusReporter.LOG);
Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 183)
StatusReporter.LOG);
Discouraged access: The field 'StatusReporter.LOG' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes')