Skip to content
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

Add 'findbugs' support in to this project #17

Open
maxiaohao opened this issue Aug 29, 2013 · 3 comments
Open

Add 'findbugs' support in to this project #17

maxiaohao opened this issue Aug 29, 2013 · 3 comments

Comments

@maxiaohao
Copy link
Member

No description provided.

@maxiaohao
Copy link
Member Author

As v1.0 released, there will be more developer contribute their code to aws-mock, thus we need to pick this enhancement task and have it done within 1 month for automated code quality check on each pull request.

@nottoseethesun
Copy link
Member

How will this differ from the Travis continuous build that we already have going?

@maxiaohao
Copy link
Member Author

Here 'findbugs' means: http://findbugs.sourceforge.net/ - the tool which works much like our existing checkstyle rules for code quality assurance. Like checkstyle, we can do the findbugs check (http://www.gradle.org/docs/current/userguide/findbugs_plugin.html) during Travis builds too, but findbugs works on the compiled bytecode, to find issues in code by analyzing the source code context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants