End-to-end-provenance / DDG-Explorer

Software to support creation, visualization and querying of Data Derivation Graphs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parsing problems when locality is Germany

blernermhc opened this issue · comments

The JSON files use . as the decimal marker. In Germany, , is used as the decimal marker. When DDG Explorer tries to parse a JSON file with the locality set to Germany, the following error is reported:

Unable to start DDG Explorer: java.lang.NumberFormatException: For input string: “0,35”

Fixed in 3663eac