Fixed
Details
Assignee
Yoann RodièreYoann RodièreReporter
Yoann RodièreYoann RodièreFix versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreFix versions
Priority
Created January 31, 2017 at 4:21 PM
Updated February 21, 2017 at 8:47 PM
Resolved February 2, 2017 at 4:01 PM
The main problem is we used an old version of checkstyle that only support Java 7 code:
<puppycrawl.checkstyle.version>6.16</puppycrawl.checkstyle.version>
Version 7.0 seems to fix the issue, but we may as well upgrade to the latest version.
Also, the logger code generator is currently configured to use Java 7 code as source and target.