Skip to content

Reachability ideas #8

@pettermahlen

Description

@pettermahlen

We could probably improve the reachability logic a bit.

  • If a class is referenced somewhere, we should visit the static initializer method
  • If a class is instantiated somewhere, we should visit all non-static methods (because we can't really know when they're going to be invoked because of external interfaces and inheritance)
  • Static methods should only be visited when they're actually called.

Metadata

Metadata

Assignees

No one assigned

    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