Question

do you know the meaning behind the green bar icon (5th icon in the image behind the link)? I think it is in dependence with the eclipse plugin subclipse. Maybe some conflicts between versions? And what is to do, to get it away?

image-link with green bar icon

I'm sorry guys, I'm not allowed to post images directly, because I have not enough reputation points. But i would be happy, if you can help me anyhow :)

Was it helpful?

Solution

While trying to find out myself, I saw Mark Phippard's comment about the General page for decorations. I went to Preferences > General > Appearance > Label Decorations and began disabling decorations until the green bar went away.

Turns out it was Decorate Classes with Test Case that caused the green bar, which can be unchecked to disable it. Searching for that, I found MoreUnit to be responsible: http://moreunit.sourceforge.net/

Looks like "MoreUnit decorates files which have a test case". I'm guessing it does so by seeing if there is a class starting with the same name and ending in "Test" or whatever the MoreUnit config might include.

OTHER TIPS

Subclipse, and all team providers in general, only decorate the bottom-right corner. I do not know what that is in the top-right but it does not come from Subclipse.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top