Repository: incubator-beam
Updated Branches:
  refs/heads/master 0f3b05335 -> 4e5cfc4cf


Add wildcard to checkstyle ordering

Add wildcard to checkstyle, to handle unexpected package prefixes.  These 
should still be ordered before the sun and java packages.

Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/7562a936
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/7562a936
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/7562a936

Branch: refs/heads/master
Commit: 7562a936527a4594cb76fcd1df77579e3b7f809d
Parents: 0f3b053
Author: sammcveety <sam.mcve...@gmail.com>
Authored: Thu May 5 12:15:24 2016 -0700
Committer: Davor Bonaci <da...@google.com>
Committed: Sun May 8 12:31:48 2016 -0700

----------------------------------------------------------------------
 sdks/java/build-tools/src/main/resources/beam/checkstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/7562a936/sdks/java/build-tools/src/main/resources/beam/checkstyle.xml
----------------------------------------------------------------------
diff --git a/sdks/java/build-tools/src/main/resources/beam/checkstyle.xml 
b/sdks/java/build-tools/src/main/resources/beam/checkstyle.xml
index 2a4f832..f92a0a1 100644
--- a/sdks/java/build-tools/src/main/resources/beam/checkstyle.xml
+++ b/sdks/java/build-tools/src/main/resources/beam/checkstyle.xml
@@ -97,7 +97,7 @@ page at http://checkstyle.sourceforge.net/config.html -->
       <!-- Checks for out of order import statements. -->
 
       <property name="severity" value="error"/>
-      <property name="groups" 
value="org.apache.beam,com.google,android,com,io,Jama,junit,net,org,sun,java,javax"/>
+      <property name="groups" 
value="org.apache.beam,com.google,android,com,io,Jama,junit,net,org,sun,*,java,javax"/>
       <!-- This ensures that static imports go first. -->
       <property name="option" value="top"/>
       <property name="tokens" value="STATIC_IMPORT, IMPORT"/>

Reply via email to