Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 324831 - Method org.eclipse.swt.widgets.TableItem.getChecked() should be isChecked()
Summary: Method org.eclipse.swt.widgets.TableItem.getChecked() should be isChecked()
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.0   Edit
Hardware: PC Linux
: P3 trivial (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-09 06:06 EDT by Corneliud Dirmeier CLA
Modified: 2010-09-09 10:25 EDT (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 Corneliud Dirmeier CLA 2010-09-09 06:06:21 EDT
Build Identifier: M20100211-1343

The method boolean getChecked() violates the naming conventions.
Set getChecked to deprecated and create method isChecked instead.

Reproducible: Always
Comment 1 Felipe Heidrich CLA 2010-09-09 10:25:42 EDT
We do not follow this recomendation. We have several API that return boolean values: getVisible(), getSelection(), getChecked(), getEnabled().
Note that we also have isVisible() and isEnabled() that have different meaning.

Changing that now is only going to create confusing. Closing as wont fix (sorry).