Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current ·  View Page History

Description / Features

This Taglist Sonar plugin handles Checkstyle ToDoComment rule and Squid NoSonar rule and generates a report on various tags found in the code, like @todo or //TODO tags.

The reporting part is done by a widget that shows total number of tags found and a repartition. A split is done between mandatory and optional tags. Mandatory tags are tags that have been defined with a CRITICAL or BLOCKER priority when activating the rule, optional are the ones with MAJOR, MINOR or INFO priority.

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 creation of a new rules from "Checkstyle Comment pattern matcher" and activation in your quality profile :
  • Also you can enable NoSonar rule :
  • Launch a new analysis and you'll get such kind of reports :


File /extensions/plugins/taglist/taglist.properties not used since version 1.0.

Changelog






Labels
  • None