Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.5
-
Component/s: Exclusions/Inclusions
-
Number of attachments :
Description
With the raise of Tycho (http://www.eclipse.org/tycho/) to build OSGI/Eclipse apps and since many eclipse based plugins have multiple source directory (such as
xtext based plugins, to diferenciate manual (src directory) and generated (src-gen directory) code), it would be great to have the ability to exclude source directories rather than packages.
Regards,
Xavier
Issue Links
- depends upon
-
SONAR-1896
File inclusion patterns
-
-
SONAR-3754
API: ability to define a cardinality on a property or property set
-
I wouldn't say "rather", but an additional ability to exclude root source folders would be greatly appreciated.
Most of our project's modules have separate "gensrc" and "src" root source folders. We can't use the package exclusion method because the packages in both of the source folders are named the same to reflect their affiliation to each other.