Class InlinedFinallyBlockFilter

  • All Implemented Interfaces:
    MutationInterceptor

    public class InlinedFinallyBlockFilter
    extends Object
    implements MutationInterceptor
    Detects mutations on same line, but within different code blocks. This pattern indicates code inlined for a finally block . . . or normal code that creates two blocks on the same line. Cannot be used with code that uses single line if statements