violations-plugin
violations-plugin copied to clipboard
Adding few tests and detecting issue
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.
Well, i resolve the issues, to make jenkins happy. So this PR, propose tests, reveal issues, and patch them.