aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/scan/filesystem
Commit message (Expand)AuthorAgeFilesLines
* SONAR-926 improve computation of number of linesSimon Brandhof2014-02-109-193/+320
* SONAR-926 * Deprecated FileSystemFilter in favor of InputFileFilterJulien HENRY2014-02-107-13/+18
* Fix PathPattern on WindowsJulien HENRY2014-02-101-1/+2
* SONAR-926 Optimize computation of file inclusion/exclusionJulien HENRY2014-02-103-40/+73
* SONAR-926 deterministic error message in ResourceKeyMigrationSimon Brandhof2014-02-051-8/+1
* SONAR-926 fix support of non-fs projectsSimon Brandhof2014-02-051-1/+1
* Fix some quality flawsSimon Brandhof2014-02-021-8/+2
* 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-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
* 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 The filesystem lock is relaxed to still allow Initializers to call ...Julien HENRY2014-01-281-2/+7
* SONAR-926 Expose new FileSystem API based on InputFile/InputDirJulien HENRY2014-01-2713-40/+107
* SONAR-926 remove useless coupling with class LanguageSimon Brandhof2014-01-261-4/+4
* SONAR-926 Expose ModuleLanguages in plugin APIJulien HENRY2014-01-241-3/+3
* SONAR-926 Multi-language support:Julien HENRY2014-01-245-71/+231
* Add possibility to get source from a component key in htmlSourceDecoratorJulien Lancelot2014-01-241-2/+3
* SONAR-3024 No more support of deprecated keys in WS. No more leading slash in...Julien HENRY2014-01-201-3/+0
* SONAR-3024 Fix deprecated key in json reportJulien HENRY2014-01-131-1/+2
* SONAR-3024 Introduce deprecated key on resources to ease transitionJulien HENRY2014-01-131-3/+7
* SONAR-4783 API - drop the extension point SourceImporterJulien HENRY2014-01-091-3/+4
* SONAR-4985 Fix persistence of file hashes when sonar.branch is usedJulien HENRY2013-12-191-9/+3
* Improve DeprecatedFileFiltersSimon Brandhof2013-12-101-1/+1
* Fix some quality flawsSimon Brandhof2013-12-102-2/+1
* Remove useless warning when a source file suffix is declared by several langu...Simon Brandhof2013-11-061-17/+0
* Fix LanguageRecognizer when there is no languageJulien HENRY2013-10-241-1/+9
* Add missing deprecated since versionJulien Lancelot2013-10-221-1/+3
* Fix some quality flawsSimon Brandhof2013-10-211-6/+6
* SONAR-4748 Refactoring of new TempFolder componentJulien HENRY2013-10-171-4/+4
* Remove file system refactoring from APISimon Brandhof2013-10-1611-32/+30
* Experimental detection of source dir changes - no unit tests yetSimon Brandhof2013-10-161-0/+7
* SONAR-4748 Introduce a new extension for managing temp files/folders.Julien HENRY2013-10-161-5/+5
* Do not re-index files when adding source directoriesSimon Brandhof2013-10-161-2/+0
* Fix compatibility with plugins that execute fs#addSourceDir()Simon Brandhof2013-10-142-2/+22
* SONAR-3677 Rename dryRun -> preview and introduce sonar.analysis.modeJulien HENRY2013-10-142-9/+11
* Remove support of <UNSET> file extensions (postponed)Simon Brandhof2013-10-141-5/+12
* SONAR-2657 export changed files in dry run report (JSON)Simon Brandhof2013-10-111-3/+16
* Fix PathResolver when directories are not normalized (for example containing ...Simon Brandhof2013-10-111-7/+13
* SONAR-4751 do not fail but warn if a file extension is declared in multiple p...Simon Brandhof2013-10-112-23/+41
* SONAR-2657 support plugins that declare several times the same file extensionSimon Brandhof2013-10-111-1/+1
* SONAR-3677 Improve APISimon Brandhof2013-10-106-33/+30
* Add org.sonar.api.utils.PathUtilsSimon Brandhof2013-10-101-5/+4
* SONAR-3677 fix support of list of source files (C#)Simon Brandhof2013-10-102-30/+57
* SONAR-3677 fix re-indexation of filesSimon Brandhof2013-10-102-13/+17
* SONAR-3677 fix lifecycle of language recognizerSimon Brandhof2013-10-106-178/+233
* SONAR-3677 refactor APISimon Brandhof2013-10-107-13/+51
* SONAR-3677 support deprecated FileSystemFilterSimon Brandhof2013-10-093-3/+86
* SONAR-3677 fix testSimon Brandhof2013-10-091-0/+2