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.
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