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
2 files changed