Accessor method for java.lang.Boolean
-------------------------------------

                 Key: BEANUTILS-356
                 URL: https://issues.apache.org/jira/browse/BEANUTILS-356
             Project: Commons BeanUtils
          Issue Type: Bug
          Components: Bean / Property Utils, ConvertUtils & Converters
         Environment: NA
            Reporter: Arijit Pal
            Priority: Blocker


Copying property using BeanUtils does not take care the scenario to find the 
accessor method for java.lang.Boolean types.
For example it tries to fing get(Nameof Boolean property) instead of finding 
is(Nameof Boolean property).

This is blocking me to proceed without writing custom class that overrides 
methods in MethodUtils. Please fix this ASAP.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to