aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-926 deprecate org.sonar.api.batch.ResourceFilterSimon Brandhof2014-02-104-88/+24
* SONAR-926 improve computation of number of linesSimon Brandhof2014-02-1010-213/+326
* SONAR-926 * Deprecated FileSystemFilter in favor of InputFileFilterJulien HENRY2014-02-1011-46/+31
* Fix PathPattern on WindowsJulien HENRY2014-02-101-1/+2
* SONAR-926 Optimize computation of file inclusion/exclusionJulien HENRY2014-02-103-40/+73
* SONAR-4925 Remove duplicate SQL logging code from batchJean-Baptiste Lievremont2014-02-061-11/+0
* Fix quality flawsJulien Lancelot2014-02-061-8/+3
* Fix quality flawsJulien Lancelot2014-02-061-12/+18
* Revert getTargetDate() in public visibility because it's used by the Dev Cock...Julien Lancelot2014-02-061-4/+8
* Fix quality flawsJulien Lancelot2014-02-062-2/+2
* SONAR-5047 Calculation of new_coverage measures on delta since X days and sin...Julien Lancelot2014-02-053-12/+11
* SONAR-926 deterministic error message in ResourceKeyMigrationSimon Brandhof2014-02-052-13/+6
* SONAR-5022 Fix the "sonar.preview.includePlugins" propertyJulien Lancelot2014-02-051-12/+10
* Drop dead codeSimon Brandhof2014-02-051-87/+0
* SONAR-926 deterministic error message (order of parameters)Simon Brandhof2014-02-051-15/+8
* SONAR-926 fix support of non-fs projectsSimon Brandhof2014-02-051-1/+1
* SONAR-926 fix support of Java as long as release version is usedSimon Brandhof2014-02-051-1/+19
* SONAR-926 drop support in multi-lang projects of methods shouldExecuteOnProje...Simon Brandhof2014-02-041-19/+1
* SONAR-4785 Fail if rule has no name and issue has no messageJulien Lancelot2014-02-041-1/+5
* SONAR-4785 When a plugin creates an issue without a message, the issue messag...Julien Lancelot2014-02-041-4/+18
* Fix quality flaws and coverageJean-Baptiste Lievremont2014-02-031-13/+4
* SONAR-4767 Display date of snapshot used for comparison when selecting "Delta...Julien Lancelot2014-02-031-1/+1
* SONAR-926 move org.sonar.api.resources.Language to project scopeSimon Brandhof2014-02-032-4/+2
* Fix some quality flawsSimon Brandhof2014-02-022-11/+6
* Fix some quality flawsSimon Brandhof2014-02-024-7/+9
* SONAR-926 Don't index aggregator modulesJulien HENRY2014-01-311-6/+10
* SONAR-926 Indexing of the FS is now done starting from the basedir of the moduleJulien HENRY2014-01-313-103/+106
* SONAR-4974 SONAR-4928 Validate project key before batch bootstrap downloadJean-Baptiste Lievremont2014-01-311-5/+13
* SONAR-926 use the property sonar.language to detect single-lang projectsSimon Brandhof2014-01-313-5/+17
* SONAR-926 Optimize resource lookup using deprecated keyJulien HENRY2014-01-311-21/+25
* SONAR-926 Fix language detection on multi-language projectsJulien HENRY2014-01-301-1/+2
* SONAR-926 Improve language recognition to have case unsentitive file extensionsJulien HENRY2014-01-302-52/+87
* Fix build after removal of CoberturaReportParserJulien HENRY2014-01-301-4/+0
* Add a warning to deprecated absolute path patterns.Julien HENRY2014-01-291-2/+10
* SONAR-5031 Provide line count as attribute of InputFileJulien HENRY2014-01-291-10/+19
* SONAR-926 JavaFile is now considered as equivalent to FileJulien HENRY2014-01-291-1/+2
* SONAR-926 Improve File/Directory to better support plugin still using this APIJulien HENRY2014-01-291-10/+25
* SONAR-926 First attempt to fix views taskJulien HENRY2014-01-293-26/+17
* SONAR-926 Improve FileLineContextFactory to support InputFileJulien HENRY2014-01-291-5/+4
* SONAR-926 Improve FileLineContextFactory to support InputFileJulien HENRY2014-01-293-8/+30
* SONAR-926 The filesystem lock is relaxed to still allow Initializers to call ...Julien HENRY2014-01-282-4/+11
* SONAR-926 Remove usage of ResourceCreationLockSimon Brandhof2014-01-282-73/+10
* SONAR-3024 Provide a new CoberturaReportParser that do not rely on deprecated...Julien HENRY2014-01-271-2/+21
* SONAR-4908 add org.sonar.api.batch.rule.CheckFactorySimon Brandhof2014-01-272-0/+7
* SONAR-926 increase performance of DefaultSensorContext#logWarning()Simon Brandhof2014-01-271-2/+4
* SONAR-926 fix metric PROFILE on single-lang modulesSimon Brandhof2014-01-271-1/+1
* SONAR-926 Expose new FileSystem API based on InputFile/InputDirJulien HENRY2014-01-2718-49/+123
* SONAR-926 fix RulesProfile#getLanguage() on single-lang modulesSimon Brandhof2014-01-271-1/+1
* SONAR-926 store measures PROFILE and PROFILE_VERSION on single-lang modulesSimon Brandhof2014-01-271-5/+12
* SONAR-926 fix loading of ModuleRulesSimon Brandhof2014-01-275-155/+18