aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused db classes Snapshot and ResourceModelSimon Brandhof2015-07-201-63/+0
|
* Rename remaining variables "sut" to "underTest" in testsSimon Brandhof2015-07-163-34/+32
|
* Rename variables "sut" to "underTest" in testsSimon Brandhof2015-07-164-116/+116
|
* SONAR-6709 Simplify RulesDefinition API when two plugins define the same ↵Simon Brandhof2015-07-101-22/+46
| | | | repository
* Unused importsDavid Gageot2015-07-073-4/+0
|
* SONAR-6588 move computation of debt to Compute EngineSimon Brandhof2015-07-029-737/+235
|
* SONAR-6588 integrate issues to Compute EngineSimon Brandhof2015-07-021-4/+0
|
* SONAR-6623 distribution of issues by debt in Compute EngineSimon Brandhof2015-07-021-52/+0
| | | | This allows to deprecate org.sonar.api.measures.RuleMeasure
* SONAR-6623 extract issue tracking algorithm from batchSimon Brandhof2015-07-028-542/+694
|
* remove dead code (AbstractDivisionDecorator)Sébastien Lesaint2015-06-301-116/+0
|
* Quality flawsSimon Brandhof2015-06-293-4/+10
| | | | | - do not declare multiple variables on same line - fix imports
* SONAR-6635 Parsing of date should not be lenientJulien HENRY2015-06-291-0/+6
|
* SONAR-6582 Extract class to serialize componentsJean-Baptiste Lievremont2015-06-221-1/+1
|
* Merge pull request #366 from gliptak/warnings1Sébastien Lesaint2015-06-191-2/+2
|\ | | | | Cleanup warnings
| * Cleanup warningsGabor Liptak2015-06-171-2/+2
| |
* | Remove Hibernate entity "MeasureModel"Simon Brandhof2015-06-172-63/+3
|/
* Drop support of org.sonar.api.batch.TimeMachineSimon Brandhof2015-06-121-43/+0
| | | | It can't be supported anymore by design. Analyzers do not connect to database anymore.
* SONAR-6370 fix quality flawsSimon Brandhof2015-06-052-29/+26
|
* SONAR-6370 remove support of KeyValueFormat#format(Multiset)Simon Brandhof2015-06-051-37/+15
| | | | guava is not exposed in API
* SONAR-6606 drop origin column from metrics tableTeryk Bellahsene2015-06-041-1/+0
|
* SONAR-3821 Drop any Maven dependencyJulien HENRY2015-06-0322-742/+0
|
* Replace references to jira.codehaus.org by jira.sonarsource.comSimon Brandhof2015-05-293-3/+3
|
* Enable CommandExecutor testsJulien HENRY2015-05-281-7/+4
|
* Disable two failing testsJulien HENRY2015-05-271-0/+3
|
* Add test for CommandExecutor timeout with new shellJulien HENRY2015-05-271-4/+14
|
* SONAR-6567 disable extension point NotificationDispatcher in batchSimon Brandhof2015-05-223-187/+0
| | | | Currently it's only removed from API. Will be removed from batch after that events are in Compute Engine (for change of quality gate status)
* SONAR-6555 Drop design related features on batch sideJulien HENRY2015-05-194-69/+0
|
* SONAR-6517 merge sonar-deprecated into sonar-plugin-apiSimon Brandhof2015-05-1918-0/+1154
| | | | It allows to use the shaded and relocated dependencies of sonar-plugin-api
* Fix quality flawsSimon Brandhof2015-05-151-10/+39
|
* rename web services with the xxxWs formTeryk Bellahsene2015-05-152-7/+7
|
* SONAR-6548 Restore support of deprecated org.sonar.api.resources.InputFileJulien HENRY2015-05-131-1/+5
|
* Tests should use ExpectedExceptionDavid Gageot2015-05-134-52/+51
|
* SONAR-6548 Remove resource key migration introduced in 4.2Julien HENRY2015-05-131-79/+0
|
* Use StandardCharsets instead of guava/commons-ioJulien HENRY2015-05-125-59/+56
|
* Useless codeDavid Gageot2015-05-122-5/+5
|
* SONAR-6370 isolate plugin classloader from coreSimon Brandhof2015-05-113-573/+0
|
* Redundant importsDavid Gageot2015-05-077-11/+0
|
* Redundant throws clause in testsDavid Gageot2015-05-0765-227/+227
|
* SONAR-6200 New Sensor API to report UT/IT/Overall coverageJulien HENRY2015-04-222-0/+38
|
* SONAR-3676 add flag to not serialize empty strings to JSONSébastien Lesaint2015-04-171-0/+24
|
* Remove coupling of sonar-plugin-api on Guava 10Simon Brandhof2015-04-163-341/+2
| | | | in order to prepare upgrade to Guava 18 in core codebase
* SONAR-6408 Restore PostJob execution in preview modeJulien HENRY2015-04-141-1/+1
|
* Restore old behavior for InputFile::lines() -> returns 1 for empty filesJulien HENRY2015-04-131-2/+10
|
* Fix regression during local issue tracking on empty filesJulien HENRY2015-04-081-0/+18
|
* SONAR-6253 Add lines count in reportJulien HENRY2015-04-071-4/+1
|
* Use random timezone when executing tests from mavenSimon Brandhof2015-04-021-1/+1
| | | | This allows to fail-fast if a test is heavily coupled with local timezone.
* SONAR-6319 Fix perf regression for highlightingJulien HENRY2015-04-011-1/+3
|
* SONAR-6319 SONAR-6321 Feed highlighting and symbols in compute reportJulien HENRY2015-03-315-46/+409
|
* Revert "Remove all deprecated Violation APIs"Julien Lancelot2015-03-272-0/+142
| | | | This reverts commit 5446d877b4e67f2f32ac869e76d9ad02ca226773.
* Remove all deprecated Violation APIsJulien HENRY2015-03-272-142/+0
|