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?

0
4 comments
Avatar
Permanently deleted user

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

0
Avatar
Permanently deleted user

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

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?


0
Avatar
Permanently deleted user

I do not think DefaultFocusTraversalPolicy has something to generics.jar

--
Maxim Shafirov
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"

0
Avatar
Permanently deleted user

this happens with 977, and if I CTRL+B on that class.


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


0

Please sign in to leave a comment.