Dunno if this has been reported yet.  This is in #617 on Linux with JDK
1.3.1_03.

if you type something like:

public String foo() throws RemoteException

and not put in the  at the end;

The type above the line:

/**

and hit return, obviously you don't get the automated JavaDoc
generation.

If you add the ; at the end of the statement, remove the /** and add it
again, it won't do the usual:

/**
*
* @return
*/

Instead it just puts in /** and you hit return and get nothing.  You
have to add the full java doc manually.  Further it breaks the java doc
creation for the rest of the time the IDE is running.  You have to quit
and go back in for it to work again.

R



_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to