You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "James Harrison (JIRA)" <ji...@apache.org> on 2018/07/20 15:37:00 UTC

[jira] [Commented] (MCHECKSTYLE-344) StringIndexOutOfBoundsException in RuleUtil

    [ https://issues.apache.org/jira/browse/MCHECKSTYLE-344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16550888#comment-16550888 ] 

James Harrison commented on MCHECKSTYLE-344:
--------------------------------------------

[~gboue]: Would it be possible to release this fix? We are having to use a local build to work around this issue at the moment.

> StringIndexOutOfBoundsException in RuleUtil
> -------------------------------------------
>
>                 Key: MCHECKSTYLE-344
>                 URL: https://issues.apache.org/jira/browse/MCHECKSTYLE-344
>             Project: Maven Checkstyle Plugin
>          Issue Type: Bug
>          Components: checkstyle:check
>    Affects Versions: 2.17
>            Reporter: fdvxxii
>            Assignee: Guillaume Boué
>            Priority: Major
>             Fix For: 3.0.1
>
>
> {{RuleUtil}} has a bug at line 95:
> {code}
> 		final int end = eventSrcName.lastIndexOf('.');
> 		eventSrcName = eventSrcName.substring(0, end);		
> {code}
> This code leads to a StringIndexOutOfBoundsException if the variable does not contain a period. I don't know if its a convention to have a period in that string, but either way the error message should me more expressive.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)