You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2012/06/05 18:15:23 UTC

[3/4] git commit: remove InnerTypeLast check

remove InnerTypeLast check

This is overly strict. Inner classes which act as data types for
Lists, Maps, Stacks, etc should be on top of the class as they
are important information about the variables.


Project: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/commit/88c4b00c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/tree/88c4b00c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/diff/88c4b00c

Branch: refs/heads/master
Commit: 88c4b00c019f7a1262da6f6b6c2dc94515990e00
Parents: 8704d17
Author: Mark Struberg <st...@apache.org>
Authored: Tue Jun 5 18:04:33 2012 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Tue Jun 5 18:04:33 2012 +0200

----------------------------------------------------------------------
 .../main/resources/deltaspike/default-checks.xml   |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/88c4b00c/deltaspike/checkstyle-rules/src/main/resources/deltaspike/default-checks.xml
----------------------------------------------------------------------
diff --git a/deltaspike/checkstyle-rules/src/main/resources/deltaspike/default-checks.xml b/deltaspike/checkstyle-rules/src/main/resources/deltaspike/default-checks.xml
index b4babef..69b9cac 100644
--- a/deltaspike/checkstyle-rules/src/main/resources/deltaspike/default-checks.xml
+++ b/deltaspike/checkstyle-rules/src/main/resources/deltaspike/default-checks.xml
@@ -192,7 +192,6 @@
         <module name="NoFinalizer"/>
         <module name="MissingOverride"/>
         <module name="HideUtilityClassConstructor"/>
-        <module name="InnerTypeLast"/>
         <module name="EqualsAvoidNull"/>
         <module name="ModifiedControlVariable"/>
         <module name="DeclarationOrder"/>