aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java/org/sonar/batch/issue
Commit message (Collapse)AuthorAgeFilesLines
* Rename batch into scannerJulien HENRY2016-03-1824-2651/+0
|
* SONAR-7414 Change Sensor API to update Issue#effortToFix to Issue#gapJulien HENRY2016-03-163-3/+3
|
* Fix project title in copyright headersSimon Brandhof2016-01-1324-24/+24
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0524-105/+96
|
* Improve UT coverageJulien HENRY2015-11-302-0/+241
|
* SONAR-6752 Deprecate org.sonar.batch.issue.IssueFilters extension point and ↵Duarte Meneses2015-11-189-87/+212
| | | | add new one
* SONAR-7003 Refactor batch issue trackingDuarte Meneses2015-11-111-19/+17
|
* SONAR-6978 Provide enhanced issue locations (start/end) offset in issues modeDuarte Meneses2015-11-093-24/+47
|
* SONAR-6817 Issues mode should support analysis of projects not associatedDuarte Meneses2015-09-091-6/+8
|
* clean batch unused test resourcesDuarte Meneses2015-08-131-2/+2
|
* refactor batch class names/packagesDuarte Meneses2015-08-131-2/+2
|
* SONAR-6777 Project cache syncDuarte Meneses2015-08-122-6/+9
|
* SONAR-6777 Project cache syncDuarte Meneses2015-08-121-3/+2
|
* SONAR-6777 Project cache syncDuarte Meneses2015-08-122-6/+6
|
* SONAR-6750 Support new SQ Runner API for retrieving issuesDuarte Meneses2015-08-041-8/+73
|
* SONAR-6770 Improve logging of cache usageDuarte Meneses2015-08-031-3/+4
|
* SONAR-6052 Extract primaryLocation as a special attributeJulien HENRY2015-07-312-27/+25
| | | | Also rework new issue API on batch side.
* Write raw issues directly in protobuf reportJulien HENRY2015-07-313-128/+65
| | | | Avoid intermediate storage in persistit
* SONAR-6750 Support new SQ Runner API for retrieving issuesDuarte Meneses2015-07-301-0/+72
|
* SONAR-6713 Load rules in global containerDuarte Meneses2015-07-281-1/+1
|
* SONAR-6577 Offline mode in preview modeDuarte Meneses2015-07-241-10/+11
|
* SONAR-4865, SONAR-6052 Improved issue locationsJulien HENRY2015-07-233-43/+7
|
* Extract module sonar-dbSimon Brandhof2015-07-041-391/+0
|
* SONAR-6588 move computation of debt to Compute EngineSimon Brandhof2015-07-021-106/+3
|
* SONAR-6588 integrate issues to Compute EngineSimon Brandhof2015-07-021-4/+0
|
* SONAR-6623 count issuesSimon Brandhof2015-07-021-1/+1
|
* SONAR-6623 extract issue tracking algorithm from batchSimon Brandhof2015-07-0210-853/+6
|
* SONAR-6649 Move initialization of persistit cache to global contextDuarte Meneses2015-06-242-48/+6
|
* Revert merge to d70f025Duarte Meneses2015-06-232-6/+48
|
* SONAR-6649 Move initialization of persistit caches to global contextDuarte Meneses2015-06-232-48/+6
|
* SONAR-6260 Remove snapshot and project persistence form batchJulien Lancelot2015-06-101-9/+25
|
* SONAR-6278 Stop relying on graph to store testsJulien HENRY2015-05-212-11/+7
|
* SONAR-6548 Remove resource key migration introduced in 4.2Julien HENRY2015-05-139-31/+20
|
* Use StandardCharsets instead of guava/commons-ioJulien HENRY2015-05-125-16/+28
|
* SONAR-6536 Drop concept of taskJulien HENRY2015-05-111-2/+2
|
* Redundant importsDavid Gageot2015-05-073-3/+0
|
* Redundant throws clause in testsDavid Gageot2015-05-0712-41/+41
|
* Remove coupling of sonar-plugin-api on Guava 10Simon Brandhof2015-04-161-1/+1
| | | | in order to prepare upgrade to Guava 18 in core codebase
* SONAR-6319 SONAR-6321 Feed highlighting and symbols in compute reportJulien HENRY2015-03-311-16/+2
|
* Improve error message when issue is out of line range during issue trackingJulien HENRY2015-03-311-0/+16
| | | | and add test for binary file line computation
* Revert "Remove all deprecated Violation APIs"Julien Lancelot2015-03-271-0/+35
| | | | This reverts commit 5446d877b4e67f2f32ac869e76d9ad02ca226773.
* Remove all deprecated Violation APIsJulien HENRY2015-03-271-35/+0
|
* Revert "Remove use of DateUtils.truncate since it is not efficient"Julien HENRY2015-03-171-2/+4
| | | | This reverts commit 46e1d76cc3814518f23b65132e5a8f083bb707a5.
* Remove use of DateUtils.truncate since it is not efficientJulien HENRY2015-03-161-4/+2
|
* SONAR-5927 Fix 404 when analyzing new fileJulien HENRY2015-02-254-8/+87
|
* SONAR-5927, SONAR-6012 Rework incremental preview mode to speedup issue ↵Julien HENRY2015-02-253-42/+42
| | | | retrieval
* SONAR-6182 Log a warning when unmappable character is detected in a fileJulien HENRY2015-02-122-2/+6
|
* SONAR-6134, SONAR-6048 Improve performance of FS indexationJulien HENRY2015-02-106-44/+58
|
* SONAR-6068 Improve performance of FileSystem query operationJulien HENRY2015-02-101-4/+5
|
* SONAR-6162 Fix bad mergeJulien HENRY2015-02-091-1/+1
|