]> source.dussan.org Git - sonarqube.git/commit
SONAR-11493 fix for non-deterministic issue matching
authorMichal Duda <michalno1@gmail.com>
Thu, 15 Nov 2018 10:09:12 +0000 (11:09 +0100)
committersonartech <sonartech@sonarsource.com>
Wed, 16 Jan 2019 08:43:00 +0000 (09:43 +0100)
commit9e553274fbe228c06b92527ace1446d08ee244c3
tree4eb6835e68129744c9208c05b291253441762e58
parent6dd294b1f5af7c74191db30101e3721d00102204
SONAR-11493 fix for non-deterministic issue matching
Sometimes two issues with the same rule and on the same line or on the same module/project could have been mixed up during issue matching.
sonar-core/src/main/java/org/sonar/core/issue/tracking/Tracker.java
sonar-core/src/test/java/org/sonar/core/issue/tracking/TrackerTest.java