Compiler log for org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 35, 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/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 '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java
 (at line 37)
import org.eclipse.e4.core.services.statusreporter.StatusReporter;
Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 90)
protected Provider<StatusReporter> statusReporter;
Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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/CocoaUIHandler.java
 (at line 147)
statusReporter.get().report(new Status(IStatus.WARNING, CocoaUIProcessor.FRAGMENT_ID,
Discouraged access: The method 'StatusReporter.report(IStatus, int, Object[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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/CocoaUIHandler.java
 (at line 148)
"Exception occurred during CocoaUI processing", e), StatusReporter.LOG); //$NON-NLS-1$
Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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/CocoaUIHandler.java
 (at line 148)
"Exception occurred during CocoaUI processing", e), StatusReporter.LOG); //$NON-NLS-1$
Discouraged access: The field 'StatusReporter.LOG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes')
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java
 (at line 388)
.report(new Status(IStatus.WARNING, CocoaUIProcessor.FRAGMENT_ID,
Discouraged access: The method 'StatusReporter.report(IStatus, int, Object[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes')
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java
 (at line 390)
StatusReporter.LOG);
Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes')
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java
 (at line 390)
StatusReporter.LOG);
Discouraged access: The field 'StatusReporter.LOG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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/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 '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 61)
protected Provider<StatusReporter> statusReporter;
Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 153)
.report(new Status(IStatus.WARNING, CocoaUIProcessor.FRAGMENT_ID,
Discouraged access: The method 'StatusReporter.report(IStatus, int, Object[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 155)
StatusReporter.LOG);
Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 155)
StatusReporter.LOG);
Discouraged access: The field 'StatusReporter.LOG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.23-github/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.cocoa.macosx.x86_64/target/classes')