playframework / play-enhancer

14 stars 9 forks source link

Handling of is* getters #7

Closed timowest closed 7 years ago

timowest commented 9 years ago

It looks like is* getters aren't handled in PropertiesEnhancer. If they are ignored then getters are created for cases where is* getters are available.

Could is* getters be handled as well? I could provide PR if needed.

jroper commented 9 years ago

Yes, a PR fixing this would be welcomed. Make sure you include tests (I think all the tests for this are scripted tests, they can be run using sbt scripted).

mkurz commented 8 years ago

@timowest Do you have some spare time to provide a PR?

marcospereira commented 7 years ago

Fixed in #12.