Idea jumps to decompiled stubs for JDK
I have, I think, a pretty standard installation. My JDK setup in Idea contains both the rt.jar and src.zip files.
Now, I wanted to jump to the source code of DefaultFocusTraversalPolicy (as an example).
Idea shows me the Decompiled stub instead of the source code. Is it a bug or did I miss a checkbox somewhere?
Please sign in to leave a comment.
To be more precise:
this happens with 977, and if I CTRL+B on that class.
If I do 'Ctrl+N' and allow IntelliJ to open non-project classes, it jumps to the source code... Odd...
Seem like you have generics enabled compiler and collect.jar before JDK.
Attach also Generics sources.
"Frederic Donckels" <frederic.donckels@acunia.com> wrote in message
news:17179824.1069433046479.JavaMail.itn@is.intellij.net...
contains both the rt.jar and src.zip files.
(as an example).
or did I miss a checkbox somewhere?
I do not think DefaultFocusTraversalPolicy has something to generics.jar
--
Maxim Shafirov
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Do you Ctrl-B from your project's class or from another library class?
--
Valentin Kipiatkov
JetBrains, Inc
http://www.intellij.com
"Develop with pleasure!"
"Frederic Donckels" <frederic.donckels@acunia.com> wrote in message
news:8174440.1069433309386.JavaMail.itn@is.intellij.net...
>
to the source code... Odd...