When starting a blank JSP file, writing the following code

<% Date a = new Date(); %>

and then using ALT + ENTER to create the appropriate IMPORT statement
creates an internal error and the following exception on the console. The
import in not created but the fully qualified name is inserted.

--------------------------------------------------

[  23125]  ERROR - mand.impl.CommandProcessorImpl -
[  23125]  ERROR - mand.impl.CommandProcessorImpl - IntelliJ IDEA (Ariadna)
Build #615
[  23125]  ERROR - mand.impl.CommandProcessorImpl - JDK: 1.3.1
[  23125]  ERROR - mand.impl.CommandProcessorImpl - VM: Java HotSpot(TM)
Client VM
[  23125]  ERROR - mand.impl.CommandProcessorImpl - Vendor: Sun Microsystems
Inc.
[  23125]  ERROR - mand.impl.CommandProcessorImpl - OS: Windows 2000
[  23125]  ERROR - mand.impl.CommandProcessorImpl -
java.lang.NullPointerException
        at com.intellij.psi.impl.source.e.t.a(t.java:2)
        at com.intellij.psi.impl.source.codeStyle.e.a(e.java:109)
        at com.intellij.psi.impl.source.codeStyle.f.a(f.java:53)
        at com.intellij.psi.impl.source.codeStyle.f.a(f.java:67)
        at
com.intellij.psi.impl.source.codeStyle.CodeStyleManagerImpl.a(CodeStyleManag
erImpl.java:277)
        at com.intellij.psi.impl.source.cb.f(cb.java:3)
        at com.intellij.codeInsight.daemon.impl.b.b(b.java:56)
        at com.intellij.codeInsight.daemon.impl.b.b(b.java:41)
        at com.intellij.codeInsight.daemon.impl.e.run(e.java:1)
        at com.intellij.openapi.c.a.b.b(b.java:160)
        at com.intellij.codeInsight.daemon.impl.d.run(d.java:3)
        at
com.intellij.command.impl.CommandProcessorImpl.a(CommandProcessorImpl.java:2
)
        at com.intellij.codeInsight.daemon.impl.b.a(b.java:25)
        at com.intellij.codeInsight.daemon.impl.b.a(b.java:4)
        at com.intellij.codeInsight.daemon.impl.c.actionPerformed(c.java:2)
        at com.intellij.ui.bu.a(bu.java:70)
        at com.intellij.ui.bu.a(bu.java:47)
        at com.intellij.ui.de.actionPerformed(de.java:2)
        at
javax.swing.JComponent$ActionStandin.actionPerformed(JComponent.java:2377)
        at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1384)
        at javax.swing.JComponent.processKeyBinding(JComponent.java:2078)
        at javax.swing.JComponent.processKeyBindings(JComponent.java:2115)
        at javax.swing.JComponent.processKeyEvent(JComponent.java:2041)
        at java.awt.Component.processEvent(Component.java:3553)
        at java.awt.Container.processEvent(Container.java:1164)
        at java.awt.Component.dispatchEventImpl(Component.java:2593)
        at java.awt.Container.dispatchEventImpl(Container.java:1213)
        at java.awt.Component.dispatchEvent(Component.java:2497)
        at
java.awt.LightweightDispatcher.processKeyEvent(Container.java:2155)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2135)
        at java.awt.Container.dispatchEventImpl(Container.java:1200)
        at java.awt.Window.dispatchEventImpl(Window.java:914)
        at java.awt.Component.dispatchEvent(Component.java:2497)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
        at com.intellij.ide.c.dispatchEvent(c.java:40)
        at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
va:131)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
:98)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)

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

Reply via email to