Fixed
Details
Assignee
Benjamin ReedBenjamin ReedReporter
Matt BrozowskiMatt BrozowskiComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Benjamin Reed
Benjamin ReedReporter
Matt Brozowski
Matt BrozowskiComponents
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created March 9, 2011 at 10:08 PM
Updated January 27, 2017 at 4:21 PM
Resolved May 19, 2011 at 10:30 PM
org,opennms,netmgt,collectd,ServiceCollector and implementing classes have been changed to take Map<String, String> as arguements however these classes have a history of storing extra things in the maps that are not Strings such as SnmpConfig data, timeout values and other kinds of things. The correct generic type is Map<String, Object>
If you first make ParameterMap take Map<String, Object> it will be clear the places that need to be changed