Searched refs:allowBlank (Results 1 – 1 of 1) sorted by relevance
/external/emma/core/java12/com/vladium/emma/report/ |
D | ReportProperties.java | 538 …perty (final IProperties properties, final String type, final String key, final boolean allowBlank) in getReportProperty() argument 540 return getReportProperty (properties, type, key, allowBlank, null); in getReportProperty() 543 …perties properties, final String type, final String key, final boolean allowBlank, final String df… in getReportProperty() argument 550 if (! allowBlank && (result != null) && (result.trim ().length () == 0)) in getReportProperty()
|