aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test/java/org/sonar/scanner/rule/QProfileVerifierTest.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
|
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
|
* Update license templates for 2023Pierre2023-01-021-1/+1
|
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
|
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-191-4/+0
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
|
* SONAR-13867 Collect number of indexed C/C++ files in the scannerMichal Duda2020-09-291-1/+2
|
* SONAR-13867 revertMichal Duda2020-09-171-2/+1
|
* SONAR-13867 Collect number of indexed C/C++ files in the scannerMichal Duda2020-09-171-1/+2
|
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
|
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-101-1/+1
|
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-121-1/+1
| | | | sonar-plugin-api-impl
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-121-1/+1
| | | | sonar-plugin-api-impl
* Extract implementation from plugin API - fix testsDuarte Meneses2019-07-121-3/+1
|
* SONAR-11449 Drop deprecated property sonar.profileBenoît Gianinetti2019-03-191-23/+3
|
* Fix quality flawsJulien HENRY2019-01-161-4/+0
|
* SONAR-11508, SONAR-11484 Index files at project levelJulien HENRY2019-01-161-11/+12
|
* SONAR-11471 Stop providing RulesProfile on scanner sideJulien HENRY2019-01-161-2/+2
|
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
|
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
|
* SONAR-9477 Deprecate ProjectReactor and ProjectBuilderDuarte Meneses2017-07-111-2/+2
| | | | Mark Immutable classes in the Plugin API and Scanner
* SONAR-9478 Deprecate Settings and introduce new Configuration interfaceJulien HENRY2017-07-041-7/+6
|
* SONAR-8832 Support project-level sensors (#1720)Janos Gyerik2017-03-021-3/+8
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
|
* SONAR-7678 server-side stateless settingsSimon Brandhof2016-09-061-4/+2
| | | | | | | | | | | | | | | | | | | | * Settings class becomes abstract as multiple implementations are used. Can't become an interface for binary backward-compatibility of API * tests should use MapSettings, an in-memory implementation of Settings * web server uses a thread-specific cache of settings when processing HTTP requests * web server does not have a cache of settings during startup, except for the system settings loaded from sonar.properties * Compute Engine uses a thread-specific cache of settings when processing a task. Cache is clear at end of task. * some useless methods of PersistentSettings are removed
* Rename package org.sonar.batch to org.sonar.scannerJulien HENRY2016-07-061-0/+104