You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Derek Baum (JIRA)" <ji...@apache.org> on 2010/07/09 02:03:52 UTC

[jira] Created: (FELIX-2468) [gogo] CharSequence types are converted to String

[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.