Interface Quidem.Config

  • Enclosing class:
    Quidem

    public static interface Quidem.Config
    The information needed to start Quidem.
    • Method Detail

      • stackLimit

        int stackLimit()
        Returns the maximum number of characters of an error stack to be printed.

        If negative, does not limit the stack size.

        The default is Quidem.DEFAULT_MAX_STACK_LENGTH.

        Useful because it prevents diff from running out of memory if the error stack is very large. It is preferable to produce a result where you can see the first N characters of each stack trace than to produce no result at all.