aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-4996 Update issue debt to seconds (backend + display)Julien Lancelot2014-02-256-37/+46
* SONAR-926 do not index files twiceSimon Brandhof2014-02-252-21/+21
* Rename "resource" to "component" in logs of MeasurePersisterSimon Brandhof2014-02-252-4/+4
* Upgrade version to 4.3-SNAPSHOTEric Hartmann2014-02-241-1/+1
* Fix some quality flawsSimon Brandhof2014-02-241-3/+7
* Fix some quality flawsSimon Brandhof2014-02-241-7/+7
* SONAR-926 Improve logs in ResourceKeyMigrationSimon Brandhof2014-02-242-17/+15
* Fix some quality flawsSimon Brandhof2014-02-243-2/+4
* SONAR-926 Preload files in DefaultModuleFileSystemSimon Brandhof2014-02-231-4/+9
* SONAR-5069 Make sonar.sources optionalJulien HENRY2014-02-213-9/+14
* SONAR-926 Fix usage of file system by InitializersSimon Brandhof2014-02-211-5/+13
* SONAR-926 Do not fail if basedir is not dir in a sonar-runner taskSimon Brandhof2014-02-201-1/+3
* SONAR-926 Add test on file hashSimon Brandhof2014-02-202-2/+21
* SONAR-926 Fix NPE in sonar-java during first analysis with 4.2Simon Brandhof2014-02-205-24/+12
* SONAR-926 Fix computation of number of lines when the latest line is emptySimon Brandhof2014-02-202-4/+14
* SONAR-926 Fix alerts reporting for multi-language projectsJulien HENRY2014-02-204-14/+137
* SONAR-926 fix duplicated items in ModuleLanguagesSimon Brandhof2014-02-201-3/+3
* SONAR-926 fix compilation on Java 6Simon Brandhof2014-02-201-5/+5
* SONAR-926 move FS API to org.sonar.api.batch.fsSimon Brandhof2014-02-2059-1429/+1197
* WorkDurationFactory API should not accept nullable parameterJulien Lancelot2014-02-191-2/+6
* Issue exclusions patterns are now initialized prior to sensor phaseJulien HENRY2014-02-1836-3/+2946
* Fix quality flawsJulien Lancelot2014-02-183-51/+35
* SONAR-926 Don't fail when no language on the module (for example aggragator m...Julien HENRY2014-02-172-1/+13
* SONAR-926 Improve error reporting when invalid use of sonar.profileJulien HENRY2014-02-177-30/+226
* Fix quality flawJulien Lancelot2014-02-172-6/+172
* Fix quality flawsJulien Lancelot2014-02-171-1/+3
* Do not use anymore deprecated WorkUnitJulien Lancelot2014-02-171-2/+5
* Add commentJulien Lancelot2014-02-141-0/+3
* SONAR-5059 New technical debt can sometime be negativeJulien Lancelot2014-02-141-2/+13
* Fix some quality flawsJulien HENRY2014-02-132-8/+8
* Fix some quality flawsJulien HENRY2014-02-135-20/+25
* SONAR-926 Cosmetic cleanup of inclusion patternsJulien HENRY2014-02-131-2/+2
* Little improvements of technical debtJulien Lancelot2014-02-131-5/+6
* Replace WorkUnit by WorkDuration for technical debtJulien Lancelot2014-02-1212-158/+289
* Fix quality flawJulien Lancelot2014-02-121-1/+1
* SONAR-926 remove remaining usages of deprecated qualifiersSimon Brandhof2014-02-121-1/+1
* SONAR-926 Fix deprecated key of indexed resourcesJulien HENRY2014-02-122-4/+7
* SONAR-926 Move JavaFile/JavaPackage to sonar deprecated and remove all usages...Julien HENRY2014-02-126-71/+19
* SONAR-926 Export path information for components in JsonReportJulien HENRY2014-02-129-175/+124
* SONAR-926 add missing testsSimon Brandhof2014-02-118-11/+372
* SONAR-926 fix compatibility with views pluginSimon Brandhof2014-02-111-11/+4
* Rename org.sonar.api.batch.rule.ModuleRule to ActiveRuleSimon Brandhof2014-02-104-33/+56
* SONAR-926 fix NPESimon Brandhof2014-02-101-18/+13
* SONAR-926 Language is null in projects table for project/module resourcesJulien HENRY2014-02-109-30/+12
* SONAR-926 do not save resource when adding a measureSimon Brandhof2014-02-102-7/+10
* Merge WorkDayDuration with WorkUnitJulien Lancelot2014-02-105-67/+70
* Fix ProjectFileSystemAdapter to also returns files that are outside source fo...Julien HENRY2014-02-101-4/+13
* SONAR-926 deprecate org.sonar.api.batch.ResourceFilterSimon Brandhof2014-02-106-126/+81
* SONAR-926 improve computation of number of linesSimon Brandhof2014-02-1017-681/+662
* SONAR-926 * Deprecated FileSystemFilter in favor of InputFileFilterJulien HENRY2014-02-1012-48/+33