Andrew, This is fixed in build #617.
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 Andrew Armstrong > Sent: Wednesday, April 10, 2002 4:40 PM > To: [EMAIL PROTECTED] > Subject: [Eap-list] #616 NPE when URI present on !DOCTYPE > > I have an svg file (the svg filetype has been added to IDEA as an xml > filetype) containing: > > <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" > "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> > > I open it in the editor (which displays the xml OK) but almost immediately > get a popup saying: Internal error occurred. If I remove the URI on the > DOCTYPE declaration, leaving just: > > <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"> > > then the problem disappears. Console log shows: > > [ 39266] ERROR - intellij.plugins.PluginManager - > [ 39286] ERROR - intellij.plugins.PluginManager - IntelliJ IDEA > (Ariadna) > Build #616 > [ 39286] ERROR - intellij.plugins.PluginManager - JDK: 1.3.1 > [ 39286] ERROR - intellij.plugins.PluginManager - VM: Java HotSpot(TM) > Client VM > [ 39286] ERROR - intellij.plugins.PluginManager - Vendor: Sun > Microsystems > Inc. > [ 39286] ERROR - intellij.plugins.PluginManager - OS: Windows 2000 > [ 39286] ERROR - intellij.plugins.PluginManager - > java.lang.NullPointerException > at com.intellij.xml.a.b.b.<init>(b.java:21) > at com.intellij.xml.e.c(e.java:114) > at com.intellij.xml.e.a(e.java:29) > at com.intellij.codeInsight.daemon.impl.cj.a(cj.java:136) > at com.intellij.psi.impl.source.e.d.a(d.java:1) > at com.intellij.codeInsight.daemon.impl.cg.a(cg.java:274) > at com.intellij.psi.t.a(t.java:138) > at com.intellij.psi.impl.source.e.d.a(d.java:1) > at com.intellij.codeInsight.daemon.impl.h.a(h.java:93) > at com.intellij.codeInsight.daemon.impl.h.run(h.java:105) > at com.intellij.openapi.a.a.b.a(b.java:222) > at com.intellij.codeInsight.daemon.impl.cl.b(cl.java:53) > at com.intellij.codeInsight.daemon.impl.cl.a(cl.java:58) > at com.intellij.codeInsight.daemon.impl.cl.a(cl.java:41) > at com.intellij.codeInsight.daemon.impl.bu.run(bu.java) > at com.intellij.progress.ProgressManager.a(ProgressManager.java:2) > at com.intellij.codeInsight.daemon.impl.cl.run(cl.java:42) > > > _______________________________________________ > 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
