Dave Borowitz 737b035223 Clean up redundant code constructs
Results of the following IntelliJ inspections:
 * Redundant 'isInstance' or 'cast' call
 * Redundant array creation
 * Redundant Collection operation
 * Redundant String operation
 * Redundant type cast

The only manual change was to remove a suppression and comment about a
redundant cast which doesn't appear to be an issue in the current
version of JDK 8

Change-Id: I34a70d436512cc4efe9dafb0917be3dfce4ba06b
2018-12-21 13:54:37 -08:00
..
2018-06-29 12:14:07 +00:00