History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RUBY-1352
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Oleg Shpynov
Reporter: Dmitry Jemerov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Ruby

'super' keyword in constructor of class inheriting from Java resolves to superclass instead of superclass constructor

Created: 19 Jan 08 00:32   Updated: 15 Oct 08 12:32
Component/s: JRuby
Fix Version/s: 2.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Depend
This issue depends on:
RUBY-1900 'super' should resolve to super method Normal Resolved
 


 Description  « Hide
class MyList < java.util.ArrayList
    def initialize
        super(['a', 'b'])
    end
end

Clicking Ctrl-B on 'super' should navigate to the ArrayList constructor which accepts the correct number of arguments. Currently it navigates to the ArrayList class itself.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.