public class StacktraceDataProvider
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static int |
MAX_TAIL_FRAMES |
Constructor and Description |
---|
StacktraceDataProvider() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<IMCMethod> |
getRelevantTraceList(StacktraceModel.Branch branch,
int rootItems)
Generates an HTML representation of a given stack trace branch as an unordered list.
|
private static final int MAX_TAIL_FRAMES
public static java.util.List<IMCMethod> getRelevantTraceList(StacktraceModel.Branch branch, int rootItems)
branch
- the branch to represent as HTMLrootItems
- the total amount of frames in the root branch