Post subject: method header automatic generation Posted: Jan 01, 2005 - 03:11 PM
Veteran Member
Joined: Oct 04, 2003
Posts: 202
Sometimes I write a new method like
Code:
public int doMyStuff (Integer dummy)
problem is that when I try to put /** + <ENTER> it sometimes
does not complete the header with all the doclet params - it simply
puts the
Code:
/**
*
*/
public ...
This is probably nothing and probably doesn't have anything to do with the ME still worth asking as I consider it a bit of vudu.
Thanks,
Erez
support-scott
Post subject:Posted: Jan 01, 2005 - 07:02 PM
Moderator
Joined: May 06, 2003
Posts: 6798
Erez,
The "comment code assist" is provided by the Java editor directly. To get tag assist, including XDoclet, a leading @ is generally needed to trigger the Javadoc assistance engine.