aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* Fix some quality flawsSimon Brandhof2014-02-013-69/+24
* SONAR-926 Add a fromIOFile method on Directory to be consistent with FileJulien HENRY2014-01-314-8/+67
* SONAR-926 Update javadoc of File.fromIoFileJulien HENRY2014-01-311-3/+9
* Add additional tests for line counter.Julien HENRY2014-01-302-5/+7
* SONAR-5010 Fix CPU hotspot in Java WSSimon Brandhof2014-01-301-1/+2
* Remove CoberturaReportParserJulien HENRY2014-01-294-356/+1
* SONAR-5031 Provide line count as attribute of InputFileJulien HENRY2014-01-291-0/+5
* SONAR-926 JavaFile is now considered as equivalent to FileJulien HENRY2014-01-294-3/+35
* SONAR-4581 Fix commit 586eb4f (use plugin key instead of JAR name)Jean-Baptiste Lievremont2014-01-291-1/+1
* SONAR-926 Improve File/Directory to better support plugin still using this APIJulien HENRY2014-01-294-50/+84
* SONAR-926 Improve FileLineContextFactory to support InputFileJulien HENRY2014-01-292-7/+10
* SONAR-4837 Do not display deprecated metrics in listJulien Lancelot2014-01-291-1/+10
* Add a first entry in the issue changelog containing date of issue's creationJulien Lancelot2014-01-281-0/+11
* SONAR-926 Fix marker interface of ModuleLanguagesJulien HENRY2014-01-281-2/+2
* SONAR-4581 Exclude Build Breaker plugin from preview modeJean-Baptiste Lievremont2014-01-281-1/+1
* Fix build on Java 6Simon Brandhof2014-01-281-4/+9
* SONAR-926 Remove usage of ResourceCreationLockSimon Brandhof2014-01-281-38/+0
* SONAR-4908 Add testsJulien HENRY2014-01-271-4/+32
* Move AnnotationCheckFactory to sonar-deprecatedSimon Brandhof2014-01-2714-743/+46
* SONAR-926 add package-info.java to org.sonar.api.batch.coverageSimon Brandhof2014-01-272-2/+27
* SONAR-4908 Expose some new methods when dealing with RuleDefinition for the u...Julien HENRY2014-01-273-8/+47
* SONAR-3024 Provide a new CoberturaReportParser that do not rely on deprecated...Julien HENRY2014-01-273-0/+332
* SONAR-4908 add org.sonar.api.batch.rule.CheckFactorySimon Brandhof2014-01-2721-23/+706
* Allow method chaining on org.sonar.api.server.rule.RuleDefinitionsSimon Brandhof2014-01-271-4/+6
* SONAR-926 Fix regression after renaming of InputFile type SOURCE => MAINJulien HENRY2014-01-272-2/+12
* SONAR-926 Expose new FileSystem API based on InputFile/InputDirJulien HENRY2014-01-2713-36/+291
* SONAR-926 add javadocSimon Brandhof2014-01-272-1/+2
* SONAR-5010 fix handling of HTTP statusSimon Brandhof2014-01-271-6/+3
* SONAR-926 feed ModuleRulesSimon Brandhof2014-01-271-2/+2
* SONAR-926 remove useless coupling with class LanguageSimon Brandhof2014-01-261-2/+2
* SONAR-5010 mark some classes as @ImmutableSimon Brandhof2014-01-261-0/+4
* SONAR-906 new batch API for getting activated rules (merge of all the Quality...Simon Brandhof2014-01-2629-75/+1228
* Stabilize time-related testJean-Baptiste Lievremont2014-01-241-1/+2
* SONAR-4326 Provide webservices to add/remove tags on a ruleJean-Baptiste Lievremont2014-01-241-0/+2
* SONAR-926 Update SourceScanner to work with multi-language projectsJulien HENRY2014-01-241-0/+4
* SONAR-926 Expose ModuleLanguages in plugin APIJulien HENRY2014-01-242-2/+41
* SONAR-926 Multi-language support:Julien HENRY2014-01-243-3/+20
* Rename 18n methods to get age of dates, add age on Issues search WS, update a...Julien Lancelot2014-01-241-18/+28
* SONAR-5010 improve WS APISimon Brandhof2014-01-243-2/+15
* SONAR-5010 improve testability of web service and fix media type of responseSimon Brandhof2014-01-246-168/+123
* IssueShowWS : Add formatted datesJulien Lancelot2014-01-231-0/+27
* Add a ago and instant method in i18nJulien Lancelot2014-01-231-0/+10
* Fix some quality flawsSimon Brandhof2014-01-233-11/+14
* SONAR-3024 Perform one shot migration of all project resourcesJulien HENRY2014-01-235-26/+13
* Refactor WS apiSimon Brandhof2014-01-224-37/+164
* SONAR-4923 Fix rule parameter validation on single select list type -> multip...Julien Lancelot2014-01-212-29/+107
* SONAR-4326 Fix unit test due to upate of error message on tag validationJulien Lancelot2014-01-211-3/+1
* SONAR-4326 Fix error message on tag validationJean-Baptiste Lievremont2014-01-212-3/+2
* Add support of Date in JsonWriterSimon Brandhof2014-01-202-1/+49
* SONAR-5010 refactor WebService frameworkSimon Brandhof2014-01-203-4/+6