Name |
Cutoff Plugin |
License |
LGPL v3 |
Authors |
|
JIRA |
http://jira.codehaus.org/browse/SONARPLUGINS/component/14549 |
Sources |
N/A |
Latest version |
N/A |
Download |
N/A |
Download snapshot |
N/A |
Description / Features
Exclude files from analysis based on a cutoff date threshold. Any source file that was last modified prior to the configured cutoff date is excluded. This can be useful when you want to analyze the work done on an existing code base and measure the quality of new code/changes only. This way previous phases of the project will not impact the analysis.
Usage & Installation
- Install the jar into /extensions/plugins
- Restart the Sonar server
- Go to plugin settings and choose the cuttoff date or period for the analysis
Known limitations
The plugin currently relies on the file system date which is very random and will be difficult to reproduce on a different machine. The next step is really to get the information from SCM.

