Fix minor bug in (new) LogMessageExtractorCheck 94/42194/2
authorMichael Vorburger <vorburger@redhat.com>
Thu, 21 Jul 2016 02:06:59 +0000 (04:06 +0200)
committerRobert Varga <nite@hq.sk>
Thu, 21 Jul 2016 08:25:44 +0000 (08:25 +0000)
commitf498be1a54a341227494970bf8670b4e95dbf16c
tree3cb5f949cd416b4520b542bcd93ad7849cc5736c
parenta38318393bc6aad05bc6328629b31b8ed3b8def3
Fix minor bug in (new) LogMessageExtractorCheck

Normally the target/ directory already exists of course, but if you e.g.
run just "mvn process-sources" then, on some project, the target/
directory may not exist (yet) - and thus this code must ensure it
creates it.

Change-Id: I764e3673433a4abb6819b883f24d7622ac2f352b
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
common/checkstyle-logging/src/main/java/org/opendaylight/yangtools/checkstyle/LogMessageExtractorCheck.java