Address FindBugs issues and disable some detectors#498
Address FindBugs issues and disable some detectors#498gaul wants to merge 2 commits intojclouds:masterfrom
Conversation
|
jclouds-pull-requests-java-6 #30 SUCCESS |
|
jclouds » jclouds #1558 UNSTABLE |
|
jclouds-pull-requests #1119 UNSTABLE |
|
jclouds-pull-requests-java-6 #31 SUCCESS |
|
jclouds-pull-requests-java-6 #32 SUCCESS |
|
jclouds » jclouds #1559 SUCCESS |
|
jclouds-pull-requests #1120 UNSTABLE |
|
jclouds-pull-requests #1121 SUCCESS |
|
jclouds » jclouds #1560 SUCCESS |
There was a problem hiding this comment.
I'm guessing the elements listed are also those included in the toString?
There was a problem hiding this comment.
Correct. Note that some tests actually fail when I included credential and credentialUrl.
|
Thanks, @andrewgaul! One thing I noticed was that there are a couple of cases (I commented on two but didn't check further) where we are replacing Is there any benefit to doing so? Otherwise, it seems to me that using the parsing method that actually returns the required type, and not relying on autoboxing, would be more logical? |
|
This pull request has two commented out sections that I do not know how to address and appreciate suggestions. If we cannot find a solution I will remove the changes and disable those detectors as well. In terms of |
|
jclouds-pull-requests-java-6 #40 SUCCESS |
|
jclouds » jclouds #1573 UNSTABLE |
|
jclouds-pull-requests #1129 ABORTED |
|
jclouds-pull-requests-java-6 #47 SUCCESS |
This commit fixes enough FindBugs issues and disables enough detectors for
mvn findbugs:checkto pass.