]
116117118119120121122123124125126
if (overridenSeverity != null) { jsonWriter.prop("severity", overridenSeverity.name()); } jsonWriter.endObject(); } jsonWriter.endArray() .endObject() .close(); } catch (IOException e) { throw unableToExport(e); } finally {
145146147148149150151152153154155
jsonWriter.prop("filePath", inputFile.relativePath()); } jsonWriter.prop("value", String.valueOf(measure.value())) .endObject(); } jsonWriter.endArray() .endObject() .close(); } catch (IOException e) { throw unableToExport(e); } finally {