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

Key: IDEA-15577
Type: Bug Bug
Status: Open Open
Assignee: Maxim Shafirov
Reporter: James Richardson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Goto class for class in jar file with attached source can fail

Created: 09 Oct 07 15:50   Updated: 09 Oct 07 16:48
Component/s: Code Navigation

Environment: windows

Build: 6,189
Severity: Low


 Description  « Hide
If a module has a jar file in its project libraries, with attached source, then Ctrl-B (goto class) will fail to show the source code if the class is contained
within a file of a different name, and is not an inner class.

in Foo.java

public class Foo {

}

class Bar {

}

navigating to Bar will show Idea-decompiled view. navigating to Foo will work.

For real world example see BumpBuffer in jide-oss https://jide-oss.dev.java.net/servlets/ProjectDocumentList?folderID=7728&expandFolder=7728&folderID=7955



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