Stephen Kitt created KARAF-6351:
-----------------------------------
Summary: The classes command fails with package-less classes
Key: KARAF-6351
URL: https://issues.apache.org/jira/browse/KARAF-6351
Project: Karaf
Issue Type: Bug
Components: karaf
Affects Versions: 4.2.6, 4.2.5, 4.2.4, 4.2.3, 4.2.2, 4.2.1
Reporter: Stephen Kitt
Assignee: Stephen Kitt
Running
{code:java}
classes{code}
often produces errors of the form
{code:java}
Unable to execute command on bundle 451: String index out of range: -1{code}
Looking at the logs shows
{code:java}
Caused by: java.lang.StringIndexOutOfBoundsException: String index out
of range: -1
at java.lang.String.substring(String.java:1967) ~[?:?]
at
org.apache.karaf.bundle.command.Classes.isExported(Classes.java:81) ~[?:?]
at
org.apache.karaf.bundle.command.Classes.executeOnBundle(Classes.java:67)
~[?:?]{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)