Gradle 1.12 User Guide translation-Chapter 29th. Checkstyle plug-in, gradlecheckstyle
For translation of other chapters, see:
Http://blog.csdn.net/column/details/gradle-translation.html
Please pay attention to the address on Github for translation
Here are three open source tools, PMD, Checkstyle and findbugs, with emphasis on ant calls, and commercial software Jtest is said to be a well-known tool for code analysis, haha.
Checkstyle (http://checkstyle.sourceforge.net/) version
It's written in front.
OK, I admit, I am lazy, wrote a day of documents, here to paste directly, I hope you can understand, if you need a complete format of the document, please go to my Baidu library download, address
Introduced
Checkstyle is a project under SourceForge that provides a tool to help Java developers comply with certain coding specifications. It automates the code-checking process and frees developers from this important, but tedious,
Reprinted from: http://www.cnblogs.com/lanxuezaipiao/p/3202169.htmlCheckstyle is a project under SourceForge that provides a tool to help Java developers comply with certain coding specifications. It automates the process of code specification
About checkstyleChecksytle is a code format check tool. It can check the code according to the configured encoding rules.For example, naming variables that comply with the specifications and a good program style.If your project manager says at a
1.CheckStyle is a project under SourceForge that provides a tool to help Java developers comply with certain coding specifications.Checkstyle provides most of the functionality that is checked for code specificationsMain contents of Checkstyle test·
One, PMD is scanning Java source code and find the following potential problems:local variables that have never been usedempty snap block (catch block)parameters that have never been usedempty if DeclarationDuplicate Import Declarationsprivate
After installing the checkstyle plug-in Hudson, start Tomcat to report an error. The following error output information is found on the Tomcat console, And the checkstyle plug-in is not found in the plugin Management in Hudson system, this indicates
1.fiindBugs is a static analysis tool that examines potential bugs in the program and quickly locates the problem code in the bug report. The installation under idea is easy to refer tohttp://zhongmin2012.iteye.com/blog/23008732.checkStyle belongs
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.