getodk / collect

ODK Collect is an Android app for filling out forms. It's been used to collect billions of data points in challenging environments around the world. Contribute and make the world a better place! ✨📋✨
https://docs.getodk.org/collect-intro
Other
718 stars 1.38k forks source link

Disable certain FindBugs warnings #2946

Closed zestyping closed 4 years ago

zestyping commented 5 years ago

(Developer-facing only.)

Certain FindBugs warnings seem likely (in my opinion) to cost more than they will benefit us. These are the ones I feel most confident about disabling:

See #2915 for prior discussion and context.

zestyping commented 5 years ago

@yanokwa @grzesiek2010 @shobhitagarwal1612 @cooperka Open to your thoughts on the selection of warnings to disable here.

cooperka commented 5 years ago

I'm in favor of disabling all 5 suggested rules.

seadowg commented 4 years ago

These look good to me!

lognaturel commented 4 years ago

Also see additional RCN_REDUNDANT... checks as described here.

@SaumiaSinghal thanks for #3569! If you're interested in taking on more code quality improvements, please consider this one. 😊

SaumiaSinghal commented 4 years ago

Yes, Thanks @lognaturel, I would love to work on this one. :)

SaumiaSinghal commented 4 years ago

@opendatakit-bot claim