-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add filter for plain getter and setter #1006
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for the contribution! As we already decided earlier (see PR #923) we will not add filters for user written source code. Also as you can see configurable filters are really painful to maintain in the various integrations we have. This approach will obviously not scale if we add more configuration options. Also think of other integrations which are not in this repository (EclEmma, Gradle etc). Please understand that due to our limited ressources to maintain this project we will cannot add additional complexity to it. |
Plain getter and setter filter
This filter is inspired by the FilteringOptions: Plain getters and setters
Filter criteria
get
,is
orset
return name
orthis.name = name
Examples
API
The filter can be disabled via the following APIs.
CLI
report
Maven
report
check
Ant
report