Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: JRuby 1.1.6
-
Fix Version/s: JRuby 1.2
-
Component/s: None
-
Labels:None
-
Environment:Ubuntu 8.10 running on a 64 bit Intel. I am using OpenJDK 1.6.0
-
Number of attachments :
Description
When using ZenTest's autotest it throughs this exceptions
/usr/local/share/jruby/lib/ruby/site_ruby/1.8/builtin/javasupport/java.rb:56:in `get_proxy_or_package_under_package': invalid package module (ArgumentError)
from /usr/local/share/jruby/lib/ruby/site_ruby/1.8/builtin/javasupport/java.rb:56:in `method_missing'
The ZenTest code is this one. It simply gets the name of all the modules
ObjectSpace.each_object(Module)
The line of JRuby that causes the problems is this one
JavaUtilities.get_proxy_or_package_under_package self, sym
Here are the parameters that are passed in.
sym: name
sym class: Symbol
self: JavaPackageModuleTemplate
self class: Module