violations-plugin icon indicating copy to clipboard operation
violations-plugin copied to clipboard

Adding few tests and detecting issue

Open MensObscura opened this issue 9 years ago • 1 comments

The "typeCountMap" Map in the BuildModel class is set in the getTypeCount() method, at the first call, but is never updated then, so if I add a countFile object, the map will not change.

And the Equals(...) method in the Supression class is not working. It always returns false.

MensObscura avatar Jan 25 '16 13:01 MensObscura

Well, i resolve the issues, to make jenkins happy. So this PR, propose tests, reveal issues, and patch them.

MensObscura avatar Feb 07 '16 17:02 MensObscura