[
https://issues.apache.org/jira/browse/KNOX-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated KNOX-1453:
-------------------------------
Attachment: KNOX-1453.patch
Status: Patch Available (was: Open)
> 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)