aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* Upgrade copyright headerssimonbrandhof2011-02-04101-457/+457
* Fix org.sonar.api.utils.AnnotationUtils: search for annotations in interfaces...simonbrandhof2011-02-021-3/+18
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-314-61/+56
* Add some unit testssimonbrandhof2011-01-281-7/+46
* SONAR-2149 Resource filters are ignored in complexity distributions of Java p...simonbrandhof2011-01-282-91/+2
* add helper methods to Qualifiers + do not accept null parameterssimonbrandhof2011-01-281-8/+0
* add methods Scopes#isHigherThan() and isHigherThanOrEquals()simonbrandhof2011-01-281-0/+20
* SONAR-2151: Add new property to manage source encodingEvgeny Mandrikov2011-01-281-1/+8
* SONAR-2126: Change API to work with file system of a projectEvgeny Mandrikov2011-01-273-19/+16
* Add the method ResourceUtils#isPersistable(Resource)simonbrandhof2011-01-261-1/+23
* Improve org.sonar.api.resources.Scopes and Qualifierssimonbrandhof2011-01-242-0/+201
* SONAR-2126: Partially revert previous changesEvgeny Mandrikov2011-01-241-6/+0
* SONAR-2126: Change api to work with project file systemEvgeny Mandrikov2011-01-231-1/+3
* SONAR-2126: Change api to work with project file systemEvgeny Mandrikov2011-01-231-0/+2
* SONAR-2126: Change api to work with project file systemEvgeny Mandrikov2011-01-233-23/+51
* override the method WildcardPattern.toString()simonbrandhof2011-01-071-0/+7
* temporarily ignore HttpDownloadederTest - too many freezes on MS Windowssimonbrandhof2010-12-211-0/+2
* Backward compatibility for XMLProfileParserGodin2010-12-091-2/+14
* Minor changeGodin2010-12-091-5/+1
* * SONAR-1809: MetricFinder should be available on server sideGodin2010-12-081-5/+6
* SONAR-1809: Export / import alerts attached to a quality profileGodin2010-12-082-8/+50
* SONAR-1829: Use severity instead of priorityGodin2010-12-072-6/+8
* SONAR-1829: Use severity instead of priorityGodin2010-12-074-23/+22
* Fix typosGodin2010-12-061-1/+1
* Improve ViolationsDecoratorTestGodin2010-12-061-1/+11
* SONAR-249 save configuration used for measure variations and new violations i...simonbrandhof2010-12-011-5/+13
* SONAR-2007 Remove the useless ISO Categories + fix components pagesimonbrandhof2010-12-0116-67/+50
* SONAR-249: extract persistence layer from data index + dump measures at the e...simonbrandhof2010-11-263-52/+52
* SONAR-1663 include the dbcleaner plugin + move all purges in this pluginsimonbrandhof2010-11-181-41/+0
* trying to fix a jetty deadlock issue in the unit test HttpDownloaderTestsimonbrandhof2010-11-161-10/+102
* Increase code coverage for XMLRuleParserGodin2010-11-161-2/+9
* SONAR-1981: If name not specified for rule, then AnnotationRuleParser should ...Godin2010-11-151-0/+87
* SONAR-1953 Minimum period used in purge tasks should be configurablesimonbrandhof2010-11-121-0/+41
* SONAR-1943 Add proxy authentication support for update centersimonbrandhof2010-11-091-3/+24
* Improve routines for patterns, add unit testsGodin2010-11-031-2/+10
* HttpDownloader should not create file if fail to downloadGodin2010-11-011-1/+16
* SONAR-1904: WildcardPattern "**/Reader" shouldn't match "org.sonar.channel.Co...Godin2010-10-291-0/+11
* SONAR-1643 move core widgets from sonar-server to sonar-core-plugin + improve UIsimonbrandhof2010-10-281-2/+8
* SONAR-1903: Fix problem with cloned rules and AnnotationCheckFactoryGodin2010-10-251-2/+3
* Add unit test for cloned rules to AnnotationCheckFactoryGodin2010-10-252-9/+33
* fix compatibility with Java 1.5simonbrandhof2010-10-111-1/+1
* trying to fix a unit test which sometimes fails on windowssimonbrandhof2010-10-111-1/+2
* in fact Java 1.5 should support enum in annotations if the enum is defined be...simonbrandhof2010-10-111-1/+1
* fix build compatibility with Java 1.5simonbrandhof2010-10-111-1/+2
* rule API: add the field 'cardinality' to the annotation @org.sonar.check.Rulesimonbrandhof2010-10-111-1/+1
* API: apply the same pattern between rules and profiles API. The extension poi...simonbrandhof2010-10-081-5/+5
* API: improve the pattern to define quality profiles. The extension point is o...simonbrandhof2010-10-085-213/+197
* quality model API: simplify difference between property numeric value and tex...simonbrandhof2010-10-042-40/+26
* quality models API: add Model.removeCharacteristic(...)simonbrandhof2010-10-041-0/+22
* add some methods to quality model APIsimonbrandhof2010-10-022-0/+37