eric-milles commented on pull request #1597:
URL: https://github.com/apache/groovy/pull/1597#issuecomment-861700522


   I'd prefer to see Boolean have the same treatment as boolean or have the 
same treatment as say Object.  My original tickets were along these lines.  
Adding special rules for Boolean that do not apply to any other types requires 
more checks in the compiler and IDE.  To have it work like boolean only 
requires the method return value checks to include both types.  This would be 
inconsistent with Apache BeanUtils, but would be more compatible with the 
historic support for Boolean properties in Groovy.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to