aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/scan/filesystem
Commit message (Expand)AuthorAgeFilesLines
* Rename batch into scannerJulien HENRY2016-03-1817-1708/+0
* SONAR-7124 Concurrent access to WS cache allowedDuarte Meneses2016-03-161-2/+2
* SONAR-6719 Wrong casing when indexing individual files lead to issue during s...Duarte Meneses2016-03-151-15/+16
* SONAR-7328 Ignore "recursive" folder indexation caused by symlinkDuarte Meneses2016-03-151-16/+71
* Fix project title in copyright headersSimon Brandhof2016-01-1317-17/+17
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0517-69/+68
* Improve qualityDuarte Meneses2015-11-111-18/+10
* SONAR-6931 Speed up issues mode by scanning only changed filesDuarte Meneses2015-11-051-2/+2
* SONAR-6658 Remove ProjectClasspath, ProjectFileSystem, sonar.binaries, sonar....Julien HENRY2015-11-051-219/+0
* SONAR-6931 Speed up issues mode by scanning only changed filesDuarte Meneses2015-11-043-58/+37
* SONAR-6818 Split batch/project WS in several simpler WSDuarte Meneses2015-09-302-7/+7
* improve batch logging and performanceDuarte Meneses2015-09-141-1/+4
* SONAR-6817 Issues mode should support analysis of projects not associatedDuarte Meneses2015-09-092-8/+10
* Fix project lock on windowsDuarte Meneses2015-09-041-1/+1
* Revert "SONAR-6658 Drop validation on sonar.libraries and sonar.binaries"Duarte Meneses2015-08-242-10/+21
* SONAR-6658 Drop validation on sonar.libraries and sonar.binariesDuarte Meneses2015-08-242-21/+10
* Fix some quality flawsJulien HENRY2015-08-052-19/+16
* SONAR-6761 Drop incremental modeDuarte Meneses2015-08-052-14/+4
* SONAR-6052 Extract primaryLocation as a special attributeJulien HENRY2015-07-312-20/+6
* SONAR-6577 Offline mode in preview modeDuarte Meneses2015-07-242-6/+8
* SONAR-4865, SONAR-6052 Improved issue locationsJulien HENRY2015-07-231-4/+10
* Quality flawsSimon Brandhof2015-06-292-8/+14
* Cleanup warningsGabor Liptak2015-06-171-2/+2
* SONAR-6260 Remove snapshot and project persistence form batchJulien Lancelot2015-06-101-20/+1
* SONAR-3821 Drop any Maven dependencyJulien HENRY2015-06-031-20/+4
* SONAR-6278 Stop relying on graph to store testsJulien HENRY2015-05-212-6/+6
* Move @BatchSide and @ServerSide to appropriate packagesSimon Brandhof2015-05-2010-10/+10
* SONAR-6548 Remove resource key migration introduced in 4.2Julien HENRY2015-05-134-22/+13
* Useless codeDavid Gageot2015-05-122-2/+2
* SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponentJulien HENRY2015-05-1110-27/+49
* SONAR-6319 SONAR-6321 Feed highlighting and symbols in compute reportJulien HENRY2015-03-317-458/+22
* Improve error message when issue is out of line range during issue trackingJulien HENRY2015-03-311-9/+4
* Fix some quality flawsJulien HENRY2015-03-271-7/+6
* Fix some quality flawsJulien HENRY2015-02-201-1/+1
* SONAR-6175 Validate that offsets provided for highlighting and symbol referen...Julien HENRY2015-02-202-1/+15
* SONAR-5552 Display how many files are excluded from the analysisJulien HENRY2015-02-182-0/+23
* Used SortedMap as cache for FS to have consistent order in FS queriesJulien HENRY2015-02-131-5/+8
* Fix quality flawsJulien HENRY2015-02-121-2/+2
* SONAR-6182 Log a warning when unmappable character is detected in a fileJulien HENRY2015-02-121-16/+80
* Fix some possible NPEJulien HENRY2015-02-111-4/+6
* Revert move of Period component since it is used by devcockpitJulien HENRY2015-02-111-0/+1
* SONAR-6048 Fix viewsJulien HENRY2015-02-111-1/+1
* SONAR-6068 Do not break FilePredicate interface as it is used by SonarGraph p...Julien HENRY2015-02-111-1/+2
* SONAR-6048 Use LinkedHashMap to make behavior more consistentJulien HENRY2015-02-101-7/+7
* SONAR-6048 Fix exclusions by absolute pathJulien HENRY2015-02-101-0/+2
* SONAR-6134, SONAR-6048 Improve performance of FS indexationJulien HENRY2015-02-1014-414/+293
* SONAR-6068 Improve performance of FileSystem query operationJulien HENRY2015-02-103-35/+10
* Set a hash even on empty file -> Will prevent NPE on empty fileJulien Lancelot2015-02-021-10/+2
* SONAR-6088 Remove old preview/h2 modeJulien HENRY2015-01-272-7/+7
* SONAR-5077 Compute ncloc for files with no languageJulien HENRY2015-01-263-43/+178