Compiler log for org.eclipse.swt.win32.win32.aarch64_3.132.0.v20251124-0642 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 16, 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

/home/jenkins/agent/workspace/Builds/I-build-4.38/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /home/jenkins/agent/workspace/Builds/I-build-4.38/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java
 (at line 3855)
listener.getCaption(event);
The method getCaption(AccessibleTableEvent) from the type AccessibleTableListener is deprecated
2. WARNING in /home/jenkins/agent/workspace/Builds/I-build-4.38/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java
 (at line 4043)
listener.getSummary(event);
The method getSummary(AccessibleTableEvent) from the type AccessibleTableListener is deprecated

/home/jenkins/agent/workspace/Builds/I-build-4.38/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java : 12 warnings :

OTHER WARNINGS
1. WARNING in /home/jenkins/agent/workspace/Builds/I-build-4.38/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java
 (at line 2025)
site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONKEYDOWN, domListener);
The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
2. WARNING in /home/jenkins/agent/workspace/Builds/I-build-4.38/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java
 (at line 2026)
site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONKEYPRESS, domListener);
The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
3. WARNING in /home/jenkins/agent/workspace/Builds/I-build-4.38/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java
 (at line 2027)
site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONKEYUP, domListener);
The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
4. WARNING in /home/jenkins/agent/workspace/Builds/I-build-4.38/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java
 (at line 2028)
site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEDOWN, domListener);
The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
5. WARNING in /home/jenkins/agent/workspace/Builds/I-build-4.38/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java
 (at line 2029)
site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEUP, domListener);
The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
6. WARNING in /home/jenkins/agent/workspace/Builds/I-build-4.38/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java
 (at line 2030)
site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEWHEEL, domListener);
The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
7. WARNING in /home/jenkins/agent/workspace/Builds/I-build-4.38/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java
 (at line 2031)
site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONDBLCLICK, domListener);
The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
8. WARNING in /home/jenkins/agent/workspace/Builds/I-build-4.38/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java
 (at line 2032)
site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEMOVE, domListener);
The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
9. WARNING in /home/jenkins/agent/workspace/Builds/I-build-4.38/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java
 (at line 2033)
site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONDRAGSTART, domListener);
The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
10. WARNING in /home/jenkins/agent/workspace/Builds/I-build-4.38/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java
 (at line 2034)
site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONDRAGEND, domListener);
The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
11. WARNING in /home/jenkins/agent/workspace/Builds/I-build-4.38/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java
 (at line 2035)
site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEOVER, domListener);
The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
12. WARNING in /home/jenkins/agent/workspace/Builds/I-build-4.38/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/IE.java
 (at line 2036)
site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEOUT, domListener);
The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated

/home/jenkins/agent/workspace/Builds/I-build-4.38/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/TypedListener.java : 1 warning :

OTHER WARNINGS
1. WARNING in /home/jenkins/agent/workspace/Builds/I-build-4.38/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/TypedListener.java
 (at line 68)
public TypedListener (SWTEventListener listener) {
The type SWTEventListener has been deprecated since version 2025-03 and marked for removal

/home/jenkins/agent/workspace/Builds/I-build-4.38/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java : 1 warning :

OTHER WARNINGS
1. WARNING in /home/jenkins/agent/workspace/Builds/I-build-4.38/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Widget.java
 (at line 1055)
protected void removeListener (int eventType, SWTEventListener listener) {
The type SWTEventListener has been deprecated since version 2025-03 and marked for removal

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