Make sure no illegal imports (e.g. sun.*) are used

Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/d0650d1a
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/d0650d1a
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/d0650d1a

Branch: refs/heads/release
Commit: d0650d1a2f24957aa032d65909ca74e879ac4557
Parents: 1da8ccd
Author: Benedikt Ritter <brit...@apache.org>
Authored: Tue Jun 6 15:15:39 2017 +0200
Committer: Benedikt Ritter <brit...@apache.org>
Committed: Tue Jun 6 15:15:39 2017 +0200

----------------------------------------------------------------------
 checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/d0650d1a/checkstyle.xml
----------------------------------------------------------------------
diff --git a/checkstyle.xml b/checkstyle.xml
index 82dfec9..4a623a6 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -38,6 +38,7 @@ limitations under the License.
   <module name="TreeWalker">
     <property name="cacheFile" value="target/cachefile"/>
     <module name="AvoidStarImport"/>
+    <module name="IllegalImport"/>
     <module name="RedundantImport"/>
     <module name="UnusedImports"/>
     <module name="NeedBraces"/>

Reply via email to