Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 0.9.9
-
Fix Version/s: 0.9.12
-
Component/s: Perf4J base
-
Labels:None
-
Environment:Windows XP
-
Number of attachments :
Description
org.perf4j.log4j.GraphingStatisticsAppender appender's "TagNamesToGraph" parameter value can take multiple values that can be comma separated. However, if there are any whitespaces between the comma values then those whitespace characters are included in the parsed value.
Instead a trim() operation should be done on each of the values of the split() method call.
This should also be done in org.perf4j.log4j.JmxAttributeStatisticsAppender appender's "TagNamesToExpose" parameter.
Duplicate of http://jira.codehaus.org/browse/PERFFORJ-23 . Has been fixed in trunk and latest snapshot version.