checkstyle throws Nullpointer Follow
When starting IntelliJ IDEA I see the following Stacktrace:
No message
java.lang.NullPointerException
at org.infernus.idea.checkstyle.CheckStylePlugin.registerToolWindow(CheckStylePlugin.java:295)
at org.infernus.idea.checkstyle.CheckStylePlugin.projectOpened(CheckStylePlugin.java:325)
at com.intellij.openapi.project.impl.ProjectImpl.c(ProjectImpl.java:63)
at com.intellij.openapi.project.impl.ProjectImpl.access$300(ProjectImpl.java:67)
at com.intellij.openapi.project.impl.ProjectImpl$MyProjectManagerListener.projectOpened(ProjectImpl.java:1)
at com.intellij.openapi.project.impl.ProjectManagerImpl$1.projectOpened(ProjectManagerImpl.java:24)
at com.intellij.openapi.project.impl.ProjectManagerImpl.d(ProjectManagerImpl.java:213)
at com.intellij.openapi.project.impl.ProjectManagerImpl.openProject(ProjectManagerImpl.java:177)
at com.intellij.openapi.project.impl.ProjectManagerImpl.loadAndOpenProject(ProjectManagerImpl.java:119)
at com.intellij.openapi.project.impl.ProjectManagerImpl.loadAndOpenProject(ProjectManagerImpl.java:240)
at com.intellij.ide.impl.ProjectUtil.openProject(ProjectUtil.java:131)
at com.intellij.idea.IdeaApplication.b(IdeaApplication.java:51)
at com.intellij.idea.IdeaApplication.access$400(IdeaApplication.java:46)
at com.intellij.idea.IdeaApplication$IdeStarter$3.run(IdeaApplication.java:3)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:25)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:108)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:118)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:19)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
I can not send it vie the usual interface.
The checkstyle window opens but its empty.
Plattform: MacOSX 10.5.1 Java (build 1.5.0_13-b05-237) Selena 7656 (this errer occured some builds ago)
Regards,
Dirk
Please sign in to leave a comment.
That immedietly says to me thats its a problem with your CheckStylePlugin
plugin rather than IntelliJ
Is that in in-house plugin or a 3rd party one you have downloaded and
installed?
"Dirk Jäckel" <no_reply@jetbrains.com> wrote in message
news:8041415.1201700754995.JavaMail.itn@is.intellij.net...
>
>
>
>
>
>
Hi!
You are absolutely right. This is the wrong place for this issue.
I was somehow under the impression that this was not a third party plugin.
Sorry,
Dirk
The NullpointerException is gone in Build 7675.