aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-xoo-plugin
Commit message (Collapse)AuthorAgeFilesLines
* Remove wildcard imports in testsJanos Gyerik2019-02-112-2/+3
|
* SONAR-10199 Fix search of issues by author containing commaJulien Lancelot2019-02-113-38/+67
|
* SONAR-11621 Implement IgnoreCommand in Xoo pluginBenoît Gianinetti2019-01-225-2/+155
|
* change year in file headersStas Vilchik2019-01-162-2/+2
|
* Fix quality flawsJulien HENRY2019-01-162-5/+5
|
* SONAR-11465 Add project level Sensor EPJulien HENRY2019-01-163-2/+50
|
* SONAR-11509 Ignore module and folder level measures in Sensor APIJulien HENRY2019-01-162-1/+28
|
* SONAR-11488 Stop loading module level settings in scannerJulien HENRY2019-01-162-5/+9
|
* SONAR-11465 Introduce a new annotation for project level extensionsJulien HENRY2019-01-163-5/+56
| | | | and deprecate issue filters
* Fix license headers for 2019Duarte Meneses2019-01-0277-77/+77
|
* SONAR-11238 Xoo plugin supports recent symbol/highlighting locationSébastien Lesaint2018-10-102-22/+60
|
* SONAR-11210 Display organization specific ad hoc rule infoJulien Lancelot2018-09-243-3/+87
|
* SONAR-11209 Allow sensors to provide ad hoc rule metadata for external issuesJulien HENRY2018-09-245-48/+42
|
* 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-9904 guess author of issue based on all its locationsSimon Brandhof2018-08-161-2/+2
|
* SONAR-10985 Add filters for owaspTop10, sans25Top10, cwe (#485)Janos Gyerik2018-07-172-3/+41
| | | | | | | | | | * 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-092-7/+20
|
* SONAR-10867 Add a rule in Xoo to report security hotspotsJulien HENRY2018-07-046-1/+95
|
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-2921-561/+128
|
* Fix malformed license headersJanos Gyerik2018-06-141-19/+0
|
* SONAR-10809 Analyzers need to declare whether a rule is externalDuarte Meneses2018-06-016-3/+112
|
* SONAR-10647 Add ITsDuarte Meneses2018-05-094-2/+190
|
* SONAR-10648 Fix InputFile::relativePath for global sensorsJulien HENRY2018-04-273-2/+51
| | | | 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-10544 fix testsDuarte Meneses2018-04-261-1/+1
|
* SONAR-10543 Update test to v7.2 and remove descriptionUrl and ruleTitle from ↵Duarte Meneses2018-04-262-4/+1
| | | | scanner
* SONAR-10543 Fix mandatory fieldsDuarte Meneses2018-04-261-1/+4
|
* SONAR-10543 Sensor Java API should allow to add external rule engine issuesDuarte Meneses2018-04-263-1/+96
|
* Fix publicationDavid Rautureau2018-04-041-4/+0
|
* Fix buildDavid Rautureau2018-04-041-0/+4
|
* BUILD-630 Generate javadoc ad sources jars with Gradle only on release branchesDavid Rautureau2018-04-041-2/+4
|
* Fix gradle configurationJulien Lancelot2018-03-221-1/+2
|
* Fix some Java compiler warningsSimon Brandhof2018-03-121-1/+1
|
* Move To GradleDavid Rautureau2018-03-092-75/+44
|
* Add missing license headersDuarte Meneses2018-02-071-0/+19
|
* SONAR-10321 Add scope to rule definition APIDuarte Meneses2018-02-072-4/+4
|
* SONAR-10321 Add scope field to rule search wsDuarte Meneses2018-02-073-2/+55
|
* Add Java API Plugin.Context#getBootConfiguration()Simon Brandhof2018-02-061-3/+4
| | | | | That allows plugins to check configuration when providing the list of extensions.
* Set version 7.1-SNAPSHOTSimon Brandhof2018-01-241-1/+1
|
* Cleanup code based on Intellij inspectionsSimon Brandhof2018-01-143-5/+5
|
* SONAR-10117 SONAR-1018 Update measures after relevant issue changes and send ↵Simon Brandhof2018-01-101-2/+8
| | | | webhooks
* Fix license headers for 2018Simon Brandhof2018-01-0774-74/+74
|
* Prepare for next development iterationJulien Lancelot2017-10-271-1/+1
|
* Set version to 6.7-SNAPSHOTSimon Brandhof2017-10-091-1/+1
|
* SONAR-5236 Create new API to register built-in quality profilesJulien HENRY2017-09-254-0/+103
|
* Bring 6.6-SNAPSHOT backSimon Brandhof2017-09-121-1/+1
|
* Release 6.6-M1Simon Brandhof2017-09-121-1/+1
|
* Xoo MeasureSensor supports language Xoo2Teryk Bellahsene2017-08-301-2/+3
|
* SONAR-9574 Same file indexed in different modulesJulien HENRY2017-08-041-2/+2
|
* 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