aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/utils/System2.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-16232 Delete sonar-plugin-api moduleDuarte Meneses2022-04-211-168/+0
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-171-11/+0
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* Fix test to make it run on mac os (#1977)Jacek2019-08-011-0/+7
* SONAR-12108 Support Java 11 RTEDuarte Meneses2019-05-161-13/+6
* SONAR-11465 API cleanupJulien HENRY2019-01-161-1/+1
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* Remove deprecation on System2.now()Julien HENRY2017-09-251-2/+3
* SONAR-9718 Fail with a clear message when sonar.projectDate is emptyJulien HENRY2017-09-151-0/+3
* Deprecate System2#isJavaAtLeast17()Simon Brandhof2017-04-111-1/+3
* SONAR-9082 H2 should bind to localhost interfaceSimon Brandhof2017-04-111-0/+9
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* SONAR-7665 Deprecate @BatchSide and introduce @ScannerSideDuarte Meneses2016-07-041-2/+2
* Fix javadoc errorsJulien HENRY2016-04-111-3/+3
* SONAR-7441 add ComputeEngineSide annotation where applicableSébastien Lesaint2016-03-291-0/+2
* Add org.sonar.api.utils.System2#getResource(name)Simon Brandhof2016-03-161-6/+13
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* Move @BatchSide and @ServerSide to appropriate packagesSimon Brandhof2015-05-201-2/+2
* SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponentJulien HENRY2015-05-111-3/+5
* Fix some quality flawsSimon Brandhof2015-03-201-0/+4
* Fix an issue with TimeZone ID of UTCJean-Baptiste Lievremont2015-03-161-0/+9
* Computation stack based on an isolated picocontainerSimon Brandhof2015-01-201-0/+12
* SONAR-5827 Feed the new "file_sources" tableJulien HENRY2014-11-191-0/+6
* Improve org.sonar.api.utils.System2 :Simon Brandhof2014-03-251-4/+15
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* System2#envVariable(String) can return nullSimon Brandhof2014-01-181-1/+3
* Add System2#println(String)Simon Brandhof2013-12-191-2/+9
* New class System2 to increase testability of classes that call low-level syst...Simon Brandhof2013-12-171-0/+102