Work in Eclipse 3.7.2 in a Java project.
- I added a jar containing binaries for a third-party library for the build path.
- I installed
Source attachmentfor this library in a jar containing the source.
When I go to one of the classes from this library, the source shows correctly. However, private members are not named in the schema view, nor in the Ctrl + dialog o , and I cannot go to them without using the dialog Find/Replace. They refer to the letters of the alphabet ( a, b, cetc.) in the order in which they are declared in the class, but pressing these letters in the "Outline" does not lead me to their ad in the source. This applies to both private fields and private methods.
Is there any configuration I can do to fix this?
Example:

source
share