Trouble Ticket Resolver

Identifier:
org.eclipse.mat.api.ticketResolver

Since:
0.7.0

Description:

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.

Configuration Markup:

<!ELEMENT extension (resolver)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT resolver EMPTY>

<!ATTLIST resolver

impl CDATA #REQUIRED

>


Examples:
Following is an example of a request resolver declaration:


   <extension point="org.eclipse.mat.api.ticketResolver">
      <resolver impl="com.acme.IssueTrackerResolver"/>
   </extension>

API Information:
The value of the impl attribute must represent an implementor of org.eclipse.mat.snapshot.extension.ITroubleTicketResolver.


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/