aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java/org/sonar/batch/scan
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5186 Drop support of "sonar.phase"Julien HENRY2014-04-031-60/+0
* SONAR-5181 Move parsing of sonar-project.properties files to SQ RunnerJulien HENRY2014-04-032-136/+202
* Fix compatibility of some tests with java8Simon Brandhof2014-04-031-3/+3
* SONAR-5190 Make default bootstrapper support MavenJulien HENRY2014-04-021-4/+4
* SONAR-5192 Remove support of deprecated SQ Runner propertiesJulien HENRY2014-04-021-10/+0
* SONAR-5190 Introduce new property sonar.projectBuildDir for Maven bootstrapperJulien HENRY2014-04-021-27/+27
* SONAR-5190 Make default bootstrapper support MavenJulien HENRY2014-04-022-11/+16
* SONAR-4692 Fix regression with SONAR-4245Julien HENRY2014-03-281-0/+21
* Fix testJulien HENRY2014-03-271-3/+6
* SONAR-5178 Add another testJulien HENRY2014-03-271-0/+8
* SONAR-5178 "sonar.branch" should not be validated against the same pattern as...Julien HENRY2014-03-271-5/+5
* SONAR-4692 Prevent analysis of projects that both embed the same moduleJulien HENRY2014-03-271-2/+46
* SONAR-5028 Reuse property sonar.preview.readTimeout when downloading file sou...Julien HENRY2014-03-241-5/+6
* SONAR-5069 revert. sonar.sources is back. It must be mandatory.Simon Brandhof2014-03-181-4/+6
* SONAR-926 inclusions are optionalSimon Brandhof2014-03-171-26/+11
* SONAR-926 apply inclusions and exclusions to source directoriesSimon Brandhof2014-03-171-103/+6
* SONAR-4790 replace static factory FilePredicates by FileSystem#predicates()Simon Brandhof2014-03-141-4/+6
* SONAR-926 main files should exclude "test inclusions"Simon Brandhof2014-03-131-10/+30
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-1130-30/+30
* SONAR-926 fix loading of quality profile alerts on multi-modules projectsSimon Brandhof2014-02-261-5/+11
* SONAR-926 remove ModuleLanguages from API. Replaced by FileSystem#languages()Simon Brandhof2014-02-262-7/+75
* SONAR-926 remove dependency on JavaFileSimon Brandhof2014-02-261-1/+1
* Remove unused classesSimon Brandhof2014-02-267-212/+169
* SONAR-5069 Make sonar.sources optionalJulien HENRY2014-02-211-4/+1
* SONAR-926 Add test on file hashSimon Brandhof2014-02-201-0/+19
* SONAR-926 Fix computation of number of lines when the latest line is emptySimon Brandhof2014-02-201-3/+13
* SONAR-926 move FS API to org.sonar.api.batch.fsSimon Brandhof2014-02-2015-402/+192
* Fix some quality flawsJulien HENRY2014-02-131-7/+6
* SONAR-926 Fix deprecated key of indexed resourcesJulien HENRY2014-02-121-1/+1
* SONAR-926 Move JavaFile/JavaPackage to sonar deprecated and remove all usages...Julien HENRY2014-02-121-9/+8
* SONAR-926 Export path information for components in JsonReportJulien HENRY2014-02-121-3/+19
* SONAR-926 add missing testsSimon Brandhof2014-02-116-1/+336
* SONAR-926 improve computation of number of linesSimon Brandhof2014-02-107-468/+336
* SONAR-926 * Deprecated FileSystemFilter in favor of InputFileFilterJulien HENRY2014-02-101-2/+2
* SONAR-926 Optimize computation of file inclusion/exclusionJulien HENRY2014-02-101-84/+34
* SONAR-926 Don't index aggregator modulesJulien HENRY2014-01-311-0/+17
* SONAR-926 Indexing of the FS is now done starting from the basedir of the moduleJulien HENRY2014-01-312-112/+125
* SONAR-4974 SONAR-4928 Validate project key before batch bootstrap downloadJean-Baptiste Lievremont2014-01-311-0/+7
* SONAR-926 Add more tests for LanguageRecognizerJulien HENRY2014-01-301-0/+2
* SONAR-926 Improve language recognition to have case unsentitive file extensionsJulien HENRY2014-01-301-10/+21
* Add additional tests for line counter.Julien HENRY2014-01-301-3/+9
* SONAR-5031 Provide line count as attribute of InputFileJulien HENRY2014-01-291-22/+29
* SONAR-926 Expose new FileSystem API based on InputFile/InputDirJulien HENRY2014-01-2710-39/+100
* SONAR-926 Expose ModuleLanguages in plugin APIJulien HENRY2014-01-241-6/+6
* SONAR-926 Multi-language support:Julien HENRY2014-01-243-51/+388
* Add possibility to get source from a component key in htmlSourceDecoratorJulien Lancelot2014-01-241-2/+2
* Rename 18n methods to get age of dates, add age on Issues search WS, update a...Julien Lancelot2014-01-241-1/+1
* Add a ago and instant method in i18nJulien Lancelot2014-01-232-160/+16
* SONAR-3024 Use new resource key in json reportJulien HENRY2014-01-151-9/+1
* SONAR-3024 Introduce deprecated key on resources to ease transitionJulien HENRY2014-01-132-15/+23