Class StacktraceDataProvider


  • public class StacktraceDataProvider
    extends Object
    Helper class for dealing with stack traces.
    • Constructor Detail

      • StacktraceDataProvider

        public StacktraceDataProvider()
    • Method Detail

      • getRelevantTraceList

        public static List<IMCMethod> getRelevantTraceList​(StacktraceModel.Branch branch,
                                                           int rootItems)
        Generates an HTML representation of a given stack trace branch as an unordered list.
        Parameters:
        branch - the branch to represent as HTML
        rootItems - the total amount of frames in the root branch
        Returns:
        an HTML representation of a stack trace