commit | b4ea0fe5aa036937d7def0d2648612764f449e43 | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Fri Mar 13 14:32:41 2015 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Fri Mar 13 14:35:03 2015 +0900 |
tree | c8cedd64c97b6659c321ddc2a6de1de6392f4aa5 | |
parent | 6b498cdcb2eed8c906535bad61d57112125c6aed [diff] |
Use Integer.parseInt instead of Integer.valueOf As reported by FindBugs: "A boxed primitive is created from a String, just to extract the unboxed primitive value. It is more efficient to just call the static parseXXX method." Change-Id: Ide32b9fd1432c9f0956dcb13971cf31c0b11e3aa