Tiho,

Not all refactorings are currently correctly changing JavaDoc. It's a
planned feature.

Best regards,
Mike Aizatsky.
------------------------------
IntelliJ Software, "Develop with pleasure!" http://www.intellij.com


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On
> Behalf Of Tiho Surdilovic
> Sent: Monday, February 11, 2002 9:51 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Eap-list] Javadoc bug - highlight @param
> 
> i guess this would be more appropriate...sorry was rushing typing last
> time
> ...
> ### START CODE ###
> /**
> * This method has changed signature by @param was forgotten to be
> changed
> *
> *@param a (String)
> *@param b (String)
> */
> // public void init( String a, String b ){
> public void init( int c ) {
>      // method body
> }
> ### END CODE ###
> 
> 
> >From: "Tiho Surdilovic" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: [EMAIL PROTECTED]
> >Subject: [Eap-list] Javadoc bug - highlight @param
> >Date: Mon, 11 Feb 2002 16:35:20 +0000
> >
> >#602 WIN-NT jdk1.3.1_02
> >
> >### START CODE ###
> >/**
> >* This method has changed signature by @param was forgotten to be
changed
> >*
> >*@param String a
> >*@param String b
> >*/
> >// public void init( String a, String b ){
> >public void init( int a, int b) {
> >     // method body
> >}
> >### END CODE ###
> >
> >IDEA does not pick up the "new signature" of the method under the
> commented
> >old signature so @param String a     and @param String b
> >are not highlighted in red.
> >
> >to reproduce just copy/paste code bolow ### START CODE ### and above
###
> >END
> >CODE ###
> >
> >_________________________________________________________________
> >MSN Photos is the easiest way to share and print your photos:
> >http://photos.msn.com/support/worldwide.aspx
> >
> >
> >_______________________________________________
> >Eap-list mailing list
> >[EMAIL PROTECTED]
> >http://www.intellij.com/mailman/listinfo/eap-list
> 
> 
> _________________________________________________________________
> Get your FREE download of MSN Explorer at
> http://explorer.msn.com/intl.asp.
> 
> 
> _______________________________________________
> Eap-list mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-list


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

Reply via email to