| Summary: | Method org.eclipse.swt.widgets.TableItem.getChecked() should be isChecked() | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Corneliud Dirmeier <cornelius.dirmeier> |
| Component: | SWT | Assignee: | 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
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). |