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.
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
Post a Comment