Code Format can fix that.

BTW, {@link com.acme.Class} is equals to {@link com.acme.Class Class}


-----Original Message-----
From: Cedric ROUVRAIS [mailto:[EMAIL PROTECTED]] 
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

Reply via email to