When is the Checkstyle plugin going to be updated?

We are interested in using the Checkstyle plugin for IDEA, but it only supports an older version of Checkstyle (version 2.4). Any ideas on when it will be updated to support the latest release (version 3.1)?

http://www.intellij.org/twiki/bin/view/Main/JetStylePlugin

Thanks,

Brian

0
7 comments
Avatar
Permanently deleted user


Don't know about the Checkstyle plugin, but I'm in the process of working up an inspection plugin which will allow essentially all of the Checkstyle audits (among many others) to be run out of the Inspection panel, and allow many of them to show up as "yellow-line" warnings. I've got 50 audits written and correctly detecting/fixing problems, but the UI work is still very shaky. I will be shipping by mid-August at latest.

0
Avatar
Permanently deleted user

I am one of the Checkstyle (core, not Idea plugin) developers. I have been working on the jetstyle plugin a bit to make it compatible with Checkstyle 3.1 and have sent the updated sources to the plugin maintainer a few weeks ago. So far I have not received any response.

0
Avatar
Permanently deleted user

Brian Knorr wrote:

We are interested in using the Checkstyle plugin for IDEA, but it only supports an older version of Checkstyle (version 2.4). Any ideas on when it will be updated to support the latest release (version 3.1)?

http://www.intellij.org/twiki/bin/view/Main/JetStylePlugin


I have implemented a trivial plugin that just runs CheckStyle (3.x)
against an external configuration file, and produces a clickable panel.
That might be useful to some people until the proper solution arrives.

0
Avatar
Permanently deleted user

Will you be so kind and provide a URL, so everybody can download the updated plugin?

Thank you.

0
Avatar
Permanently deleted user

How can I try it? Maybe it will be enough for the first time. Of cource, highlighting Dave Griffith wants to implemnt is cool :))

Please, give an URL.

Thank you.

0
Avatar
Permanently deleted user


Already has implemented, actually. Almost all of the checks implemented in Checkstyle are available in the InspectionGadgets plugin.

0
Avatar
Permanently deleted user

ever got that url? please post it here

0

Please sign in to leave a comment.