NASA-PDS / pds4-information-model

The software tools and data necessary for generating the Information Model including PDS4 ontology, data, and information model.
https://nasa-pds.github.io/pds4-information-model/
Other
9 stars 6 forks source link

Fix code scanning alert - Container contents are never accessed #693 #694

Closed jshughes closed 8 months ago

jshughes commented 8 months ago

Issue# 693 Fix code scanning alert - Container contents are never accessed ClassAttrPropClassification.java ArrayList lClassPropertyIdArr = new ArrayList ();

Removed dead code.

Also modified the CSV file writer to use the newLine() method of BufferedWriter to write end-of-file consistent with System.lineSeparator().

Resolves #693