Bug 209196

Summary: Unused locals in compiler logs for N20071108-0010
Product: [Eclipse Project] Platform Reporter: Olivier Thomann <Olivier_Thomann>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: steve_northover
Version: 3.4   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Olivier Thomann CLA 2007-11-08 10:07:35 EST
1. WARNING in /builds/N/src/plugins/org.eclipse.swt/Eclipse SWT Accessibility/carbon/org/eclipse/swt/accessibility/Accessible.java
 (at line 223)
int code = OS.CallNextEventHandler (nextHandler, theEvent);
The local variable code is never read
2. WARNING in /builds/N/src/plugins/org.eclipse.swt/Eclipse SWT Accessibility/carbon/org/eclipse/swt/accessibility/Accessible.java
 (at line 265)
int code = OS.CallNextEventHandler (nextHandler, theEvent);
The local variable code is never read
3. WARNING in /builds/N/src/plugins/org.eclipse.swt/Eclipse SWT Accessibility/carbon/org/eclipse/swt/accessibility/Accessible.java
 (at line 324)
int code = OS.CallNextEventHandler (nextHandler, theEvent);
The local variable code is never read
Comment 1 Carolyn MacLeod CLA 2007-11-08 11:33:16 EST
Thanks. Each one has a TODO comment saying that I need to think about error handling here... <g>
I'll check into them.
Comment 2 Eclipse Webmaster CLA 2019-09-06 15:32:10 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.