You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by cs...@apache.org on 2016/01/08 04:36:40 UTC

[1/2] incubator-apex-core git commit: APEXCORE-300 Fix checkstyle regular expression APEXCORE-301 Added "io" to imports in checkstyle

Repository: incubator-apex-core
Updated Branches:
  refs/heads/devel-3 3f3afeaa1 -> 7629be8f4


APEXCORE-300 Fix checkstyle regular expression
APEXCORE-301 Added "io" to imports in checkstyle


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/ffa84473
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/ffa84473
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/ffa84473

Branch: refs/heads/devel-3
Commit: ffa844732e5cd31710ebdf9d827aef2ace530244
Parents: 3f3afea
Author: Vlad Rozov <v....@datatorrent.com>
Authored: Thu Jan 7 18:43:00 2016 -0800
Committer: Vlad Rozov <v....@datatorrent.com>
Committed: Thu Jan 7 18:43:00 2016 -0800

----------------------------------------------------------------------
 apex_checks.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ffa84473/apex_checks.xml
----------------------------------------------------------------------
diff --git a/apex_checks.xml b/apex_checks.xml
index 136a0d0..dd4d035 100644
--- a/apex_checks.xml
+++ b/apex_checks.xml
@@ -35,7 +35,7 @@
   </module>
 
   <module name="RegexpMultiline">
-    <property name="format" value="System\.(out)|(err)\.print(ln)?\("/>
+    <property name="format" value="System\.(out|err)\.print(ln)?\("/>
   </module>
 
   <module name="TreeWalker">
@@ -158,7 +158,7 @@
     </module>
 
     <module name="ImportOrder">
-      <property name="groups" value="/^javax?\./,org,/org\.apache/,com,/com\.datatorrent/,*"/>
+      <property name="groups" value="/^javax?\./,org,/org\.apache/,io,com,/com\.datatorrent/,*"/>
       <property name="ordered" value="true"/>
       <property name="option" value="bottom"/>
       <property name="sortStaticImportsAlphabetically" value="true"/>


[2/2] incubator-apex-core git commit: Merge branch 'APEXCORE-300' into devel-3

Posted by cs...@apache.org.
Merge branch 'APEXCORE-300' into devel-3


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/7629be8f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/7629be8f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/7629be8f

Branch: refs/heads/devel-3
Commit: 7629be8f42b58485c97332087a68e13e3f23cdf8
Parents: 3f3afea ffa8447
Author: Chandni Singh <cs...@apache.org>
Authored: Thu Jan 7 19:35:24 2016 -0800
Committer: Chandni Singh <cs...@apache.org>
Committed: Thu Jan 7 19:35:24 2016 -0800

----------------------------------------------------------------------
 apex_checks.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------