New LogMessageExtractorCheck which writes out TXT report of all loggers 10/39410/10
authorMichael Vorburger <vorburger@redhat.com>
Wed, 25 May 2016 12:58:03 +0000 (14:58 +0200)
committerRobert Varga <nite@hq.sk>
Mon, 18 Jul 2016 15:24:33 +0000 (15:24 +0000)
commit19c2c0edae38d93402d8c3912b8dae54e07b20db
tree8edf3a39b643753ad27e9b33d1ac497c97663863
parent4a575b0bf11bfd39cd0169e63983c054b3760bce
New LogMessageExtractorCheck which writes out TXT report of all loggers

Change-Id: I853c742901131293c58c78bea821fe0d12957f07
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
common/checkstyle-logging/pom.xml
common/checkstyle-logging/src/main/java/org/opendaylight/yangtools/checkstyle/AbstractLogMessageCheck.java [new file with mode: 0644]
common/checkstyle-logging/src/main/java/org/opendaylight/yangtools/checkstyle/CheckLoggingUtil.java
common/checkstyle-logging/src/main/java/org/opendaylight/yangtools/checkstyle/FileNameUtil.java [new file with mode: 0644]
common/checkstyle-logging/src/main/java/org/opendaylight/yangtools/checkstyle/LogMessageExtractorCheck.java [new file with mode: 0644]
common/checkstyle-logging/src/main/java/org/opendaylight/yangtools/checkstyle/LogMessagePlaceholderCountCheck.java
common/checkstyle-logging/src/main/resources/checkstyle-logging.xml
common/checkstyle-logging/src/test/java/org/opendaylight/yangtools/checkstyle/CheckLoggingTestClass.java
common/checkstyle-logging/src/test/java/org/opendaylight/yangtools/checkstyle/CheckstyleTest.java
common/checkstyle-logging/src/test/java/org/opendaylight/yangtools/checkstyle/FileNameUtilTest.java [new file with mode: 0644]