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

Key: RUBY-1354
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
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

Java methods are not resolved for Ruby classes extending Java classes with overridden constructor

Created: 19 Jan 08 00:37   Updated: 21 Jan 08 11:37
Component/s: JRuby
Fix Version/s: 1.5

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


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

list = MyList.new
list.<Ctrl-Space>

ArrayList methods are not shown in the completion list. If the initialize method is removed, the methods are shown correctly.



 All   Comments   Work Log   Change History      Sort Order:
Oleg Shpynov - 21 Jan 08 11:37
done in 13846