Add a few checkstyle rules (javadoc, imports)
---------------------------------------------
Key: BUILD-34
URL: http://jira.magnolia-cms.com/browse/BUILD-34
Project: Build
Issue Type: New Feature
Reporter: Grégory Joseph
Assignee: Grégory Joseph
Fix For: Build Tools 1.5.5
Will add the following:
* JavadocType - enforces class-level javadoc -(make sure it's not enforced for
tests)
* JavadocStyle - enforce that there actually IS a javadoc comment, not just an
empty /** */
* AvoidStarImport - will still allow them for static imports
* RedundantImport
* UnusedImports
Additionally, a change in the latest version of Checkstyle will make it so that
the tab character check will be applied on all files, not just java sources
anymore. ("New check FileTabCharacter for ensuring that any files does not
contain a tab character. It replaces TabCharacterCheck which was restricted to
Java files." as per http://checkstyle.sourceforge.net/releasenotes.html)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------