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 SAP AG and others.
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which
accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html