aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org/sonar/api/rules/ViolationTest.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6368 Remove deprecated violation APIJulien HENRY2015-07-241-73/+0
|
* Replace references to jira.codehaus.org by jira.sonarsource.comSimon Brandhof2015-05-291-1/+1
|
* Revert "Remove all deprecated Violation APIs"Julien Lancelot2015-03-271-0/+73
| | | | This reverts commit 5446d877b4e67f2f32ac869e76d9ad02ca226773.
* Remove all deprecated Violation APIsJulien HENRY2015-03-271-73/+0
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
|
* Update copyright headersSimon Brandhof2013-04-221-4/+4
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
|
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
|
* Fix NPEEvgeny Mandrikov2011-04-281-0/+9
|
* Ensure that cost to fix violation cannot be set to negative or NaN valueEvgeny Mandrikov2011-04-281-2/+18
|
* SONAR-2386 Define contract for lineId in ViolationEvgeny Mandrikov2011-04-271-0/+48
Value can be null or greater than zero, so setter must log warning if not null and less than 1. It will throw an exception in future releases.