The Esri Geometry API for Java enables developers to write custom applications for analysis of spatial data. This API is used in the Esri GIS Tools for Hadoop and other 3rd-party data processing solutions.
final test prints array and uncovered/covered branches
Ternary operators were converted to if statements to simplify value assignment to array
Changes in code requires changes in size and indexing of array, most likely requiring changing a large amount of indexes in the code. Printing of array and calculations of branch coverage is unaffected.
This issue regards Part 2 Task 1 of the assignment.