Search code examples
javaeclipsewarningseclipse-kepler

Eclipse Kepler shows error marks on warnings


I've got a problem with Eclipse Kepler. In my Java project i've got some warnings and now they are shown as error marks (red crosses) in the project explorer.

It looks like this picture https://i.sstatic.net/H8j7f.png

So my question is: Is it possible to switch it back to the yellow cross for warnings and red cross for errors? I haven't found anything about it, so I hope you can help me.

Edit:

I've made a test project, and here is a screenshot: enter image description here

Thanks!


Solution

  • I solved it :)

    At the first start I took my old workspace as workspace. Because of that there was an Error "Missing Action set" (I've found the "error log"-window :) ) and thats why the red crosses has been shown.

    Now I have a new workspace and now everything is fine!