Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: JRuby 0.9.9
-
Component/s: None
-
Labels:None
-
Testcase included:yes
Description
JRuby does a fine job of wrapping Java's nonstatic get/set methods as properties. For consistency, the same should be done w/ static properties, e.g.
include_class 'java.lang.Runtime'
Runtime.getRuntime # works fine
Runtime.runtime # does not work atm, but should
Issue Links
- is superceded by
-
JRUBY-814
Multiple improvements to Java integration (was: Java method get lost.)
-
Bill's fix for
JRUBY-814appears to also fix this issue.JRUBY-814appears to also fix this issue.