facebook

method header automatic generation

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #222051 Reply

    Erez
    Member

    Sometimes I write a new method like

    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

    
    /**
     *
     */
    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

    #222056

    Scott Anderson
    Participant

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: method header automatic generation

You must be logged in to post in the forum log in