Uh oh!
There was an error while loading. Please reload this page.
findbugs: new found old instance of DM_DEFAULT_ENCODING fixed - #1427
findbugs: new found old instance of DM_DEFAULT_ENCODING fixed#1427DaanHoogland wants to merge 1 commit into
Conversation
this quick fix to silence the findbugs which seems to think this is a new issue
swill
commented
Mar 2, 2016
It looks like your IDE had a field day with this class. So other than the reordering of imports, adding
|
DaanHoogland
commented
Mar 2, 2016
:) @swill it is the only part I typed |
swill
commented
Mar 2, 2016
Haha. Fair enough. I will let Raja test, but otherwise it LGTM. |
rajap9711
commented
Mar 18, 2016
@DaanHoogland, @swill - LGTM |
DaanHoogland
commented
Mar 31, 2016
#1438 covers this |
Fix new error found in findbugs slow build #3455Fix new find bug error that was introduced in PR #1361 Report: http://jenkins.buildacloud.org/job/build-master-slowbuild/3455/findbugsResult/new/ It is the same fix as the one proposed in #1427; the difference is that this PR tried to change only the code that was strictly needed. However, I took the liberty to remove a dead code and few lines of code (annotations) that were not needed * pr/1438: Fix findbugs slow build 3455 Signed-off-by: Rafael Weingärtner <rafael@apache.org>
this quick fix to silence the findbugs
which seems to think this is a new issue