Menu

#10 Exclude resources at method level

open
nobody
None
5
2012-08-30
2012-08-30
No

It would be really usefull to be able to exclude resources at the method level, not only at the file level.
The easiest example are the methods hashCode and equals. They are often generated automatically and we don't care about their cyclomatic complexity.

Suggested solutions (one or many of):
- Expand the tree in the Resource Selection window until the method level (like in the Package Explorer View)
- Use regular expressions to exclude methods (like .*#equals)
- Put a comment on each methods to be excluded
(Using annotations may not be a good idea, since many code target SDK's lower than 1.5)

Discussion


Log in to post a comment.