aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/profiling
Commit message (Expand)AuthorAgeFilesLines
* Rename batch into scannerJulien HENRY2016-03-187-695/+0
* Fix some quality flawsJulien HENRY2016-03-161-1/+1
* squid:S1213 members of an interface decleration or class should appear in a p...Zeeshan Asghar2016-01-291-9/+9
* Fix project title in copyright headersSimon Brandhof2016-01-137-7/+7
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-057-28/+28
* refactor batch class names/packagesDuarte Meneses2015-08-131-2/+2
* SONAR-6623 extract issue tracking algorithm from batchSimon Brandhof2015-07-021-23/+1
* Fix some quality flawsJulien HENRY2015-06-302-4/+3
* Quality flawsSimon Brandhof2015-06-293-16/+31
* Useless codeDavid Gageot2015-05-124-7/+7
* Cleanup batch side from specific code for devcockpit and viewsJulien HENRY2015-05-044-41/+59
* SONAR-6190 Dumping profiler info into a file fails when module key contains a...Julien HENRY2015-02-171-1/+2
* SONAR-6111 Drop ability to execute Maven plugin as part of the batch analysisJulien HENRY2015-01-281-11/+1
* Use try-with-resources when possibleJulien HENRY2015-01-071-6/+1
* Property sonar.showProfiling must export properties file instead of XMLSimon Brandhof2014-11-041-6/+6
* Fix profiling outputJulien HENRY2014-10-283-5/+13
* Dump profiling results in properties files in order to ease later comparisonJulien HENRY2014-10-282-4/+36
* Add missing @Override annotationsSimon Brandhof2014-10-101-0/+8
* Add details of persisters in profiling output to ease understandingJulien HENRY2014-08-291-2/+31
* Remove useless constructors with System2.INSTANCESimon Brandhof2014-06-302-8/+3
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-116-6/+6
* Fix quality flawsJulien Lancelot2014-02-061-8/+3
* New class System2 to increase testability of classes that call low-level syst...Simon Brandhof2013-12-176-58/+39
* Fix quality flawsJulien Lancelot2013-08-201-16/+5
* Fix minor quality flawsSimon Brandhof2013-08-011-3/+1
* Fix some quality flawsJulien HENRY2013-07-311-14/+9
* Fix quality flawsSimon Brandhof2013-07-051-1/+1
* Fix some quality flawsJulien HENRY2013-06-261-1/+1
* Fix some quality flawsJulien HENRY2013-06-132-2/+6
* SONAR-4384 Add missing phases to Sonar profilingJulien HENRY2013-06-124-36/+128
* Fix some quality flawsJulien HENRY2013-05-314-10/+22
* Fix some quality flawsJulien HENRY2013-04-221-1/+3
* Update copyright headersSimon Brandhof2013-04-227-28/+28
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-217-21/+21
* SONAR-4147 Add breakdown by module to profilingJulien HENRY2013-04-184-27/+54
* SONAR-4147 Implemented profiling of purgeJulien HENRY2013-04-174-28/+25
* SONAR-4147 Refactored UT to not depends on System.currentTimeMillis()Julien HENRY2013-04-176-15/+67
* SONAR-4147 Support a new profiling option "sonar.profiling.log=true"Julien HENRY2013-04-166-0/+483