Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3
-
None
Description
The merge of Java 1.5 code into the main line introduced duplicate code in at least one place (BeanProcessor.java).
My guess is that some patches were applied to both the trunk and 1.5 branch during development. When the merge occurred, the patches contents were duplicated.
I haven't analyzed all files for duplicate code, but I will be attaching a patch for the BeanProcessor class.