[
https://issues.apache.org/jira/browse/KNOX-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16627992#comment-16627992
]
ASF subversion and git services commented on KNOX-1453:
-------------------------------------------------------
Commit 93a096a4726d048e7485d85170707457ee54b026 in knox's branch
refs/heads/master from [~risdenk]
[ https://git-wip-us.apache.org/repos/asf?p=knox.git;h=93a096a ]
KNOX-1453 - Enable checkstyle no unused imports rule
Signed-off-by: Kevin Risden <[email protected]>
> Enable checkstyle no unused imports rule
> ----------------------------------------
>
> Key: KNOX-1453
> URL: https://issues.apache.org/jira/browse/KNOX-1453
> Project: Apache Knox
> Issue Type: Sub-task
> Components: Build
> Reporter: Kevin Risden
> Assignee: Kevin Risden
> Priority: Major
> Fix For: 1.2.0
>
> Attachments: KNOX-1453.patch
>
>
> {code:java}
> <!-- Checks for imports -->
> <!-- See http://checkstyle.sf.net/config_import.html -->
> <module name="RedundantImport"/>
> <!-- Import should be explicit, and only from pure java packages.
> But we allow imports that are only used in javadoc. -->
> <module name="UnusedImports">
> <property name="processJavadoc" value="true"/>
> </module>
> <module name="IllegalImport"/>
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)