eclipse - Findbugs marker still displays after fixing issue -


I have a project in Eclipse and recently it went searchbogs on it. After fixing a small problem and running running bugs on that class, the bug marker does not get rid of the left hand side. In the Findbugs perspective, I can also see that the number of search matches in total do not reduce the sender to make necessary changes. Enter image details here

Displays markers on the root line of the problem

Findbugs The default result is based on its results on the analysis of build folders created by the receiver. My project was compiled with custom ant builder and hence no change in source code was picked up by the findbugs tool.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -