Skip to content

A bug in EntryPoints:Iterable<SootMethod> clinitsOf(SootClass cl). #1602

@DongjieHe

Description

@DongjieHe

Consider a case where the input class cl does not have the "clinit" method but its superclass has the "clinit" method. Then the correct output should give me the in its superclass. However, the current implementation just returns an empty collection (line 189).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions