Call Hierarchy Doesn't Show Calls From Trigger

Issue #896 resolved
Scott Posey created an issue

This is the setup:

trigger calls ClassA.staticMethod1 trigger calls ClassA.staticMethod2 ClassA.staticMethod1 calls ClassA.staticMethod3 ClassA.staticMethod2 calls ClassA.staticMethod3

Call Hierarchy on ClassA.staticMethod3 shows the calls from the other static methods, but not the trigger's call into those methods. Similarly, Call Hierarchy on ClassA.staticmethod1 or 2 does not show the call from the trigger.

Comments (2)

  1. Log in to comment