Collectd's ServiceCollector class was erroneously changed to take Map<String, String>

Description

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

Acceptance / Success Criteria

None

Lucidchart Diagrams

Activity

Show:

Benjamin Reed May 19, 2011 at 10:30 PM

fixed in master

Fixed

Details

Assignee

Reporter

Fix versions

Affects versions

Priority

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