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

NullPointerException after Idea launched #10

Open
Kwaq opened this issue Dec 29, 2015 · 2 comments
Open

NullPointerException after Idea launched #10

Kwaq opened this issue Dec 29, 2015 · 2 comments

Comments

@Kwaq
Copy link

Kwaq commented Dec 29, 2015

Sometimes I'm getting NPE after lauching IDEA (15.0.2) or opening project.

Below is the stacktrace.

java.lang.NullPointerException
    at java.lang.String.replace(String.java:2180)
    at com.karateca.jstoolbox.torelated.GoToRelatedAction.goToFiles(GoToRelatedAction.java:113)
    at com.karateca.jstoolbox.torelated.GoToRelatedAction.actionPerformed(GoToRelatedAction.java:41)
    at com.karateca.jstoolbox.torelated.GoToViewAction.actionPerformed(GoToViewAction.java:8)
    at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher$3.performAction(IdeKeyEventDispatcher.java:595)
    at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:646)
    at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.c(IdeKeyEventDispatcher.java:485)
    at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:215)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:622)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:381)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
@andresdominguez
Copy link
Owner

Thank you for reporting the issue. I will try to reproduce it. Does it happen every time you try to go to a related file? What configuration did you use in the settings page?

@Kwaq
Copy link
Author

Kwaq commented Jan 21, 2016

As for the first question: probably not, because it happens sometimes and only after Idea startup. I did not relate it to particular file.
And here are my settings.
js_toolbox

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