-
Notifications
You must be signed in to change notification settings - Fork 23
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
StreamSpecificationSupport -- CyclomaticComplexity #67
Comments
@yegor256 please, pay attention to this issue |
@wprice just suppress the rule and add a |
@yegor256 Thanks for the response. The
shows that it's a checkstyle error. Note it's already disabled in the PMD module at the Tables class level:
but any type of suppression I attempt to add
or at the method level don't seem to actually disable the check. I'm sure I'm doing something stupid or missing something. Again, any help in the right direction would be appreciated. |
I also read the link you referenced but that seemed primarily about the |
bump |
@wprice check this out: http://www.qulice.com/quality.html |
I have a branch that adds streams support to the Tables class with associated tests etc.
DynamoDB Streams
The issue I am having is that adding the support to the class violates the PMD CyclomaticComplexity rule threshold of 10 (with a count of 13). I don't want to disable the rule but I can't see any way to move past this issue without a great deal of work in rewriting the Tables class etc.
Any suggestions would be greatly appreciated.
The text was updated successfully, but these errors were encountered: