Goto implementation goes to a .class instead of a .java
Hi,
I have a bit of an issue with my multi module project that i imported from maven. I'm using the Communitty edition of intellij.
If i'm in a class, and want to shift+click into a a method (from a class that is bundled as a jar built from one of the modules in my project) it takes me to the .class file instead of the java file.
To say it another way, when i goto an implementation, it goes to the jar and sees that it has no source attached to it. Then it just brings me to a pseduo compiled screen instead of realizing that that same class is in a module.
Is this something i can fix via intellij, or is a maven related configuration issue?
Thanks!
Please sign in to leave a comment.
Hi,
Can you create a sample project that shows the problem?
Thanks,
Anton Makeev