aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/highlighting/SyntaxHighlightingDataBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6319 SONAR-6321 Feed highlighting and symbols in compute reportJulien HENRY2015-03-311-84/+0
* SONAR-5931 Cleanup highlighting APIJulien HENRY2015-02-201-0/+1
* SONAR-5827 Fix corner cases with highligthing offset conversionJulien HENRY2014-11-201-5/+4
* Replace bad imports of org.elasticsearch.common by guavaSimon Brandhof2014-08-281-2/+2
* Fix some quality flawsJulien HENRY2014-08-271-2/+3
* SONAR-5528 One more optimization for highlighting API -> don't hit value cacheJulien HENRY2014-08-261-1/+2
* SONAR-5528 Improve performance of syntax highlighting APIJulien HENRY2014-08-251-56/+35
* SONAR-5389 New duplication APIJulien HENRY2014-07-301-3/+0
* SONAR-5389 Support syntax highlighting in the new sensor APIJulien HENRY2014-07-241-0/+106