Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/emma/report/
DAbstractReportGenerator.java158 if (count < MAX_DEBUG_INFO_WARNING_COUNT) in initialize()
166 …m_log.info ("showing up to " + MAX_DEBUG_INFO_WARNING_COUNT + " classes without full debug info pe… in initialize()
257 private static final int MAX_DEBUG_INFO_WARNING_COUNT = 3; // per package field in AbstractReportGenerator