]> source.dussan.org Git - sonarqube.git/commit
[SONAR-1957] Adds "switched off" attribute on Violation class and make
authorFabrice Bellingard <bellingard@gmail.com>
Fri, 15 Apr 2011 14:59:39 +0000 (16:59 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Wed, 20 Apr 2011 06:57:56 +0000 (08:57 +0200)
commit906ab01373ae378f70156243259bac77cc1ab072
tree3cac1b98c7f6a911505e1a009e1ebfa7cb6eb9a8
parent4ea14c2121c8de34a90b07e0f35e116c74ac2c7e
[SONAR-1957] Adds "switched off" attribute on Violation class and make
sure this gets set by the ViolationPersister
sonar-batch/src/main/java/org/sonar/batch/index/ViolationPersister.java
sonar-batch/src/test/java/org/sonar/batch/index/ViolationPersisterTest.java
sonar-batch/src/test/resources/org/sonar/batch/index/ViolationPersisterTest/shared.xml
sonar-batch/src/test/resources/org/sonar/batch/index/ViolationPersisterTest/shouldCopyPermanentIdFromPastViolation-result.xml
sonar-batch/src/test/resources/org/sonar/batch/index/ViolationPersisterTest/shouldCopySwitchedOffFromPastViolation-result.xml [new file with mode: 0644]
sonar-batch/src/test/resources/org/sonar/batch/index/ViolationPersisterTest/shouldInsertViolations-result.xml
sonar-plugin-api/src/main/java/org/sonar/api/rules/Violation.java