aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java/org/sonar/batch/DefaultFileLinesContextTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Rename batch into scannerJulien HENRY2016-03-181-148/+0
|
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
|
* SONAR-6134, SONAR-6048 Improve performance of FS indexationJulien HENRY2015-02-101-1/+1
|
* Replace fest-assert by assertJSimon Brandhof2015-01-101-1/+1
|
* Fix some quality flawsJulien HENRY2014-10-141-7/+13
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
|
* Update copyright headersSimon Brandhof2013-04-221-4/+4
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
|
* Code cleaning : Remove indirect access to static memberDavid Gageot2012-04-271-9/+10
|
* SONAR-3209 Add new batch component - FileLinesContextFactoryEvgeny Mandrikov2012-02-091-1/+30
| | | | | | | * As was discussed with Simon: better to have new beta class than new beta method. * This also provides ability to use this factory from Decorator.
* SONAR-3209,SONAR-3210 Provide API to save and retrieve measures by lineEvgeny Mandrikov2012-02-091-0/+112
+ Use this API to save LoC in Java files