[hibernate-commits] [hibernate/hibernate-search] 944ac8: HSEARCH-1326 Moving custom checks into hibernate n...

GitHub noreply at github.com
Wed Jul 10 12:04:42 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-search
  Commit: 944ac8e3f8cc68158c477bcea36a4b6e44fea4ca
      https://github.com/hibernate/hibernate-search/commit/944ac8e3f8cc68158c477bcea36a4b6e44fea4ca
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2013-07-10 (Wed, 10 Jul 2013)

  Changed paths:
    R build-config/src/main/java/com/puppycrawl/tools/checkstyle/checks/regexp/DoubleSpacesCheck.java
    R build-config/src/main/java/com/puppycrawl/tools/checkstyle/checks/regexp/StringSuppressor.java
    A build-config/src/main/java/org/hibernate/checkstyle/checks/regexp/CommentSuppressor.java
    A build-config/src/main/java/org/hibernate/checkstyle/checks/regexp/DoubleSpacesCheck.java
    A build-config/src/main/java/org/hibernate/checkstyle/checks/regexp/MatchSuppressor.java
    A build-config/src/main/java/org/hibernate/checkstyle/checks/regexp/NeverSuppress.java
    A build-config/src/main/java/org/hibernate/checkstyle/checks/regexp/StringSuppressor.java
    M build-config/src/main/resources/checkstyle.xml
    R build-config/src/main/resources/com/puppycrawl/tools/checkstyle/checks/regexp/messages.properties
    A build-config/src/main/resources/org/hibernate/checkstyle/checks/regexp/messages.properties
    R build-config/src/test/java/com/puppycrawl/tools/checkstyle/checks/regexp/DoubleSpacesCheckTest.java
    R build-config/src/test/java/com/puppycrawl/tools/checkstyle/checks/regexp/StringSuppressorTest.java
    A build-config/src/test/java/org/hibernate/checkstyle/checks/regexp/DoubleSpacesCheckTest.java
    A build-config/src/test/java/org/hibernate/checkstyle/checks/regexp/StringSuppressorTest.java
    M pom.xml

  Log Message:
  -----------
  HSEARCH-1326 Moving custom checks into hibernate namespace. This change will avoid class loading issues in Idea using the Checkstyle plugin

Copying MatchSuppressor, NeverSuppress and CommentSuppressor, since they are package private.





More information about the hibernate-commits mailing list