[ 
https://issues.apache.org/jira/browse/FELIX-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Derek Baum resolved FELIX-1506.
-------------------------------

    Resolution: Fixed

test for static method call; otherwise default to previous action that allows 
methods on Class class.

Perer's help closure now works:

ka...@root> help = { each <<$0 class> declaredMethods> { echo <$it name>}}
org.apache.felix.gogo.runtime.shell.clos...@d1afb9

ka...@root> help <bundle 0>
toString
getProperty
access$100
access$000
access$200
init
start


> [gogo] can't call methods in Class class
> ----------------------------------------
>
>                 Key: FELIX-1506
>                 URL: https://issues.apache.org/jira/browse/FELIX-1506
>             Project: Felix
>          Issue Type: Bug
>          Components: Gogo
>            Reporter: Derek Baum
>            Assignee: Derek Baum
>            Priority: Minor
>
> Before gogo was in SVN, I added a fix so that static methods could be called.
> However, this stops methods on the Class class from being called and prevents 
> Peter Kriens 'help' closure from working:
> help = { each <<$0 class> declaredMethods> {$it name}}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to