Bug 209196 - Unused locals in compiler logs for N20071108-0010
Summary: Unused locals in compiler logs for N20071108-0010
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-08 10:07 EST by Olivier Thomann CLA
Modified: 2021-11-12 11:36 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.