apache / distributedlog

Apache DistributedLog
Apache License 2.0
185 stars 74 forks source link

Move findbug settings files to distributedlog-build-tools #164

Closed sijie closed 6 years ago

sijie commented 7 years ago

FEATURE REQUEST

  1. Please describe the feature you are requesting.

Currently the findbugs setting files are spread over modules. It would be better to merge all the findbugs settings files into one file and place it in distributedlog-build-tools module. Like what we did in bookkeeper.

  1. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?

nice-to-have

  1. Provide any additional detail on your proposed use case for this feature.

N/A

sijie commented 6 years ago

This has been fixed at #216. Thanks @ArvinDevel for the contribution.