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
请先登录再写评论。
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.
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.
Brian Knorr wrote:
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.
Will you be so kind and provide a URL, so everybody can download the updated plugin?
Thank you.
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.
Already has implemented, actually. Almost all of the checks implemented in Checkstyle are available in the InspectionGadgets plugin.
ever got that url? please post it here