-For plugin and workflow activity rules where the issue is only relevant in the calling context, Solution Checker starts its analysis at the IPlugin implementation and traverses a call graph to detect issues within the scope of that implementation. In some cases, many call paths may arrive at the same ___location where we detect the issue. Since the issue is relevant to the call scope, we may choose to report based on that scope to provide a better picture of impact rather than on distinct locations and thus, multiple issues, in fact, may reference a single ___location that needs to be fixed.
0 commit comments