aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org/sonar/api/rules/ViolationTest.java
Commit message (Expand)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
* 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