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 intoapache:masterapache/cloudstack:masterfrom
Conversation
this quick fix to silence the findbugs which seems to think this is a new issue
|
It looks like your IDE had a field day with this class. So other than the reordering of imports, adding
|
|
:) @swill it is the only part I typed |
|
Haha. Fair enough. I will let Raja test, but otherwise it LGTM. |
|
@DaanHoogland, @swill - LGTM |
|
#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