hprof-parser icon indicating copy to clipboard operation
hprof-parser copied to clipboard

Refactor common handler patterns into a base class for reuse

Open eaftan opened this issue 11 years ago • 0 comments

Many handlers need to do the same things, for example, collect all the ClassInfo from a trace so that you can do something interesting. Extract that functionality into a common base class so people don't have to reinvent the wheel.

eaftan avatar Feb 07 '14 00:02 eaftan