You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "John Mark (JIRA)" <ji...@apache.org> on 2016/02/10 21:48:18 UTC

[jira] [Created] (MCHECKSTYLE-317) Checkstyle plugin causing maven site generation to fail

John Mark created MCHECKSTYLE-317:
-------------------------------------

             Summary: Checkstyle plugin causing maven site generation to fail
                 Key: MCHECKSTYLE-317
                 URL: https://issues.apache.org/jira/browse/MCHECKSTYLE-317
             Project: Maven Checkstyle Plugin
          Issue Type: Bug
    Affects Versions: 2.17
            Reporter: John Mark


When running maven site I get the following error from checkstyle (seen only when turning on debug) that causes the build to fail:
{noformat}
Caused by: java.lang.IllegalArgumentException: No match found
     at java.util.regex.Matcher.group(Matcher.java:536)
     at com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck.getMultilineNoArgTags(JavadocMethodCheck.java:669)
     at com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck.getMethodTags(JavaDocMethodCheck.java:598
     at com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck.checkComment(JavaDocMethodCheck.java:478)
     ....
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)