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

Key: RUBY-1672
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Oleg Shpynov
Reporter: Roman Chernyatchik
Votes: 0
Watchers: 0
Operations

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

JRuby: implement/overrides method gutter shouldn't be show when methods have different parameters count

Created: 12 Aug 08 17:09   Updated: 12 Aug 08 17:09
Component/s: Code Insight
Fix Version/s: 2.0

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


 Description  « Hide
JRuby: implement/overrides method gutter shouldn't be show when methods have different parameters count. Or you can show error message about wrong params count.
Example
// Foo.java
public interface Foo {
  void foo();
}

# jruby file
class Boo
  include Foo

  def foo(param1, param2)
  end
end


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