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

Key: RUBY-1492
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

Wrong error - Cannot find java class/package

Created: 11 Apr 08 16:54   Updated: 03 Jul 08 16:52
Component/s: JRuby
Fix Version/s: 1.5

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

Severity: Low


 Description  « Hide
I have class org.jetbrains.plugins.ruby.rails.ExternalRailsSettings with public nested interface ExternalRailsSettingsDelegate
class SettingsDelegate
        include_class 'org.jetbrains.plugins.ruby.rails.ExternalRailsSettings.ExternalRailsSettingsDelegate'
        include ExternalRailsSettingsDelegate
        #...

Plugin shows "Cannot find java class/package" error for "include_class", but resolves interface name in

include ExternalRailsSettingsDelegate
and correctly shows implements gutter for implemented method from that interface.



 All   Comments   Work Log   Change History      Sort Order:
Oleg Shpynov - 03 Jul 08 16:52
rev 17501