-
Notifications
You must be signed in to change notification settings - Fork 3
Inter-Method type guessing #33
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request