PropertiesEditor 1.6 exception on 2013

On 2013 when I search for usages I get an exception.

I dismiss it and immediately get a new one, etc.

In the background, the progress bar continues.

When the search is over I had to click Ignore about 3 times and eventually I
got the Find panel to show up and show the results. This feature, btw is so
great...

It seems like some API call fails over and over.

Amnon


0
Avatar
Permanently deleted user

And a request...

Add Redo find (like the normal find has) in the Find pane toolbar.

Amnon

"Amnon I. Govrin" <agovrin@freshwater.com> wrote in message
news:c6ba83$26d$1@is.intellij.net...

On 2013 when I search for usages I get an exception.

>

I dismiss it and immediately get a new one, etc.

>

In the background, the progress bar continues.

>

When the search is over I had to click Ignore about 3 times and eventually

I

got the Find panel to show up and show the results. This feature, btw is

so

great...

>

It seems like some API call fails over and over.

>

Amnon

>
>


0
Avatar
Permanently deleted user

Hi,
Any chance to get stacktrace? Unfortunately 2013 not available for me for technical reasons.

TIA,
Dmitry

0
Avatar
Permanently deleted user

Dmitry Kashin wrote:

Any chance to get stacktrace? Unfortunately 2013 not available for me for technical reasons.


How about what is probably a different stacktrace for 1.6 on 2013?

Thanks,
Jon

Error message: Original exception:
java.lang.AbstractMethodError

at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)

at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at com.intellij.util.EventDispatcher.a(EventDispatcher.java:14)

at com.intellij.util.EventDispatcher.a(EventDispatcher.java:36)

at com.intellij.util.EventDispatcher.access$100(EventDispatcher.java:55)

at com.intellij.util.EventDispatcher$1.invoke(EventDispatcher.java:0)

at $Proxy3.fileContentLoaded(Unknown Source)

at com.intellij.openapi.j.a.b.a(b.java:183)

at com.intellij.openapi.j.a.b.getDocument(b.java:10)

at
com.propertiesEditor.propedit.model.PropertiesFileDocument.(PropertiesFileDocument.java:48) at com.propertiesEditor.propedit.model.PropertiesFileManager.getPropertiesFileDocument(PropertiesFileManager.java:49) at com.propertiesEditor.propedit.model.Bundle.init(Bundle.java:67) at com.propertiesEditor.propedit.model.Bundle.(Bundle.java:60) at com.propertiesEditor.propedit.model.BundleManager.getBundleForFile(BundleManager.java:47) at com.propertiesEditor.propedit.controller.PropertiesFileEditor.]]>(PropertiesFileEditor.java:115)

at
com.propertiesEditor.propedit.PropertiesFileEditorComponent.createEditor(PropertiesFileEditorComponent.java:164)

at com.intellij.openapi.j.a.d.b(d.java:155)

at com.intellij.openapi.j.a.d.access$900(d.java:24)

at com.intellij.openapi.j.a.d$6.run(d$6.java:2)

at com.intellij.openapi.command.impl.a.executeCommand(a.java:8)

at com.intellij.openapi.j.a.d.a(d.java:281)

at com.intellij.openapi.j.a.d.openFile(d.java:463)

at com.intellij.openapi.j.a.d$4.run(d$4.java)

at com.intellij.openapi.command.impl.a.executeCommand(a.java:60)

at com.intellij.openapi.j.a.d.openTextEditor(d.java:6)

at com.intellij.ide.actions.bo$0.elementChosen(bo$0.java:0)

at com.intellij.ide.util.gotoByName.b.close(b.java:10)

at
com.intellij.ide.util.gotoByName.ChooseByNameBase$11.actionPerformed(ChooseByNameBase$11.java:2)

at javax.swing.JTextField.fireActionPerformed(JTextField.java:491)

at javax.swing.JTextField.postActionEvent(JTextField.java:672)

at javax.swing.JTextField$NotifyAction.actionPerformed(JTextField.java:786)

at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1530)

at javax.swing.JComponent.processKeyBinding(JComponent.java:2438)

at javax.swing.JComponent.processKeyBindings(JComponent.java:2473)

at javax.swing.JComponent.processKeyEvent(JComponent.java:2401)

at
com.intellij.ide.util.gotoByName.ChooseByNameBase$s_.processKeyEvent(ChooseByNameBase$s_.java:34)

at java.awt.Component.processEvent(Component.java:4909)

at java.awt.Container.processEvent(Container.java:1569)

at java.awt.Component.dispatchEventImpl(Component.java:3615)

at java.awt.Container.dispatchEventImpl(Container.java:1627)

at java.awt.Component.dispatchEvent(Component.java:3477)

at
java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1713)

at
java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:627)

at
java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:831)

at
java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:741)

at
java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:592)

at java.awt.Component.dispatchEventImpl(Component.java:3506)

at java.awt.Container.dispatchEventImpl(Container.java:1627)

at java.awt.Window.dispatchEventImpl(Window.java:1606)

at java.awt.Component.dispatchEvent(Component.java:3477)

at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)

at com.intellij.ide.r.b(r.java:43)

at com.intellij.ide.r.a(r.java:100)

at com.intellij.ide.r.dispatchEvent(r.java:99)

at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)

at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)

at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)

at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)

at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

0
Avatar
Permanently deleted user

Hi,
To support compatibility Aurora and Pallada I'm using some reflection and looks like some changes with Progress API but I'm cannot determine it :(

TIA,
Dmitry

0
Avatar
Permanently deleted user

Or may be I'm wrong and something another changed. I'll try to fix this issue remotely without 2013 if it possible.

TIA,
Dmitry

0
Avatar
Permanently deleted user

I can send you 2013 in any way you want if that helps.

"Dmitry Kashin" <no_mail@jetbrains.com> wrote in message
news:17291352.1082750141777.JavaMail.itn@is.intellij.net...

Or may be I'm wrong and something another changed. I'll try to fix this

issue remotely without 2013 if it possible.
>

TIA,
Dmitry



0
Avatar
Permanently deleted user

Thanks for proposition if I found part where problem can appear I'll ask you.
Is this issue appears after finding usages or alltime?

TIA,
Dmitry

0
Avatar
Permanently deleted user

Hi,
There are many similiar bug reports on 2013 and in many of them my plugin doesn't present. How we can know where problem occure?
In my plugin I'm just call getDocument() method and exception occure.

In one thread was recomendation to clear caches but how to fix this bug in my plugin I'm don't know :(
Can you provide more details of this problem?

TIA,
Dmitry

0
Avatar
Permanently deleted user

Hi,
This http://www.intellij.net/forums/thread.jsp?forum=13&thread=86075 looks familiar where the problem? May be Jetbrains can help?

TIA,
Dmitry

0

请先登录再写评论。