aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/source
Commit message (Expand)AuthorAgeFilesLines
* Rename batch into scannerJulien HENRY2016-03-1813-984/+0
* SONAR-7389 Add new Sensor API to provide duplication tokensJulien HENRY2016-03-151-2/+1
* SONAR-5772 New executable_lines_data metricJulien HENRY2016-02-221-0/+112
* Fix project title in copyright headersSimon Brandhof2016-01-1312-12/+12
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0512-52/+48
* SONAR-5894 Support symbol references with different lengthDuarte Meneses2015-11-172-1/+11
* Update embedded SQ Java plugin to 3.6Julien HENRY2015-10-091-2/+0
* No op for highlighting and symbol references in issues modeJulien HENRY2015-09-175-8/+121
* SONAR-6762 - Create 'issues' analysis modeDuarte Meneses2015-08-121-1/+1
* Rework new measure APIJulien HENRY2015-08-041-7/+7
* SONAR-6052 Extract primaryLocation as a special attributeJulien HENRY2015-07-312-2/+2
* SONAR-6370 Remove guava from dependencies of sonar-colorizerSimon Brandhof2015-05-282-17/+11
* SONAR-6278 Stop relying on graph to store testsJulien HENRY2015-05-215-67/+19
* Move @BatchSide and @ServerSide to appropriate packagesSimon Brandhof2015-05-201-1/+1
* Useless codeDavid Gageot2015-05-123-5/+5
* SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponentJulien HENRY2015-05-111-3/+8
* Don't fail but only display a warning when a CodeColorizer is buggyJulien HENRY2015-04-031-1/+2
* SONAR-6319 Another perf improvementJulien HENRY2015-04-011-5/+1
* SONAR-6319 SONAR-6321 Feed highlighting and symbols in compute reportJulien HENRY2015-03-3111-112/+208
* Fix some quality flawsJulien HENRY2015-03-271-1/+1
* SONAR-5931 Cleanup symbol reference APIJulien HENRY2015-02-202-2/+59
* SONAR-5931 Cleanup highlighting APIJulien HENRY2015-02-201-3/+0
* SONAR-5772 Force coverage measure computation by defaultJulien HENRY2015-02-191-0/+6
* SONAR-6134, SONAR-6048 Improve performance of FS indexationJulien HENRY2015-02-102-6/+11
* SONAR-5077 Compute ncloc for files with no languageJulien HENRY2015-01-261-0/+9
* SONAR-5077 Fix regression when a Sensor try to read "lines" measure. LinesSen...Julien HENRY2015-01-201-0/+2
* SONAR-5077 Lines metric is computed by the coreJulien HENRY2015-01-161-0/+56
* Use try-with-resources when possibleJulien HENRY2015-01-071-6/+1
* SONAR-5869 Restore built-in Java Colorizer support for test filesJulien HENRY2014-12-171-1/+8
* SONAR-5867 Sort symbol references to avoid variations between consecutive runsJulien HENRY2014-12-171-5/+7
* Fix some quality flawsJulien HENRY2014-12-091-1/+1
* SONAR-5867 Add symbol references data into file_sources tableJulien HENRY2014-11-282-12/+13
* Fix some quality flawsJulien HENRY2014-11-241-7/+0
* Try to fix handling of BOM on WindowsJulien HENRY2014-11-212-6/+3
* SONAR-5827 Fix NPE for languages with no source colorizerJulien HENRY2014-11-211-1/+4
* SONAR-5827 Execute CodeColorizer on batch side to feed highlightingJulien HENRY2014-11-213-0/+231
* 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/+3
* SONAR-5389 Port symbolizable API to new batch APIJulien HENRY2014-07-246-154/+22
* SONAR-5389 Support syntax highlighting in the new sensor APIJulien HENRY2014-07-246-226/+21
* Deprecated the unused Symbol#getFullyQualifiedName() and improve exception me...Simon Brandhof2014-04-032-8/+12
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-1111-11/+11
* SONAR-926 Fix NPE in sonar-java during first analysis with 4.2Simon Brandhof2014-02-201-6/+0
* SONAR-926 remove remaining usages of deprecated qualifiersSimon Brandhof2014-02-121-1/+1
* SONAR-3677 support deprecated FileSystemFilterSimon Brandhof2013-10-092-4/+4
* Fixed quality issuesJean-Baptiste Vilain2013-05-306-156/+173
* Fixed several violationsJean-Baptiste Vilain2013-05-231-2/+6
* SONAR-3893 Fixed missing perspective builder declaration in IoC containerJean-Baptiste Vilain2013-05-061-1/+3
* SONAR-3893 Reworked symbols API and changed package for corresponding classesJean-Baptiste Vilain2013-05-0310-0/+664
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-111-36/+0