Menu

#7 Honor parameter prefixes

closed
nobody
None
5
2010-08-18
2010-05-03
No

Eclipse supports prefixes/suffixes for fields, parameters etc (Preferences/Java/Code Style). I have to adhere to a code-convention that requests the prefix 'arg' on Parameters, e.g. public void foo (Date argWhen). Jautodoc generates
/**
* Foo.
*
* @param argWhen the arg when
*/
public void foo(Date argWhen) ;

It would be nice if jautodoc would look athe the configured prefix(es) and remove them in the generated comment to get

/**
* Foo.
*
* @param argWhen the when
*/
public void foo(Date argWhen) ;

Discussion

  • Martin Kesting

    Martin Kesting - 2010-08-13
    • status: open --> closed
     
  • Martin Kesting

    Martin Kesting - 2010-08-13

    Implemented in 1.8

     
  • Andreas Manke

    Andreas Manke - 2010-08-16
    • status: closed --> open
     
  • Andreas Manke

    Andreas Manke - 2010-08-16

    Works fine, thanks!

     
  • Martin Kesting

    Martin Kesting - 2010-08-18
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB