Mapping of Unit Tests and Covered Code
Sonar 3.5 adds the ability to display the mapping of unit tests and covered code and new features for pre-commit analyses.
Sonar 3.5 is our most stable and complete release to date. New functionality includes mapping of unit tests and covered code, extension of notifications scope and pre-commit analyses thanks to the Issues Report and the Sonar Eclipse plugins.
Mapping of Unit Tests and Covered Code
With Sonar 3.5, it is now possible to answer the following questions:
- Which files are covered by a given unit test?
- How many lines of code are covered by a given unit test?
- Which lines are covered by a given unit test?
- Which tests do cover a given line of code?

Extension of Notifications Scope
- To be notified when a new alert is raised
- To subscribe to notifications on specific projects

Issues Report Plugin 1.0
The Issues Report plugin provides the ability to run local Sonar analyses. The main use case is for a developer to check its code before pushing it to the SCM.
It generates an HTML report that displays a list of violations that can be filtered by severity, new violations only, etc.
It support all languages.

Sonar Eclipse Plugin 3.1: New Violations
Among many other improvements, version 3.1 of the Sonar Eclipse plugin adds the ability to track new violations introduced in new/changed code.
