[gogo] when supplied args can't be coerced, the error message prints the arg
values, rather than their types
------------------------------------------------------------------------------------------------------------
Key: FELIX-2375
URL: https://issues.apache.org/jira/browse/FELIX-2375
Project: Felix
Issue Type: Bug
Components: Gogo
Reporter: Derek Baum
Priority: Minor
e.g.
g! headers (bundles)
gogo: IllegalArgumentException: Cannot coerce
headers[[org.apache.felix.framework [0], org.apache.felix.bundlerepository [1],
org.apache.felix.gogo.command [2], org.apache.felix.gogo.runtime [3],
org.apache.felix.gogo.shell [4]]] to any of [(Bundle[])]
This message would be better as:
gogo: IllegalArgumentException: Cannot coerce headers(ArrayList) to any of
[(Bundle[])]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.