aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org/sonar/api/resources/DefaultProjectFileSystemTest.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-1896 SONAR-3739 improve the API of scan file systemSimon Brandhof2013-02-121-268/+0
|
* Revert SONAR-3885 codeFabrice Bellingard2012-12-031-66/+88
| | | | | | | | | | This reverts commit ef9e63fa87b0a4cc943b969f972217163241869e. This reverts commit 0ca3e750948ff947c6ab5918cb7f36c9ad0095bb. This reverts commit b988f880e5658cb6cc733391de782ff539cd527b. This reverts commit ab832caa3878603fc087749732def51e1f4ffacc. This reverts commit 5d308f5d402522b2a387e30292187d71a3724ba8. This reverts commit 123ef89aa488f906363d5fba90951be7d430756a. This reverts commit 14de16c62104cff7d8cb0a272b1f3abb29458f6e.
* SONAR-3885 InclusionsDavid Gageot2012-11-061-88/+66
|
* SONAR-1078 General exclusion patternsDavid Gageot2012-10-051-1/+1
|
* Fix compatibility with FileFilter extensionsSimon Brandhof2012-10-021-2/+2
|
* SONAR-3750 Add ability to share Exclusion rules between several projectsDavid Gageot2012-09-211-13/+12
|
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
|
* SONAR-3096 Exclude source sub-directories starting with a dotSimon Brandhof2011-12-221-0/+13
|
* Fix loading of file exclusions - do not cache exclusions in Projectsimonbrandhof2011-11-111-4/+13
|
* Allow to manually define source files to analyzeSimon Brandhof2011-06-031-0/+15
|
* SONAR-2266 ProjectFileSystem should return only existing source and test ↵Evgeny Mandrikov2011-04-271-0/+12
| | | | directories
* SONAR-2280 ProjectFileSystem.resolvePath should return canonical fileEvgeny Mandrikov2011-03-161-5/+23
|
* Upgrade copyright headerssimonbrandhof2011-02-041-1/+1
|
* SONAR-2126: Change API to work with file system of a projectEvgeny Mandrikov2011-01-271-8/+9
| | | | | | | | | | * Use language keys instead of objects. * ProjectFileSystem now BatchComponent, so DefaultProjectFileSystem uses benefits from injections and some old code was removed from it to improve immutability. * Small performance improvement for DefaultInputFile.
* SONAR-2126: Change api to work with project file systemEvgeny Mandrikov2011-01-231-17/+20
| | | | | | | | * Introduce InputFile (file and reference to base directory), which can be retrieved from ProjectFileSystem * Reduce dependencies on MavenProject - don't use project.getPom() in DefaultProjectFileSystem and MavenUtils in ProjectUtils
* SONAR-1711 Allow to exclude sources from code analysis based on cutoff datesimonbrandhof2010-09-261-0/+19
|
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-061-0/+179
value of rule parameters in Q profile console