Authors:
jshiell
BSD

CheckStyle-IDEA

Products: IntelliJ IDEA, Android Studio

Vendor: James Shiell

Email:

Website: https://github.com/jshiell/checkstyle-idea

SourceCode: CheckStyle-IDEA_1065.zip

Description:

This plugin provides both real-time and on-demand scanning of Java files with CheckStyle 5.6 from within IDEA.

Downloads: 107530
Rating:
Participated in rating: 9
Version Since Build Until Build File/URL Size (Kb) Date Details
4.2. 123.94. . Download 2145.09 2013-03-02 14:30:22 details
3.9.2. 111.41. . Download 1968.91 2013-01-12 13:59:29 details
3.5. 107.105. . Download 1942.93 2011-09-11 15:13:09 details
3.3.2. 69.7126. . Download 1932.78 2011-05-11 22:31:35 details
1.0.2. 55.5600. . Download 1289.94 2007-04-24 21:47:59 details
. .
11 updates are hidden show all updates

Recent change notes:

Now supports project-relative rules files.

Comments:

12>
jshiell
Rated: noRate
2013-02-12 22:02:56
Funny, works for me. And many others. If it's not working for you, kindly raise a bug instead of spewing useless unqualified information here.
.
Anonymous
Rated: noRate
2013-02-12 22:00:57
Broken in IDEA 12
.
jshiell
Rated: noRate
2013-01-04 00:22:58
It's been working fine for me at work with 12.0. In any case, if you've found a problem please raise it on GitHub, otherwise I can't fix it. There's also a new version on GitHub which is targetted at version 12 only and will be released in about a week when I'm finished testing it.
.
deepgs
Rated:
2013-01-03 22:21:21
Plug-in is broken for Intellij 12
.
Anonymous
Rated:
2011-05-26 04:31:50
.
jshiell
Rated: noRate
2011-05-02 11:32:12
> While using CheckStyle plugin I am getting the below excpetion.

Please raise bugs at http://code.google.com/p/checkstyle-idea/issues/list and confirm which version of CS-IDEA you are using.

The most likely cause is that I've broken compatibility with IDEA 7.0 by removing deprecated calls. In which case I'm afraid this won't be fixed. But without seeing the exception I'm just guessing.
.
Anonymous
Rated: noRate
2011-05-02 08:41:04
Hi
While using CheckStyle plugin I am getting the below excpetion. Could anybody help me to solve this? my intellij version is 7.0 and checkstle is the latest one
.
gus4000
Rated:
2010-04-22 15:11:07
Works well. Real-time scanning seems to work pretty well, sometimes slows things down a bit. Import of existing checkstyle file is simple. Overall, a good plugin.
.
Anonymous
Rated:
2010-02-01 08:12:53
where to specify my own checkstyle file?
.
Anonymous
Rated:
2009-05-20 12:16:25
.
jshiell
Rated: noRate
2008-03-24 16:31:39
-- In IDEA 7.0M1B build#6833

Please update to a release build of IDEA 7.0.

Also, please send bug reports to the issue tracker at http://code.google.com/p/checkstyle-idea/issues/list - they may not be read here.
.
Anonymous
Rated: noRate
2008-03-12 12:08:40
In IDEA 7.0M1B build#6833


com.intellij.openapi.wm.ToolWindowManager.registerToolWindow(Ljava/lang/String;ZLcom/intellij/openapi/wm/ToolWindowAnchor;)Lcom/intellij/openapi/wm/ToolWindow;
java.lang.NoSuchMethodError: com.intellij.openapi.wm.ToolWindowManager.registerToolWindow(Ljava/lang/String;ZLcom/intellij/openapi/wm/ToolWindowAnchor;)Lcom/intellij/openapi/wm/ToolWindow;
at org.infernus.idea.checkstyle.CheckStylePlugin.registerToolWindow(CheckStylePlugin.java:292)
at org.infernus.idea.checkstyle.CheckStylePlugin.projectOpened(CheckStylePlugin.java:325)
at com.intellij.openapi.project.impl.ProjectImpl.c(ProjectImpl.java:88)
at com.intellij.openapi.project.impl.ProjectImpl.access$300(ProjectImpl.java:50)
at com.intellij.openapi.project.impl.ProjectImpl$MyProjectManagerListener.projectOpened(ProjectImpl.java:1)
at com.intellij.openapi.project.impl.ProjectManagerImpl$1.projectOpened(ProjectManagerImpl.java:14)
at com.intellij.openapi.project.impl.ProjectManagerImpl.c(ProjectManagerImpl.java:46)
at com.intellij.openapi.project.impl.ProjectManagerImpl.openProject(ProjectManagerImpl.java:153)
at com.intellij.openapi.project.impl.ProjectManagerImpl.loadAndOpenProject(ProjectManagerImpl.java:117)
at com.intellij.ide.impl.ProjectUtil.openProject(ProjectUtil.java:78)
at com.intellij.idea.IdeaApplication.c(IdeaApplication.java:14)
at com.intellij.idea.IdeaApplication.access$400(IdeaApplication.java:30)
at com.intellij.idea.IdeaApplication$IdeStarter$2.run(IdeaApplication.java:1)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:1)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:38)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:131)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:79)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
.
Anonymous
Rated:
2008-01-31 01:09:17
The Nullpointer is gone in build 7675.

Sorry for the fuss :-)

.
Anonymous
Rated: noRate
2008-01-30 21:09:56
since build Selena 7656 (Selena-7648 was OK) the plugin throws a Nullpinter when intializing and does not work any more:

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)


plattform is java 1,5 on Macosx 10.5
.
jshiell
Rated: noRate
2007-09-13 12:05:48
Please raise all bugs via the project website, as I don't read this page very often.

The IDEA 7M2 problem is open as issue #10 and will be fixed *hopefully* next week when I have some free time.
.
12>