Reputation: 1608
I have this spontaneous change in icon decorations in my java file icons in Eclipse.
What do these decorations on the icon mean, and is there a legend describing the meanings of all text decorations?
There is a Stack Exchange post about file icons, which is helpful, but no comprehensive info about icon decorations.
Upvotes: 0
Views: 487
Reputation: 11
The yellow caution means you have warnings. The red arrow is probably from svn, and means switched. See Eclipse SVN Label Decorations for more on SVN label decorators. And look at this answer for a list of common JDT decorators.
Upvotes: 1