greenrobot / greenDAO

greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.
http://greenrobot.org/greendao/
12.63k stars 2.89k forks source link

[GreenDAO generator] wrong naming convention for generated boolean methods #143

Open bertuccig opened 10 years ago

bertuccig commented 10 years ago

as is subject, the properties defined ad "boolean" in the generator are built with the name getProperty() instead of using the standard java convention isProperty(). I know is a minor issue, but could cause incompatibility with other reflection-based libraries (to avoid on android given the bad performance for reflection, I agree).

pnemonic78 commented 9 years ago

fixed in pull request #157

manuelbarzi commented 8 years ago

hi there! this issue is still open since more than one year and a half, and the solution seems to be already queued. would you mind confirming us when will it be finally fixed, in which release? thx!