aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java/org/sonar/batch/source
Commit message (Collapse)AuthorAgeFilesLines
* Rename batch into scannerJulien HENRY2016-03-186-568/+0
|
* Fix project title in copyright headersSimon Brandhof2016-01-136-6/+6
|
* Fix quality flaws5.4-M3Simon Brandhof2016-01-061-1/+1
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-056-27/+24
|
* SONAR-5894 Support symbol references with different lengthDuarte Meneses2015-11-171-1/+23
|
* SONAR-6277 Fix incorrect offset conversion with old Mac line ends '\r'Julien HENRY2015-10-141-7/+69
|
* No op for highlighting and symbol references in issues modeJulien HENRY2015-09-175-13/+14
|
* SONAR-6052 Extract primaryLocation as a special attributeJulien HENRY2015-07-312-4/+8
| | | | Also rework new issue API on batch side.
* SONAR-6278 Stop relying on graph to store testsJulien HENRY2015-05-212-27/+10
|
* Use StandardCharsets instead of guava/commons-ioJulien HENRY2015-05-121-5/+10
|
* Redundant throws clause in testsDavid Gageot2015-05-075-6/+6
|
* SONAR-6319 SONAR-6321 Feed highlighting and symbols in compute reportJulien HENRY2015-03-316-76/+125
|
* SONAR-6134, SONAR-6048 Improve performance of FS indexationJulien HENRY2015-02-102-4/+5
|
* Replace fest-assert by assertJSimon Brandhof2015-01-105-5/+5
|
* SONAR-5869 Restore built-in Java Colorizer support for test filesJulien HENRY2014-12-171-3/+15
|
* SONAR-5867 Add symbol references data into file_sources tableJulien HENRY2014-11-282-7/+12
|
* Fix test on WindowsJulien HENRY2014-11-211-2/+2
|
* SONAR-5827 Execute CodeColorizer on batch side to feed highlightingJulien HENRY2014-11-212-1/+130
|
* SONAR-5528 Improve performance of syntax highlighting APIJulien HENRY2014-08-251-1/+1
|
* SONAR-5389 Port symbolizable API to new batch APIJulien HENRY2014-07-242-64/+4
|
* SONAR-5389 Support syntax highlighting in the new sensor APIJulien HENRY2014-07-243-122/+10
|
* Deprecated the unused Symbol#getFullyQualifiedName() and improve exception ↵Simon Brandhof2014-04-031-2/+8
| | | | message
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-118-8/+8
|
* SONAR-926 Fix NPE in sonar-java during first analysis with 4.2Simon Brandhof2014-02-201-11/+0
|
* SONAR-3677 support deprecated FileSystemFilterSimon Brandhof2013-10-092-4/+4
| | | | + refactor SnapshotDataType
* Fixed quality issuesJean-Baptiste Vilain2013-05-303-27/+62
|
* SONAR-4360 OufOfMemory error when too many issuesSimon Brandhof2013-05-291-3/+5
|
* SONAR-3893 Reworked symbols API and changed package for corresponding classesJean-Baptiste Vilain2013-05-037-0/+438
|
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and ↵Jean-Baptiste Vilain2013-04-111-37/+0
| | | | allow to work on multi-line tokens - Added highlighting caching and persistence
* ScanPersister implementations can load snapshots through SnapshotCacheSimon Brandhof2013-04-111-0/+37