can't open library source of second class in file
This gets the source of java.awt.Container:
This just gets the decompiled class file of java.awt.LightweightDispatcher:
However both are contained in the same source file! How do I get to the source of java.awt.LightweightDispatcher? Is this a bug?
Bas
Please sign in to leave a comment.
Bas Leijdekkers wrote:
Strange, I can't even open the source using ctrl+n. It only happens
using one jdk and deleting the caches doesn't help.
Bas