Different getter name for boolean type

Issue #47 resolved
Matthias Schoettle created an issue

For creating a getter automatically through the interface: In case of an attribute of type boolean the getter should be called isFoo() instead of getFoo().

Comments (5)

  1. Laura Martellotto

    I just simplified the code that Jeremy has done (as Matthias suggested in comments). I think that the issue can be merged to the master and that this branch can be cleaned, I can do it if you want :) (And if the code for the issue #46 has to be merged too, I can retrieve the code for the branch /33 and just merge this part of the code) Just tell me ;)

  2. Log in to comment