Hi Mike,

I just checked the reference here:

http://java.sun.com/j2se/1.3/docs/tooldocs/win32/javadoc.html#{@link}

and appears that you are correct: it's a javadoc bug (sigh)

a++ Cedric

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Mike Aizatsky
Sent: lundi 8 avril 2002 16:37
To: [EMAIL PROTECTED]
Subject: RE: [Eap-list] Java Doc links


Cedric,

This seems to be a bug in JavaDoc. It should correctly handle such
references:
http://java.sun.com/j2se/1.3/docs/tooldocs/win32/javadoc.html#package.cl
ass



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 Cedric ROUVRAIS
> Sent: Monday, March 25, 2002 7:17 PM
> To: [EMAIL PROTECTED]
> Subject: [Eap-list] Java Doc links
> 
> I've come accross this small defect:
> 
> Within the java doc of any class, if i create a link to a class for
that i
> haven't put in the import line IDEA suggests the right class:
> com.sdk.tibco.MDefaultApp for exemple.
> 
> This would occur i write: {@link MDefaultApp MDefaultApp}
> 
> If i accept the proposition than IDEA does the following:
> 
>       {@link com.sdk.tibco.MDefaultApp MDefaultApp}
> 
> when i run the javadoc this link generates an error: class or package
not
> found.
> 
> Now if i add the line:
> 
> import com.sdk.tibco.MDefaultApp
> 
> and change the link to
> 
>       {@link MDefaultApp MDefaultApp}
> 
> everything works just fine!
> 
> 
> a++ Cedric
> 
> 
> _______________________________________________
> 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


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

Reply via email to