[
https://issues.apache.org/jira/browse/BEANUTILS-296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536024
]
Niall Pemberton commented on BEANUTILS-296:
-------------------------------------------
"PropertyUtils:559 has me in comments above getProperty type(Object bean,
String name). "
That is correct for the BeanUtils 1.8.0-BETA source - i.e. line 559 is in that
location. If it was BeanUtils 1.7.0 then line 559 would be correct. So it looks
to me like you have BeanUtils 1.8.0 BETA source and the binary jar for
BeanUtils 1.7.0.
> 1.8.0-BETA source does not match up with binary, making debugging difficult
> ---------------------------------------------------------------------------
>
> Key: BEANUTILS-296
> URL: https://issues.apache.org/jira/browse/BEANUTILS-296
> Project: Commons BeanUtils
> Issue Type: Bug
> Components: Bean / Property Utils
> Affects Versions: 1.8.0-BETA
> Environment: Windows XP, IntelliJIDEA 6.0.5, Java JDK 6u2
> Reporter: Tim Ferro
> Priority: Minor
>
> I downloaded the file 'commons-beanutils-1.8.0-BETA.zip' on 10/17/2007 at
> noon. I apologize for not knowing which mirror.
> I attached the enclosed source jar (commons-beanutils-1.8.0-BETA-sources.jar)
> and when I step into the beanutils code through the debugger, I'm sitting on
> comments, the wrong method, etc. Appears to be going to the correct line #,
> but the source is apparently not the same source used to build the binary.
> Please contact if you need more information.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.