Skip to content

Unclear code in CoverageTracker example #1

Description

@lzccc

if (!l.className.contains("fop")) {
continue;
}

Do we want to check if the class names we instrumented contain "foo" or not? The current version of this example will block all the output if the class name doesn't have ""foo" in it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions