Skip to content

A line in apkinfo get_superclass_relationship does not have any effect #948

Description

@dolamroth

This line does not seem to have any effect

hierarchy_dict[str(_class.name)].union(

set.union returns a new set, but does not modify original set in-place.

If it should be modified (like in method get_subclass_relationship), either elements should be add'ed, or union should be changed to update

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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