aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-xoo-plugin/src/test/java/org
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-11209 Allow sensors to provide ad hoc rule metadata for external issuesJulien HENRY2018-09-241-3/+2
|
* SONAR-11259 Improve source offset handling on WindowsJulien HENRY2018-09-241-2/+4
| | | | | | * Trying to create a range in the middle of a \r\n sequence will now automatically be adapted to exclude the eol * Fix a few other tests on Windows
* SONAR-10985 Add filters for owaspTop10, sans25Top10, cwe (#485)Janos Gyerik2018-07-171-1/+20
| | | | | | | | | | * Add security standards for Xoo hotspot sensor (when API supports it) * Re-generate issues/SearchRequest * Verify security standards in issue search * Store security standards when registering rules
* fix varargs and unchecked called warningsSébastien Lesaint2018-07-091-6/+19
|
* SONAR-10867 Add a rule in Xoo to report security hotspotsJulien HENRY2018-07-042-1/+9
|
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-295-142/+26
|
* Fix malformed license headersJanos Gyerik2018-06-141-19/+0
|
* SONAR-10809 Analyzers need to declare whether a rule is externalDuarte Meneses2018-06-012-1/+10
|
* SONAR-10647 Add ITsDuarte Meneses2018-05-092-1/+92
|
* SONAR-10648 Fix InputFile::relativePath for global sensorsJulien HENRY2018-04-271-2/+2
| | | | SensorStrategy was wrongly instanciated once per module, while it was supposed to be a project level singleton.
* SONAR-10544 Apply feedbackDuarte Meneses2018-04-261-1/+2
|
* SONAR-10543 Sensor Java API should allow to add external rule engine issuesDuarte Meneses2018-04-261-0/+8
|
* SONAR-10321 Add scope to rule definition APIDuarte Meneses2018-02-072-4/+4
|
* Add Java API Plugin.Context#getBootConfiguration()Simon Brandhof2018-02-061-3/+4
| | | | | That allows plugins to check configuration when providing the list of extensions.
* Cleanup code based on Intellij inspectionsSimon Brandhof2018-01-142-3/+3
|
* Fix license headers for 2018Simon Brandhof2018-01-0715-15/+15
|
* SONAR-5236 Create new API to register built-in quality profilesJulien HENRY2017-09-252-0/+62
|
* Rework file indexingJulien HENRY2017-08-041-11/+7
| | | | | | * Drop cycle ModuleFileSystem -> FileIndexer -> ModuleFileSystem * Ensure basedir is initialized once * Drop useless FileSystemLogger, and log in ModuleFileSystemInitializer
* SONAR-9480 fix support of multiple docs to recover with same idSimon Brandhof2017-07-111-1/+1
|
* SONAR-9478 Deprecate Settings and introduce new Configuration interfaceJulien HENRY2017-07-041-1/+1
|
* SONAR-9482 Add IT for WS api/qualityprofiles/showTeryk Bellahsene2017-07-041-2/+2
|
* SONAR-9204 File with BOM are not correctly parsed by the CPD tokenizerJulien HENRY2017-05-091-8/+12
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1014-28/+28
|
* Fix assertions in XooJanos Gyerik2017-01-312-3/+3
|
* SONAR-8631 Only publish input files used by sensorsDuarte Meneses2017-01-312-3/+3
|
* SONAR-8622 Lazily generate metadata for input filesDuarte Meneses2017-01-2711-37/+72
|
* SONAR-8573 Use api/settings to load global settingsJulien HENRY2017-01-101-2/+2
|
* SONAR-8281 Update SensorContextTester to no more expose coverage typeJulien HENRY2016-10-213-30/+18
|
* SONAR-7678 server-side stateless settingsSimon Brandhof2016-09-061-1/+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
* Improve org.sonar.api.SonarRuntimeSimon Brandhof2016-07-272-8/+13
| | | | | | | | | | | | * javadoc was not up-to-date * SensorContext has a single method #runtime() instead of #getRuntimeApiVersion() and #getRuntimeProduct() * deprecated SonarQubeVersion does not extend SonarRuntime * SonarRuntime becomes an interface. Implementation is org.sonar.api.internal.SonarRuntimeImpl for unit tests.
* Update Xoo plugin to test Settings default valuesJulien HENRY2016-07-211-2/+2
|
* Make Xoo a SonarLint pluginJulien HENRY2016-07-121-2/+2
|
* Fix Xoo UTJulien HENRY2016-07-111-1/+1
|
* SONAR-7876 Add an API for Sensors to report files that can't be analyzedDuarte Meneses2016-07-111-1/+5
|
* SONAR-7876 Add an API for Sensors to report files that can't be analyzedDuarte Meneses2016-07-112-2/+81
|
* SONAR-7783 Ensure Sensors don't save same data twiceDuarte Meneses2016-07-081-2/+2
|
* SONAR-7755 deploy/plugins/index.txt should expose SonarLint compatibilityJulien HENRY2016-07-072-4/+8
|
* SONAR-7751, SONAR-7756 SonarLint APIJulien HENRY2016-07-072-4/+4
|
* Improve unit test coverageJulien HENRY2016-05-173-7/+38
|
* SONAR-7636 Deprecate org.sonar.api.measures.Measure + many small API ↵Julien HENRY2016-05-121-7/+6
| | | | improvements
* SONAR-7612 Improve documentation and SensorContextTesterJulien HENRY2016-05-123-15/+8
|
* SONAR-7612 Move new Sensor API out of @BetaJulien HENRY2016-05-121-3/+3
|
* Change return type of Plugin#getSonarQubeVersion()Simon Brandhof2016-04-111-3/+2
| | | | and improve Javadoc
* SONAR-7458 Expose SQ Version in SensorContextJulien HENRY2016-03-302-50/+66
|
* SONAR-7389 Improve testabilityJulien HENRY2016-03-171-0/+87
|
* ITs on quality modelJulien Lancelot2016-03-141-1/+1
|
* SONAR-7453 Rename rules remediation function fields in APIJulien Lancelot2016-03-101-3/+3
|
* SONAR-7364 Remove SQALE characteristics from measures and rulesSimon Brandhof2016-02-221-1/+0
|
* Fix project title in copyright headersSimon Brandhof2016-01-1312-12/+12
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0512-48/+48
|