Menu

#27 Feature request #1353722

closed
S
None
5
2005-12-19
2005-11-25
No

As I was interrested in Feature request #1353722, I
made some enhancements to
beta5 release, so that "final" modifier can be added
to parameters, if not
present.

This feature can be enabled/disabled through
the "misc" properties tab.

Discussion

  • Jean-Pierre Grillon

    Zip containing modified source files

     
  • S

    S - 2005-11-25

    Logged In: YES
    user_id=723231

    Excellent,
    Implemented in CVS will be added in next release.
    The only change I made was
    if ("final".equals(child.getText()))
    to
    if (child.getType()==JavaTokenTypes.FINAL)

    Thanks for your input !

     
  • S

    S - 2005-11-25
    • assigned_to: nobody --> notzippy
    • status: open --> pending
     
  • S

    S - 2005-12-19
    • status: pending --> closed
     

Log in to post a comment.