-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Trace operations on object produced by method body calls consuming UsesClassName relation and if returned object is super class of UsesClassName then save as additional calls to UsesClassName with relationship PossiblyCalledAsSuper (treat returned object as subclass - Object value = ctx.get(String.class) -> deduced value is String because get returns super class of String. Triggered only when ctx is in prescribed class name list -PCtxClasses)