-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
None
Windup rules schema does not provide the ability to nest infinitely. For example there is a java-classification. This allows you to target by IMPORT, TYPE (method parameter), INHERITANCE, or METHOD.
However, these java-classifications can't be nested. So, we can have a rule that will fire on a method name if the class extends or implements a certain class.
Targeting the method alone leads to too many false positives which lessens the value of the tool.
Also means that we can't have different hints for methods that are overridden with different parameters.