Whenever the Leak Suspect report finds a suspect, it asks the configured trouble ticket resolver to provide more details. For example, the ticket resolver could provide a Bugzilla product and component and thereby enable an administrator to file a precise bug report.
<!ELEMENT extension (resolver)+>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
><!ELEMENT resolver EMPTY>
<!ATTLIST resolver
impl CDATA #REQUIRED
>
<extension point="org.eclipse.mat.api.ticketResolver"> <resolver impl="com.acme.IssueTrackerResolver"/> </extension>
Copyright (c) 2008,2010 SAP AG and IBM Corporation.
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0 which
accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/