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 `parseInt` vs. `valueOf`, there former is always at least as efficient when the caller expects an `Integer` and slightly more efficient when the caller expects an `int`. We could add a Checkstyle regexp to prevent use of `valueOf`. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/498#issuecomment-53662473
