This will be fixed in build #605. But I meant to use: @see MyClass#foo(<ctrl+space>
Best regards, Mike Aizatsky. ------------------------------ IntelliJ Software, "Develop with pleasure!" http://www.intellij.com > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On > Behalf Of Hopfner, Timo > Sent: Monday, February 18, 2002 4:50 PM > To: [EMAIL PROTECTED] > Subject: RE: [Eap-list] Bug in @see autocompletion > > I was just testing. Here's code which reproduces the behaviour for me: > > public class IdeaTest { > /** > * @see (<ctrl+space> > */ > public IdeaTest() { > } > } > > Timo > > > > -----Original Message----- > > From: Mike Aizatsky [mailto:[EMAIL PROTECTED]] > > Sent: Monday, February 18, 2002 2:23 PM > > To: [EMAIL PROTECTED] > > Subject: RE: [Eap-list] Bug in @see autocompletion > > > > > > Can you send me the exact java doc & code fragment you are trying to > > complete? > > > > Best regards, > > Mike Aizatsky. > > ------------------------------ > > IntelliJ Software, "Develop with pleasure!" http://www.intellij.com > > > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]] > > On > > > Behalf Of H�pfner, Timo > > > Sent: Monday, February 18, 2002 3:40 PM > > > To: [EMAIL PROTECTED] > > > Subject: RE: [Eap-list] Bug in @see autocompletion > > > > > > > JavaDoc guide suggest you not to use exact method signatures > > > > in @see if > > > > possible. If you need exact signature simply type "(", press > > > > Ctrl+Space > > > > and see what happens. > > > > > > The following happens for me: > > > > > > -Dialog "An internal Error occured" > > > -Stacktrace: > > > [ 39489] ERROR - com.intellij.command.a.b - > > > java.lang.NullPointerException > > > at com.intellij.psi.impl.source.b.m.a(m.java:18) > > > at > > > > > com.intellij.codeInsight.completion.doc.DocValueCompletionHandler.a(D > > > ocValueCompletionHandler.java:16) > > > at > > > > > com.intellij.codeInsight.completion.CodeCompletionHandler.a(CodeCompl > > > etionHandler.java:73) > > > at com.intellij.codeInsight.completion.b.invoke(b.java:61) > > > at com.intellij.codeInsight.actions.a.run(a.java) > > > at com.intellij.psi.impl.o.run(o.java:16) > > > at > > > com.intellij.vfs.VirtualFileManager.b(VirtualFileManager.java:18) > > > at com.intellij.psi.impl.v.c(v.java:310) > > > at com.intellij.codeInsight.actions.b.run(b.java:0) > > > at com.intellij.command.a.b.a(b.java:32) > > > at > > com.intellij.codeInsight.actions.y.actionPerformed(y.java:30) > > > at > > > > > com.intellij.ide.desktop.impl.IdeMainFrame.processKeyEvent(IdeMainFra > > > me.java:52) > > > at > > > com.intellij.ide.desktop.impl.IdeMainFrame.a(IdeMainFrame.java:32) > > > at com.intellij.editor.b.f.a(f.java:205) > > > at com.intellij.editor.b.t.a(t.java:1004) > > > at com.intellij.editor.b.t.a(t.java:486) > > > at com.intellij.editor.b.t.a(t.java:1061) > > > at com.intellij.editor.b.c.keyPressed(c.java:3) > > > 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:914) > > > 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) > > > > > > > > > > > > _______________________________________________ > > > 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 > > > > _______________________________________________ > 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
