I'm getting the following assertion when I'm hitting Enter in the javadoc comment:
 
java.lang.Throwable
        at com.intellij.diagnostic.d.a(d.java:30)
        at com.intellij.diagnostic.d.a(d.java:16)
        at com.intellij.c.i.start(i.java:46)
        at com.intellij.editor.c.b.b(b.java:40)
        at com.intellij.editor.b.p.a(p.java:240)
        at com.intellij.editor.b.p.a(p.java:215)
        at com.intellij.codeInsight.a.e.a(e.java:12)
        at com.intellij.codeInsight.a.e.run(e.java:6)
        at com.intellij.psi.impl.o.run(o.java:0)
        at com.intellij.vfs.VirtualFileManager.b(VirtualFileManager.java:89)
        at com.intellij.psi.impl.v.c(v.java:308)
        at com.intellij.codeInsight.a.bg.actionPerformed(bg.java:116)
        at com.intellij.editor.b.u.run(u.java:2)
        at com.intellij.command.a.b.a(b.java:10)
        at com.intellij.editor.b.t.a(t.java:325)
        at com.intellij.editor.b.t.a(t.java:774)
        at com.intellij.editor.b.t.a(t.java:372)
        at com.intellij.editor.b.c.keyPressed(c.java:6)
        at java.awt.Component.processKeyEvent(Component.java:3677)
        at javax.swing.JComponent.processKeyEvent(JComponent.java:2014)
        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:926)
        at java.awt.Component.dispatchEvent(Component.java:2497)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:131)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:98)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)

Reply via email to