commit | 4f346afa1a173c7fc864c119ba1cbb95bbc7edba | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Fri May 28 14:30:27 2010 -0700 |
committer | Shawn O. Pearce <spearce@spearce.org> | Fri May 28 14:32:22 2010 -0700 |
tree | 6e2303cf16bc44ccd35ca27f40ce328763eca8df | |
parent | 072ad087ff274ed8e0bee2fc941ced3d82ff6f4f [diff] |
eclipse-ipzilla: Correctly parse result with empty last field If the last field of our IPzilla query comes back empty, we were skipping over and not including it in the result List, causing an IndexOutOfBoundsException when it was read into our data model. If the last field is empty, actually add the empty string. Change-Id: Ib18b335990c73e036b185199d0004f4ffc395867 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>