Searched refs:m_separator (Results 1 – 1 of 1) sorted by relevance
157 row ("total packages:" + m_separator + item.getChildCount ()); in visit()158 row ("total classes:" + m_separator + item.getAggregate (IItem.TOTAL_CLASS_COUNT)); in visit()159 row ("total methods:" + m_separator + item.getAggregate (IItem.TOTAL_METHOD_COUNT)); in visit()163 … row ("total executable files:" + m_separator + item.getAggregate (IItem.TOTAL_SRCFILE_COUNT)); in visit()166 … row ("total executable lines:" + m_separator + item.getAggregate (IItem.TOTAL_LINE_COUNT)); in visit()366 if (c != cLimit - 1) buf.append (m_separator); in addHeaderRow()408 if (c != cLimit - 1) buf.append (m_separator); in addItemRow()517 private char m_separator = '\t'; // TODO: set this field in ReportGenerator