checkstyle
Avoiding CheckStyle magic number errors in JDBC queries
I am working on a group project for class and we are trying out CheckStyle. I am fairly comfortable with Java but have never touched JDBC or done any database work before this.[详细]
2022-12-25 03:54 分类:问答Is there a Checkstyle-like tool to monitor XHTML (or XML) pages?
I am working on a project where we have many JSF pages - using the XHTML format. We monitor the quality of our code using Sonar (and thus Checkstyle, PMD, FindBugs...). This works great for the Java p[详细]
2022-12-24 19:55 分类:问答What are the optimal checkstyle settings for MethodLength and FileLength?
I am starting a new Java web project that will be worked on by up to 10 developers. It will probably be hard to change once the codebase grows large, so what are the best checkstyle settings to use[详细]
2022-12-24 09:17 分类:问答Checkstyle for C#?
I\'m looking to find something along the lines of Checkstyle for Visual Studio.I\'ve recently started a new gig doing .NET work and realized that coding standards here are a bit lacking.While I\'m sti[详细]
2022-12-23 02:54 分类:问答Excluding classes in Maven Checkstyle plugin reports
I have a Maven 2 project and I want to configure my Checkstyle report plugin so that only some of my classes are analysed.I have found t开发者_C百科he maven.checkstyle.excludes property, but despite p[详细]
2022-12-21 12:52 分类:问答Eclipse Checkstyle with configuration and SuppressionFilter on server
I have configured my Eclipse to use a remote checkstyle configuration that is located on a server, which I reach via HTTP. This works fine, but the 开发者_运维知识库configuration contains:[详细]
2022-12-16 22:41 分类:问答Is there a way to force Checkstyle to ignore particular warning in the source code? [duplicate]
This qu开发者_如何学JAVAestion already has answers here: Disable a particular Checkstyle rule for a particular line of code?[详细]
2022-12-11 12:20 分类:问答Cleaning up code breaks binary compatibility
I\'m working on a project which is being used by a number of people I don\'t know. We\'ve done a fairly good job of bringing down the CheckStyle warnings and the thing is about a low as its going to g[详细]
2022-12-09 01:49 分类:问答Can I disable CheckStyle complaints for deprecated methods and classes?
I\'m maintaining an API that has deprecated some public static fields. CheckStyle complains loudly about these but I\'d rather have it ignore them completely since I\'ve dealt with the problem by ma[详细]
2022-12-08 08:15 分类:问答