
|
If you were logged in you would be able to see more operations.
|
|
|
All constructors on org.jruby.RubyString are private. Any subclass would need to call these constructors to be able to do any meaningful work. The fix, I imagine, would be to mark these constructors as protected.
-Chad Johnson
|
|
Description
|
All constructors on org.jruby.RubyString are private. Any subclass would need to call these constructors to be able to do any meaningful work. The fix, I imagine, would be to mark these constructors as protected.
-Chad Johnson |
Show » |
|