Yop, I get this when there is a previous error in my javadoc, say for example "@param myParma" instead of "@param myParam", removing the @ sign and getting the javadoc right will remove the NPE.
By the way i don't beleive that </p> is part of the javadoc, this may be your javadoc error :o) a++ Cedric -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ralf Fischer Sent: Wednesday, March 06, 2002 12:57 AM To: [EMAIL PROTECTED] Subject: [Eap-list] NPE #609 after link in javadoc Dear IntelliJ Mailing List, at first I used the html/xml-live template to set up an Paragraph ( <p></p> ), but this doesn't seem to change anything on ideas behaviour (tested). Within this Paragraph I entered some description an tried to set up a link to another item in another class in my classes. So this was in the javadoc-line: [SPACES]/** [SPACES]* Some Javadoc description [SPACES]* <p>some more detailed javadoc description{@[CARET POSITION]</p> [SPACES]*/ After typing the "@" there pops up an "Internal Error Occured" msg-box and this Exception appears in the console: [ 43916] ERROR - intellij.plugins.PluginManager - [ 43922] ERROR - intellij.plugins.PluginManager - IntelliJ IDEA (Ariadna) Build #609 [ 43923] ERROR - intellij.plugins.PluginManager - JDK: 1.3.1 [ 43924] ERROR - intellij.plugins.PluginManager - VM: Java HotSpot(TM) Client VM [ 43925] ERROR - intellij.plugins.PluginManager - Vendor: Sun Microsystems Inc. [ 43926] ERROR - intellij.plugins.PluginManager - OS: Linux [ 43926] ERROR - intellij.plugins.PluginManager - java.lang.NullPointerException at com.intellij.psi.impl.source.bn.c(bn.java:9) at com.intellij.codeInsight.daemon.impl.cd.a(cd.java:30) at com.intellij.psi.s.a(s.java:181) at com.intellij.psi.impl.source.bn.a(bn.java:23) at com.intellij.codeInsight.daemon.impl.cc.a(cc.java:253) at com.intellij.psi.s.a(s.java:181) at com.intellij.psi.impl.source.bn.a(bn.java:23) at com.intellij.codeInsight.daemon.impl.i.a(i.java:37) at com.intellij.codeInsight.daemon.impl.i.run(i.java:113) at com.intellij.psi.impl.n.run(n.java:5) at com.intellij.vfs.VirtualFileManager.a(VirtualFileManager.java:54) at com.intellij.psi.impl.v.b(v.java:239) at com.intellij.codeInsight.daemon.impl.ci.run(ci.java:54) Error was reproducable, even after restart of IDEA. Hope it helps somehow... ;) Ralf _______________________________________________ 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
