Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-1896 SONAR-3739 improve the API of scan file system | Simon Brandhof | 2013-02-12 | 1 | -268/+0 |
| | |||||
* | Revert SONAR-3885 code | Fabrice Bellingard | 2012-12-03 | 1 | -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 Inclusions | David Gageot | 2012-11-06 | 1 | -88/+66 |
| | |||||
* | SONAR-1078 General exclusion patterns | David Gageot | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | Fix compatibility with FileFilter extensions | Simon Brandhof | 2012-10-02 | 1 | -2/+2 |
| | |||||
* | SONAR-3750 Add ability to share Exclusion rules between several projects | David Gageot | 2012-09-21 | 1 | -13/+12 |
| | |||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | SONAR-3096 Exclude source sub-directories starting with a dot | Simon Brandhof | 2011-12-22 | 1 | -0/+13 |
| | |||||
* | Fix loading of file exclusions - do not cache exclusions in Project | simonbrandhof | 2011-11-11 | 1 | -4/+13 |
| | |||||
* | Allow to manually define source files to analyze | Simon Brandhof | 2011-06-03 | 1 | -0/+15 |
| | |||||
* | SONAR-2266 ProjectFileSystem should return only existing source and test ↵ | Evgeny Mandrikov | 2011-04-27 | 1 | -0/+12 |
| | | | | directories | ||||
* | SONAR-2280 ProjectFileSystem.resolvePath should return canonical file | Evgeny Mandrikov | 2011-03-16 | 1 | -5/+23 |
| | |||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 1 | -1/+1 |
| | |||||
* | SONAR-2126: Change API to work with file system of a project | Evgeny Mandrikov | 2011-01-27 | 1 | -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 system | Evgeny Mandrikov | 2011-01-23 | 1 | -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 date | simonbrandhof | 2010-09-26 | 1 | -0/+19 |
| | |||||
* | SONAR-236 remove deprecated code from checkstyle plugin + display default ↵ | simonbrandhof | 2010-09-06 | 1 | -0/+179 |
value of rule parameters in Q profile console |