Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 324831

Summary: Method org.eclipse.swt.widgets.TableItem.getChecked() should be isChecked()
Product: [Eclipse Project] Platform Reporter: Corneliud Dirmeier <cornelius.dirmeier>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: trivial    
Priority: P3 CC: eclipse.felipe
Version: 4.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

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).