You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by GitBox <gi...@apache.org> on 2022/10/14 08:12:09 UTC

[GitHub] [karaf] MrEasy opened a new pull request, #1659: [KARAF-7580] Prevent StringIndexOutOfBoundsException on help with new…

MrEasy opened a new pull request, #1659:
URL: https://github.com/apache/karaf/pull/1659

   …lines
   
   Avoids
   java.lang.StringIndexOutOfBoundsException: index -1, length 0
       at java.lang.String.checkIndex(String.java:4563) ~[?:?]
       at java.lang.AbstractStringBuilder.charAt(AbstractStringBuilder.java:351) ~[?:?]
       at java.lang.StringBuilder.charAt(StringBuilder.java:91) ~[?:?]
       at org.apache.karaf.shell.support.table.Row.getContent(Row.java:84) ~[?:?]
       at org.apache.karaf.shell.support.table.ShellTable.print(ShellTable.java:151) ~[?:?]
       at org.apache.karaf.shell.support.table.ShellTable.print(ShellTable.java:111) ~[?:?]
       at org.apache.karaf.shell.impl.console.commands.help.CommandListHelpProvider.printMethodList(CommandListHelpProvider.java:167) ~[?:?]


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@karaf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [karaf] jbonofre merged pull request #1659: [KARAF-7580] Prevent StringIndexOutOfBoundsException on help with new…

Posted by GitBox <gi...@apache.org>.
jbonofre merged PR #1659:
URL: https://github.com/apache/karaf/pull/1659


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@karaf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org