]> source.dussan.org Git - sonarqube.git/commit
Ensure that cost to fix violation cannot be set to negative or NaN value
authorEvgeny Mandrikov <mandrikov@gmail.com>
Wed, 27 Apr 2011 19:59:31 +0000 (23:59 +0400)
committerEvgeny Mandrikov <mandrikov@gmail.com>
Wed, 27 Apr 2011 20:08:00 +0000 (00:08 +0400)
commit35a60ed7d1462d51baba0e947cf9049851f15f21
treed18d122df1a357e58d12e56f4a07840179b1f66c
parent4e2d2f043724c75e7bc8361961320c1dc30efee9
Ensure that cost to fix violation cannot be set to negative or NaN value
sonar-plugin-api/src/main/java/org/sonar/api/rules/Violation.java
sonar-plugin-api/src/test/java/org/sonar/api/rules/ViolationTest.java