checkstyle
How can I get checkstyle to skip equals() and hashcode() methods generated by eclipse?
Our project contains several classes that we have equals() and hashCode() methods generated by Eclipse (Right Click -> Source -> Generate hashCode() and equals()).[详细]
2023-01-25 04:21 分类:问答Checkstyle and Generics
I\'m trying to correct all Checkstyle warnings for my project, but I keep stumbling 开发者_JAVA技巧over something very annoying when I need to construct a class that takes a Generics argument. Take th[详细]
2023-01-23 22:56 分类:问答CakePHP and Checkstyle
Can anyone recommend a ruleset.xml file that would be best for use with CakePHP? I was using the PEAR ruleset.xm开发者_StackOverflowl, and tried out the Squiz ruleset.xml, but I was wondering if there[详细]
2023-01-23 20:14 分类:问答checkstyle rules that covers Effective Java recommendations
Does anyone know if there is a compilation of check style rules that covers most of the recommendations made by Joshua Bloch in his Effective Java book? I know I can add custom rules in the checkstyle[详细]
2023-01-23 08:04 分类:问答Disable all checkstyle checks for a specific java package
I have two packages namely com/mydomain/abc/delegate/xyz/jaxws/managed and com/mydomain/abc/xyz/jaxws/managed[详细]
2023-01-22 12:10 分类:问答Default constructor is good or evil? Checkstyle and PMD are opposite here [closed]
Closed. This question is o开发者_开发百科pinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citati[详细]
2023-01-22 05:27 分类:问答maven eclipse checkstyle plugin
I have custom checkstyle checks file (called checks.xml), and I\'m trying to use that same file in both maven and eclipse. It all works well, except for the SuppressionFilter.[详细]
2023-01-20 21:22 分类:问答Project-specific Checkstyle configuration in Eclipse
Is there a way to define a configuration XML for Checkstyle in Eclipse that would be project specific, as in \"you put a XML file in the project tree and Checkstyle recognizes it\"?[详细]
2023-01-15 13:21 分类:问答Is there a static analysis tool like Lint or Perl::Critic for shell scripts?
Are there any shell (specifically bash or ksh) checkers that test shell scripts for style, best practices, naming conventions, etc?(Something like Lint for C, or Perl::Critic for Perl.)[详细]
2023-01-15 13:01 分类:问答Is there a style checker for c++?
I have worked with java for a while now, and I found checkstyle to be very useful. I am starting to work with c++ and I was wondering if there is a style checker with similar functionality. I am mainl[详细]
2023-01-15 12:43 分类:问答