-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Labels
Description
π Overall Description
I am using Tai-e for static analysis, focusing on null pointer detection via the NullPointerDetection
class. From my testing, it appears to detect null pointers only within individual methods (intraprocedural).
I have not been able to get results for null values passed across method boundaries.
Questions:
- Does Tai-e currently support interprocedural null pointer analysis?
- If not, is there a recommended approach or configuration to extend the analysis for nulls across method calls?
Thanks in advance.
π― Expected Behavior
Support for interprocedural null pointer detection or guidance on how to configure/extend Tai-e for this use case.
π Current Behavior
Null pointer detection seems limited to intraprocedural analysis. Nulls passed across method boundaries are not detected.
π Reproducible Example
No response
βοΈ Tai-e Arguments
π Tai-e Log
No response
βΉοΈ Additional Information
No response