Edoardo,

It's fixed in build #616.

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

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On
> Behalf Of Edoardo Comar
> Sent: Monday, April 08, 2002 5:31 PM
> To: [EMAIL PROTECTED]
> Subject: [Eap-list] 615: javadoc error parsing bug
> 
> I have an interface and an implemntation like
> 
> public interface IFoo {
>   public int $_getFoo();
> }
> 
> 
> public class Foo implements Ifoo {
> 
>   /**
>    * @see IFoo#$_getFoo
>    */
>   public int $_getFoo() {
>      return 0;
>   }
> }
> 
> 
> IDEA javadoc pareser flags the @see as an error (can not resolve
symbol)
> This seems to be due to the unusual (on purpose) $_ prefix
> 
> Edo
> 
> ---
> Edoardo Comar
> Cape Clear Software
> 
> NEW CapeStudio 3, out now
> Design, develop, integrate & deploy Web Services
> http://www.capeclear.com/download
> 
> 
> _______________________________________________
> 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