Implements Icon Not Showing On Interface
I have an interface defined in a JAR file that's a Maven dependency in a project. A class that implements that interface has the small "I" (implements) icon in the left gutter. However, upon navigating to that interface, I don't have the corresponding "implements" icons in the interface. I *thought* I remember seeing the icons in interfaces in JARs, but am frankly not sure.
Should they be there. If so, is there anything I can do to cause them to display?
Jack
Please sign in to leave a comment.
Mea culpa.
I was looking at the generated source form the class file; the actual source file wasn't attached to the Maven library. Oncve I attached the source JAR to the library, all expected decorations showed up.
I must be getting tired ...
Jack