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