aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java/org/sonar/batch/index
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4692 Fix regression with SONAR-4245Julien HENRY2014-03-281-17/+0
* SONAR-5154 A plugin should fail when using classes JavaFile or JavaPackageJulien HENRY2014-03-255-35/+40
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-1113-13/+13
* Remove unused classesSimon Brandhof2014-02-261-9/+9
* Rename "resource" to "component" in logs of MeasurePersisterSimon Brandhof2014-02-251-2/+2
* SONAR-926 Improve logs in ResourceKeyMigrationSimon Brandhof2014-02-241-7/+6
* SONAR-926 Fix NPE in sonar-java during first analysis with 4.2Simon Brandhof2014-02-201-3/+2
* 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-203-154/+168
* Fix some quality flawsJulien HENRY2014-02-131-5/+5
* SONAR-926 do not save resource when adding a measureSimon Brandhof2014-02-101-3/+3
* SONAR-926 deprecate org.sonar.api.batch.ResourceFilterSimon Brandhof2014-02-101-38/+10
* Fix quality flaws in ResourceKeyMigrationTestSimon Brandhof2014-02-051-7/+4
* SONAR-926 JavaFile is now considered as equivalent to FileJulien HENRY2014-01-291-2/+23
* SONAR-926 Remove usage of ResourceCreationLockSimon Brandhof2014-01-281-35/+3
* SONAR-926 Expose new FileSystem API based on InputFile/InputDirJulien HENRY2014-01-271-2/+3
* Add possibility to get source from a component key in htmlSourceDecoratorJulien Lancelot2014-01-241-1/+1
* SONAR-3024 Perform one shot migration of all project resourcesJulien HENRY2014-01-233-2/+130
* SONAR-3024 No more support of deprecated keys in WS. No more leading slash in...Julien HENRY2014-01-202-6/+6
* SONAR-926 Merge Java package and directory concepts. Display full path of res...Julien HENRY2014-01-161-1/+1
* SONAR-3024 Introduce deprecated key on resources to ease transitionJulien HENRY2014-01-132-32/+22
* SONAR-3024 Introduce a path attribute on resource to allow distinguish filesJulien HENRY2014-01-082-6/+60
* Fix incorrect importsSimon Brandhof2013-12-031-2/+4
* SONAR-4748 Refactoring of new TempFolder componentJulien HENRY2013-10-171-2/+2
* SONAR-4748 Introduce a new extension for managing temp files/folders.Julien HENRY2013-10-164-8/+55
* SONAR-3677 fix lifecycle of language recognizerSimon Brandhof2013-10-101-0/+2
* Method renamingJulien Lancelot2013-09-241-0/+3
* SONAR-4710 Do not persist measures when they contain no valueJulien Lancelot2013-09-231-8/+7
* SONAR-4689 Batch API to get issues of the current projectJulien HENRY2013-09-231-2/+2
* SONAR-4689 Batch API to get issues of the current moduleSimon Brandhof2013-09-181-2/+2
* SONAR-3644 Break compatibility with plugin configurationJean-Baptiste Lievremont2013-09-061-12/+0
* Add some unit testsJulien Lancelot2013-08-211-42/+81
* SONAR-4245 Don't allow to convert a Sonar Maven project into a Sonar Maven mo...Julien HENRY2013-07-121-1/+26
* Fix storage of libraries in C# PluginSimon Brandhof2013-06-061-15/+0
* SONAR-3755 do not check duplications in ResourceCacheSimon Brandhof2013-06-051-15/+0
* SONAR-4310Simon Brandhof2013-06-052-12/+14
* SONAR-3755 fix JSON report when directly analyzing module (like in Eclipse pl...Simon Brandhof2013-05-311-0/+11
* Fix some quality flawsSimon Brandhof2013-05-291-1/+1
* SONAR-4360 OufOfMemory error when too many issuesSimon Brandhof2013-05-291-0/+1
* SONAR-4316 implement IssueFilter and support ViolationFilterSimon Brandhof2013-05-284-77/+78
* Fix Cache#clear(String)Simon Brandhof2013-04-261-3/+3
* SONAR-4066 Show contextual infos during persist error of measuresJulien HENRY2013-04-241-2/+34
* SONAR-3755 use persistent cacheSimon Brandhof2013-04-231-16/+1
* Update copyright headersSimon Brandhof2013-04-2211-44/+44
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-2111-33/+33
* SONAR-3755 use Persistit temporary volumeSimon Brandhof2013-04-181-0/+10
* SONAR-3893 use persistent map for syntax and symbol highlightingSimon Brandhof2013-04-173-4/+204
* SONAR-3755 implement a disk-based mapSimon Brandhof2013-04-162-1/+196
* SONAR-3755 the perspective Issuable should not be available on Java classes a...Simon Brandhof2013-04-161-0/+30
* ScanPersister implementations can load snapshots through SnapshotCacheSimon Brandhof2013-04-112-1/+55