315316317318319320321322323324325
String valueMetric = ( value == null ? "" : value.toString() + " " + (metric == null ? "" : metric)); row.add(valueMetric); } String description = data.getProbeDescription(probeList.get(i)); row.add(description); analyseReporter.addRow(row); } } } //Фиелды после таблицы if (isAnalysys) {