Skip to main content



      Home
Home » Archived » Memory Analyzer (MAT) » Query plugin API
Query plugin API [message #8632] Wed, 04 February 2009 13:03 Go to next message
Eclipse UserFriend
Similar to Andrew Johnson's question, in one of my plugins I'm creating a new query.
I need access to these classes, do you think it makes sense to promote them to API also?
CollectionUtil in paticular is required to do anything
import org.eclipse.mat.inspections.collections.CollectionUtil;
import org.eclipse.mat.inspections.InspectionAssert;
Re: Query plugin API [message #8669 is a reply to message #8632] Thu, 05 February 2009 07:55 Go to previous message
Eclipse UserFriend
Hi Chris,

you're right, moving CollectionUtil also makes sense. I'll see to that.

Currently, I don't like the fact that one class knows the implementation
differences between Sun/IBM VMs etc etc. I'd rather have the format
adapter (e.g. DTJF for J9 VMs have that knowledge). It was a pragmatic
solution to get the collection stuff working.


Andreas.
Previous Topic:MAT demonstration example
Next Topic:What does the objectid mean?
Goto Forum:
  


Current Time: Fri Apr 25 22:07:07 EDT 2025

Powered by FUDForum. Page generated in 0.02571 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top