Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
When an exclusion filter is specified in the sonar web interface, the default exclusion filters, such as **/*designer.cs are overridden.
The problem only occured when launching the analysis with Maven (executing with Sonar Runner was OK).
This helped us to discover bugs in Sonar Core: SONAR-2825 and
SONAR-2827. FixingSONAR-2827allowed us to fix this bug.