Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EAP] Error when clicking the symfony line marker icon #329

Closed
pylebecq opened this issue Aug 8, 2014 · 2 comments
Closed

[EAP] Error when clicking the symfony line marker icon #329

pylebecq opened this issue Aug 8, 2014 · 2 comments

Comments

@pylebecq
Copy link
Contributor

pylebecq commented Aug 8, 2014

Since the last EAP update, whenever I click the symfony line marker icon next to an action, the popup does not appear and an error is logged:
capture decran 2014-08-08 a 10 49 32

com.intellij.ide.actions.GotoRelatedSymbolAction.createPopup(Ljava/util/List;Ljava/lang/String;)Lcom/intellij/openapi/ui/popup/JBPopup;

com.intellij.ide.actions.GotoRelatedSymbolAction.createPopup(Ljava/util/List;Ljava/lang/String;)Lcom/intellij/openapi/ui/popup/JBPopup;
java.lang.NoSuchMethodError: com.intellij.ide.actions.GotoRelatedSymbolAction.createPopup(Ljava/util/List;Ljava/lang/String;)Lcom/intellij/openapi/ui/popup/JBPopup;
    at fr.adrienbrault.idea.symfony2plugin.dic.RelatedPopupGotoLineMarker$NavigationHandler.navigate(RelatedPopupGotoLineMarker.java:31)
    at com.intellij.codeInsight.daemon.LineMarkerInfo$NavigateAction.actionPerformed(LineMarkerInfo.java:123)
    at com.intellij.openapi.editor.impl.EditorGutterComponentImpl.mouseReleased(EditorGutterComponentImpl.java:1245)
    at com.intellij.openapi.editor.impl.EditorImpl.a(EditorImpl.java:3987)
    at com.intellij.openapi.editor.impl.EditorImpl.access$10800(EditorImpl.java:131)
    at com.intellij.openapi.editor.impl.EditorImpl$MyMouseAdapter$2.run(EditorImpl.java:5533)
    at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:124)
    at com.intellij.openapi.editor.impl.EditorImpl$MyMouseAdapter.c(EditorImpl.java:5536)
    at com.intellij.openapi.editor.impl.EditorImpl$MyMouseAdapter.mouseReleased(EditorImpl.java:5428)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)
    at java.awt.Component.processMouseEvent(Component.java:6414)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3275)
    at java.awt.Component.processEvent(Component.java:6179)
    at java.awt.Container.processEvent(Container.java:2084)
    at java.awt.Component.dispatchEventImpl(Component.java:4776)
    at java.awt.Container.dispatchEventImpl(Container.java:2142)
    at java.awt.Component.dispatchEvent(Component.java:4604)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4618)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4279)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4209)
    at java.awt.Container.dispatchEventImpl(Container.java:2128)
    at java.awt.Window.dispatchEventImpl(Window.java:2492)
    at java.awt.Component.dispatchEvent(Component.java:4604)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:717)
    at java.awt.EventQueue.access$400(EventQueue.java:82)
    at java.awt.EventQueue$2.run(EventQueue.java:676)
    at java.awt.EventQueue$2.run(EventQueue.java:674)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:690)
    at java.awt.EventQueue$3.run(EventQueue.java:688)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:687)
    at com.intellij.ide.IdeEventQueue.e(IdeEventQueue.java:724)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:547)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:362)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

PHPStorm Version: 138.1505
Plugin Version: 0.11.68

@Haehnchen Haehnchen added the eap label Aug 8, 2014
@Haehnchen
Copy link
Owner

"move popup UI logic to NavigationUtil"
JetBrains/intellij-community@06c4bfd

@Haehnchen
Copy link
Owner

also related to #297

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants