Home
last modified time | relevance | path

Searched refs:REMOVE_DUPLICATE_COLUMNS (Results 1 – 1 of 1) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/
DReportProperties.java339 if (! REMOVE_DUPLICATE_COLUMNS || ! columnNames.contains (columnName)) in parseProperties()
557 private static final boolean REMOVE_DUPLICATE_COLUMNS = true; field in ReportProperties