aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/highlighting/SyntaxHighlightingData.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6319 SONAR-6321 Feed highlighting and symbols in compute reportJulien HENRY2015-03-311-61/+0
* SONAR-5931 Cleanup highlighting APIJulien HENRY2015-02-201-0/+1
* SONAR-5827 Execute CodeColorizer on batch side to feed highlightingJulien HENRY2014-11-211-2/+4
* SONAR-5827 Feed the new "file_sources" tableJulien HENRY2014-11-191-4/+5
* SONAR-5528 One more optimization for highlighting API -> don't hit value cacheJulien HENRY2014-08-261-1/+1
* SONAR-5528 Improve performance of syntax highlighting APIJulien HENRY2014-08-251-8/+7
* SONAR-5389 Support syntax highlighting in the new sensor APIJulien HENRY2014-07-241-0/+58