Name |
Taglist Plugin |
Authors |
Torsten B. Köster, Freddy Mallet |
Jira |
http://jira.codehaus.org/browse/SONARPLUGINS/component/13744 |
Most Recent Version |
0.1 |
State |
Under development |
License |
LGPL v3 |
Download sources |
|
Download jar |
Compatibility with Sonar
Plugin versions |
1.6 |
1.7 |
1.8 |
|---|---|---|---|
0.1 |
|
|
|
Description / Features
The Taglist Maven Plugin generates a report on various tags found in the code, like @todo or //TODO tags. This Sonar plugin is able to transparently configure and launch the Taglist Maven plugin in order to collect all occurrences of those tags to feed the Sonar DB.
Usage & Installation
- Stop Sonar Web server
- Place the jar into the /extensions/plugins directory
- Restart Sonar Web server
- Define the tags you want to hunt by activating the associated rules in your quality profile :
- In the Configuration -> Settings page you can optionnaly define the list of tags for wich you want to directly display the number of occurrences in the project dashboard
- Launch a new analysis and you'll get such kind of reports :
- If you want to add new tags to the default ones, you need to create a file "taglist.properties" in the /extensions/rules directory. The file must be fed with the list of desired tags and their associated ISO category. Restart the Sonar web server and your tags should appear in the Quality Profile management console. Example of file :
Known limitations
- It will be useful, if new tags could be defined through the Sonar web interface (relates to SONAR-236)

