DD2480-group18 / geometry-api-java

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.
Apache License 2.0
0 stars 0 forks source link

Task 1 - Wkt #8

Open LukasGutenberg opened 3 years ago

LukasGutenberg commented 3 years ago

This issue regards Part 2 Task 1 of the assignment.

LukasGutenberg commented 3 years ago
  1. ID assigned manually by indexing
  2. Data structure is a public static boolean array
  3. sets index ID to true
  4. final test prints array and uncovered/covered branches

  1. Ternary operators were converted to if statements to simplify value assignment to array
  2. 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.
  3. Tool is not automated.