boonproject / boon

Simple opinionated Java for the novice to expert level Java Programmer. Low Ceremony. High Productivity.
http://richardhightower.github.io/site/Boon/Welcome.html
Apache License 2.0
520 stars 102 forks source link

Bug fixes suggested by FindBugs #325 #326

Closed ThrawnCA closed 4 years ago

ThrawnCA commented 9 years ago

This pull request is just for issues that are pretty clearly bugs. There are other issues reported by FindBugs that might be by design, eg using the default character encoding, non-final static fields, non-atomic sequences of calls to concurrent maps, storing externally-provided arrays, etc.

ThrawnCA commented 8 years ago

Bump.

Not sure why the Travis build failed. It complained about not having Gradle? That seems unrelated to these patches.

Ram042 commented 8 years ago

@ThrawnCA Travis build fails because repo does not contain gradle-wrapper.jar Someone is very bad at using .gitignore

ThrawnCA commented 4 years ago

Closing this so it doesn't hang around on my dashboard.