Community
Participate
Working Groups
Build Identifier: M20100211-1343 The method boolean getChecked() violates the naming conventions. Set getChecked to deprecated and create method isChecked instead. Reproducible: Always
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).