You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2015/11/03 03:27:24 UTC

[23/50] [abbrv] incubator-apex-core git commit: APEX-178 #resolve #comment added checkstyle rule that fails when wildcards imports are added

APEX-178 #resolve #comment added checkstyle rule that fails when wildcards imports are added


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/b986f70e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/b986f70e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/b986f70e

Branch: refs/heads/master
Commit: b986f70e45e6ab091fff6f0f9cae625eccccd8b7
Parents: 8104e25
Author: Chandni Singh <cs...@apache.org>
Authored: Sun Oct 4 22:35:34 2015 -0700
Committer: Chandni Singh <cs...@apache.org>
Committed: Sun Oct 4 22:35:34 2015 -0700

----------------------------------------------------------------------
 apex_checks.xml      | 2 +-
 api/pom.xml          | 2 +-
 bufferserver/pom.xml | 2 +-
 common/pom.xml       | 2 +-
 engine/pom.xml       | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b986f70e/apex_checks.xml
----------------------------------------------------------------------
diff --git a/apex_checks.xml b/apex_checks.xml
index 7ba9ea4..3bdc27e 100644
--- a/apex_checks.xml
+++ b/apex_checks.xml
@@ -141,7 +141,7 @@
       <property name="option" value="bottom"/>
       <property name="sortStaticImportsAlphabetically" value="true"/>
     </module>
-
+    <module name="AvoidStarImport"/>
     <module name="RedundantImport"/>
     <module name="UnusedImports"/>
     <module name="MethodParamPad"/>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b986f70e/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index 067c40a..8c330dc 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -89,7 +89,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
-          <maxAllowedViolations>42</maxAllowedViolations>
+          <maxAllowedViolations>50</maxAllowedViolations>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b986f70e/bufferserver/pom.xml
----------------------------------------------------------------------
diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml
index 773add8..6317470 100644
--- a/bufferserver/pom.xml
+++ b/bufferserver/pom.xml
@@ -51,7 +51,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
-          <maxAllowedViolations>121</maxAllowedViolations>
+          <maxAllowedViolations>124</maxAllowedViolations>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b986f70e/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 12a1d30..520d09a 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -74,7 +74,7 @@
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-checkstyle-plugin</artifactId>
       <configuration>
-        <maxAllowedViolations>76</maxAllowedViolations>
+        <maxAllowedViolations>87</maxAllowedViolations>
       </configuration>
     </plugin>
   </plugins>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b986f70e/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index ae334f2..3efd33f 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -145,7 +145,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
-          <maxAllowedViolations>2209</maxAllowedViolations>
+          <maxAllowedViolations>2322</maxAllowedViolations>
         </configuration>
       </plugin>
     </plugins>