aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org/sonar/api/utils
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-16232 Delete sonar-plugin-api moduleDuarte Meneses2022-04-2140-4023/+0
|
* NO-JIRA Update Mockito and simpleframework to latest major versionLéo Geoffroy2022-04-041-3/+3
|
* Update license headers for 2022 [update headers]Pierre2022-01-2840-40/+40
|
* [NO-JIRA] Fix Validate Task Belen Pruvost2021-11-251-5/+6
|
* Improve code qualityDuarte Meneses2021-11-206-18/+20
|
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-199-123/+87
|
* [NO-JIRA] Fix Quality GateBelen Pruvost2021-10-261-6/+6
|
* Fix code quality issuesDuarte Meneses2021-10-251-2/+2
|
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-174-32/+0
|
* SONAR-14882 Remove Staxmate and Woodstox dependencies from plugin APIJulien HENRY2021-05-281-5/+5
|
* SONAR-14642 - SSF-142Zipeng WU2021-04-191-1/+9
|
* Revert "SONAR-14642 - SSF-142"Zipeng WU2021-04-011-9/+1
| | | | This reverts commit 0810d5dcbc8e49b4f064223cd271225acb397e83.
* SONAR-14642 - SSF-142Zipeng WU2021-03-311-1/+9
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0840-40/+40
|
* fix code smellsPierre2020-12-144-9/+9
|
* SONAR-8427 Add a timeZone param to api/issues/searchJulien HENRY2020-12-031-14/+22
|
* Format all headers for 2020Wouter Admiraal2020-01-0740-40/+40
|
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-105-25/+9
|
* Add a JUnit 5 version of LogTesterJulien HENRY2019-11-211-0/+119
|
* Fix test to make it run on mac os (#1977)Jacek2019-08-011-0/+5
| | | | * fix test to make it run on mac os
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-124-494/+0
| | | | sonar-plugin-api-impl
* Remove use of Guava in main sources of sonar-plugin-apiDuarte Meneses2019-07-127-30/+160
|
* Upgrade assertj-core to 3.12.2 and assertj-guava to 3.2.1 for compatibility ↵Duarte Meneses2019-04-301-1/+3
| | | | with Java 11
* SONAR-11225 NPE when using RelativePathPredicate with a path starting by ..Duarte Meneses2019-01-101-2/+7
|
* Fix license headers for 2019Duarte Meneses2019-01-0241-41/+41
|
* SONAR-11169 add ability to verify log argumentsSébastien Lesaint2018-08-211-1/+1
|
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-296-296/+2
|
* SONAR-10661 fix vulnerability in ZipUtils#unzip()Simon Brandhof2018-05-141-7/+34
|
* Fix some Java compiler warningsSimon Brandhof2018-03-122-3/+3
|
* Fix license headers for 2018Simon Brandhof2018-01-0746-46/+46
|
* SONAR-10154 No streaming of web services response by defaultTeryk Bellahsene2018-01-031-27/+28
| | | | | | - most of the WS rely on protobuf with one encapsulating object. In effect, streaming is useless in this case - for WS relying on JsonWriter directly, if an exception was thrown when it has started writing, the WebServiceEngine error handling cannot work properly (clear response and format an error message with an appropriate HTTP response code) - a new factory method is added to JsonWriter to have a non streamable JsonWriter. The response is effectively written when the JsonWriter is closed
* Support build of SonarQube with JDK 9Simon Brandhof2017-11-231-4/+4
|
* SONAR-7574 Allow to set log level to WARN or ERROR in APIEric Hartmann2017-10-121-13/+10
|
* SONAR-9930 improve naming in DefaultTempFolderTestSimon Brandhof2017-10-111-18/+22
|
* SONAR-9930 Noisy ERROR logs when failing to delete a temp directory that ↵Simon Brandhof2017-10-111-2/+32
| | | | does not exist
* Fix two logger callsDaniel Trebbien2017-10-101-2/+2
| | | | | | | | | | | One logger call was using incorrect syntax for a formatting anchor ('%s' should be '{}'). The other logger call had three formatting anchors, but only passed two values. These issues were found by SLF4J Helper for NetBeans IDE: http://plugins.netbeans.org/plugin/72557/
* SONAR-9718 Fail with a clear message when sonar.projectDate is emptyJulien HENRY2017-09-151-85/+6
|
* SONAR-9721 Remove DateUtils#formatDate(Long)Teryk Bellahsene2017-08-301-2/+0
|
* SONAR-9721 Send telemetry data once a weekTeryk Bellahsene2017-08-301-0/+2
|
* Deprecate System2#isJavaAtLeast17()Simon Brandhof2017-04-111-6/+2
| | | | because it always returns true. Java 6 is not supported at runtime.
* SONAR-9082 H2 should bind to localhost interfaceSimon Brandhof2017-04-111-12/+21
|
* Clean-up sonar-testing-harness dependenciesSimon Brandhof2017-02-194-121/+113
| | | | and decrease usages of Hamcrest
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1046-92/+92
|
* Improve doc and usages of JsonWriterSimon Brandhof2017-02-051-4/+5
|
* SONAR-8610 Remove setting sonar.technicalDebt.hoursInDayJulien Lancelot2017-02-021-61/+19
|
* SONAR-8458 add SonarQube buildNumber to plugin APISimon Brandhof2017-01-111-15/+36
|
* SONAR-8567 Improve logging API to accept a lambda as argumentJulien HENRY2017-01-031-0/+53
|
* Fix duplicated logs in LogTesterSimon Brandhof2016-12-051-6/+20
|
* SONAR-8192 improve coverage of AlwaysIncreasingSystem2Sébastien Lesaint2016-10-211-1/+51
|
* SONAR-8192 add missing UT on AlwaysIncreasingSystem2Sébastien Lesaint2016-10-201-0/+68
| | | | and fix initial returned value of method now() when an initial value is provided