Skip to content

Inter-Method type guessing #33

@LeonMatthes

Description

@LeonMatthes

Currently, the type guesser only analyses the method it is started on and a few methods used to access local variables.

Whenever it hits an unknown method, it stops.
Of course, this could be changed to simply start analysis if the return value of the found method.

Problems:

  • Only unary methods could be analysed
  • How to analyse a method with multiple returns?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions