[
https://issues.apache.org/jira/browse/FELIX-2468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Derek Baum resolved FELIX-2468.
-------------------------------
Resolution: Cannot Reproduce
works fine in release gogo-0.6.1
> [gogo] CharSequence types are converted to String
> -------------------------------------------------
>
> Key: FELIX-2468
> URL: https://issues.apache.org/jira/browse/FELIX-2468
> Project: Felix
> Issue Type: Bug
> Components: Gogo Runtime
> Affects Versions: gogo-0.6.0
> Reporter: Derek Baum
> Assignee: Derek Baum
> Priority: Minor
> Fix For: gogo-0.8.0
>
>
> gogo now allows creation of a StringBuilder, but when it is accessed it is
> converted to String
> g! b = new StringBuilder
> g! $b append
> gogo: IllegalArgumentException: Cannot coerce append() to any of []
> g! c = $b
> g! set
> null 0 null
> String SCOPE gogo:*
> String _
> StringBuilder b
> String c
> Closure e $exception printStackTrace
> String prompt g!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.