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
-
Activity
Freddy Mallet
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Component/s | Exclusions [ 14074 ] | |
| Component/s | Maven Plugin [ 13194 ] |
Freddy Mallet
made changes -
| Summary | Ability to exclude source folders rather than packages from source code analysis. | Ability to exclude source folders from source code analysis (the same way it's possible to exclude some packages for instance) |
Freddy Mallet
made changes -
| Link |
This issue depends upon |
Freddy Mallet
made changes -
| Fix Version/s | 3.5 [ 18825 ] |
Simon Brandhof
made changes -
| Assignee | Simon Brandhof [ simon.brandhof ] |
Simon Brandhof
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee | Simon Brandhof [ simon.brandhof ] | Freddy Mallet [ freddy.mallet ] |
| Resolution | Fixed [ 1 ] |
Freddy Mallet
made changes -
| Link |
This issue depends upon |
Freddy Mallet
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Assignee | Freddy Mallet [ freddy.mallet ] | Simon Brandhof [ simon.brandhof ] |
Simon Brandhof
made changes -
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Assignee | Simon Brandhof [ simon.brandhof ] | Freddy Mallet [ freddy.mallet ] |
| Resolution | Fixed [ 1 ] |
Freddy Mallet
made changes -
| Assignee | Freddy Mallet [ freddy.mallet ] | Evgeny Mandrikov [ godin ] |
Freddy Mallet
made changes -
| Comment | [ Well done Evgeny, this is no extra fast even with big program files. ] |
Freddy Mallet
made changes -
| Assignee | Evgeny Mandrikov [ godin ] | Freddy Mallet [ freddy.mallet ] |
Freddy Mallet
made changes -
| Assignee | Freddy Mallet [ freddy.mallet ] | Simon Brandhof [ simon.brandhof ] |
Simon Brandhof
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
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.