TestingResearchIllinois/NonDex

View on GitHub
nondex-instrumentation/src/main/java/edu/illinois/nondex/instr/HashIteratorShufflerASMDump.java

Summary

Maintainability
B
5 hrs
Test Coverage

Method dump has 132 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static byte[] dump(String type) {
        ClassWriter cw = new ClassWriter(0);
        FieldVisitor fv;
        MethodVisitor mv;

    There are no issues that match your filters.

    Category
    Status