checkstyle
How to write a Checkstyle custom check involving indirect inheritance?
We need to write a checkstyle custom check that verifies a specific condition for classes that inherit—directly or indirectly—from a certain class A. Is it possible to identify the indirect inherita[详细]
2023-04-13 07:30 分类:问答how to resolve checkstyle_error.xml errors
In my project checkstyle_error.xml shows this error Parameter role should be final. forpublic void setRole(String role) { but i am not getting why it should be final.[详细]
2023-04-11 19:52 分类:问答CheckStyle rules for Java Code Conventions from 1997
Is there a Check开发者_运维知识库Style rule file that checks against the Java Code Conventions from September 12, 1997?According to the checkstyle homepage, it contains an example configuration file s[详细]
2023-04-07 06:04 分类:问答Maven multi-project dependency management for checkstyle plugin
I\'m trying to use the maven-checkstyle plugin for a multi-module project here is my projec structure[详细]
2023-04-07 05:02 分类:问答how to write Custom checks in checkstyle?
I want to write a custom check for checkstyle. my rul开发者_JAVA百科e that i want to work with is[详细]
2023-04-05 16:46 分类:问答Java plugin "There is no site selected" Any idea on this?
trying to install checkstyle from : http://eclipse-cs.sourceforge.net/downloads.html when I click help->install software then add checkstyle link[详细]
2023-04-04 08:57 分类:问答Eclipse, Checkstyle and spaces in a java doc comment
I have installed the Checkstyle plugin for Eclipse. When i habe writen now a doc comment for 开发者_StackOverflowa method and there is an empty line line between my acutal comment and the parameter li[详细]
2023-04-03 17:51 分类:问答Netbeans + Checkstyle
Does anyone have experience using checkstyle in netbeans 7? I have the plugin installed, and I have selected my configuration file but I\'m not seeing any errors or the promised \"annotation\". Any su[详细]
2023-04-03 14:06 分类:问答Checkstyle and Findbugs for changed files only on Jenkins (and/or Hudson)
We work with a lot of legacy code and we think about introducing some metrics for new code. Is it possible to let Findbugs and Checkstyle run on changed files only instead of a complete project?[详细]
2023-04-01 12:51 分类:问答CheckStyle from maven: how to fail at the very end?
I have a multi-module maven buil开发者_StackOverflowd configured to run CheckStyle. It works, but it fails as soon as it comes across a module with a violation. How can I process all modules but not f[详细]
2023-03-31 07:11 分类:问答