Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Issue checkstyle#3607: (using Guava) Use reflection to load Checks ba…
…se on checkstyle_packages.xml
  • Loading branch information
Luolc committed Apr 25, 2017
1 parent 0a4bf65 commit 9a11182
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 461 deletions.
1 change: 1 addition & 0 deletions config/import-control.xml
Expand Up @@ -51,6 +51,7 @@
<allow class="com.google.common.collect.ImmutableMap" local-only="true"/>
<allow class="com.google.common.collect.Multimap" local-only="true"/>
<allow class="com.google.common.io.ByteStreams" local-only="true"/>
<allow class="com.google.common.reflect.ClassPath" local-only="true"/>

<subpackage name="utils">
<allow pkg="java.lang.reflect" local-only="true" />
Expand Down

0 comments on commit 9a11182

Please sign in to comment.