且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

QAPlug-CheckStyle和CheckStyle-IDEA之间的区别

更新时间:2023-01-14 13:55:20

优点QAPlug上的CheckStyle-IDEA – Checkstyle:





我还没有注意到QAPlug更好时的任何用例。


Found a similar question about the difference between QAPlug-FindBugs and FindBugs-IDEA, but not about CheckStyle...

I think (from previous experience) with these plug-ins that one difference is that the QAPlug's CheckStyle version seems to be behind the CheckStyle-IDEA's CheckStyle version (I'm not referring to the versions of the plug-ins, but of the version of CheckStyle that's embedded in them).

Anyone knows of any other differences between those?

Advantages of CheckStyle-IDEA over QAPlug – Checkstyle:

  • Newer version of Checkstyle used
  • Community on GitHub
  • Fast scan before commit
  • Support for multiple configurations
  • Support for third-party checks

I haven't noticed any use case when QAPlug is better.