EasyBeans

Method Annotations and parameter annotations are inconsistent

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: EasyBeans 1.1.0 RC1
  • Component/s: Core
  • Description:
    Hide
    EasyBeans is renaming existing methods to a new name:
    ie : helloWorld() --> original$helloWorld()
    thus annotations are kept on original$helloWorld() method and not on the newly generated helloWorld() method.

    EasyBeans should recreate annotations on the generated method name and remove annotations on the renamed method.
    Show
    EasyBeans is renaming existing methods to a new name: ie : helloWorld() --> original$helloWorld() thus annotations are kept on original$helloWorld() method and not on the newly generated helloWorld() method. EasyBeans should recreate annotations on the generated method name and remove annotations on the renamed method.

Activity

Hide
Florent BENOIT added a comment - 05/Mar/09 10:38 AM
fixed
Show
Florent BENOIT added a comment - 05/Mar/09 10:38 AM fixed
Hide
Florent BENOIT added a comment - 05/Mar/09 10:39 AM
done !
Show
Florent BENOIT added a comment - 05/Mar/09 10:39 AM done !

People

Dates

  • Created:
    05/Mar/09 9:03 AM
    Updated:
    05/Mar/09 10:39 AM
    Resolved:
    05/Mar/09 10:38 AM