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

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

Resolve problems for "include"

Created: 26 Sep 08 19:06   Updated: 13 Oct 08 11:33
Component/s: Code Insight
Fix Version/s: 2.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Ruby plugin 2.0.206949


 Description  « Hide
Resolve problems for "include"
module Foo
    
end
module A
    include Foo::Ddd #Instead of show than Ddd can't  be resolved Ruby plugin resolves it to the same source code line.
end


 All   Comments   Work Log   Change History      Sort Order:
Oleg Shpynov - 13 Oct 08 11:33
Show warning in this case