checkstyle
Sonar doesn't follow or supply space option from checkstyle
I am using Sonar to present state of our code. We have a checkstyle xml document with our rule. In it, we have the \"Method param pad\" rule:[详细]
2023-01-11 10:28 分类:问答What does this checkstyle message means?
This is my code (taken from reply posted at SO question): package my; import java.net.MalformedURLExc开发者_如何学编程eption;[详细]
2023-01-10 21:36 分类:问答How to use Maven Checkstyle plugin in multi-module project?
This is my parent pom.xml (part of it) in a multi-module project: ... <build> <plugins> <plugin>[详细]
2023-01-10 14:14 分类:问答How to disable checkstyle in Eclipse?
I have checksty开发者_开发问答le plugin installed in my Eclipse. How do I disable it for a specific project in my workspace?[详细]
2023-01-08 13:14 分类:问答Checkstyle equivalent for JSPs?
Is there any tool to do for JSP files what checkstyle does for Java files? The ideal would be to include JSP checking开发者_开发百科 on checkstyle, but as far as I can see, this isn\'t possible.[详细]
2023-01-08 10:55 分类:问答checkstyle rule for jcip annotations
I want a rule that checks that fields and classes are properly annotated with the java concurrency in practice annotations provided by: http://mvnrepository.com/artifact/net.jcip/jcip-annotations[详细]
2023-01-05 04:48 分类:问答Static code analysis for new language. Where to start? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2022-12-31 14:15 分类:问答Checkstyle not working
I am new to maven and chekstyle, so need to ask some question... I want to use checkstyle in my maven based project, so in my pom.xml I have add the dependency[详细]
2022-12-28 23:41 分类:问答How can you suppress checkstyle checks within a block of code only for specific rules? [duplicate]
This question already has answers here: Closed 10 years ago. Possible Duplicate: How to disable a particular checkstyle rule for a particular line of code?[详细]
2022-12-27 10:43 分类:问答How to avoid line delimiter conversion (resulting in wrong line numbers) in Subversion pre-commit hook?
we have the following environment: a Windows 2008 Server with Apache 2.2.14 and SVN 1.6.6 through WebDAV. Multiple developers commit Java code from different Windows platforms.[详细]
2022-12-25 13:05 分类:问答