Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
ClassNode hasPossibleMethod and tryFindPossibleMethod iterate over the type and its super-types, calling getMethods(String), checking each method. Unlike getMethods(), getMethods(String) includes super class methods. getDeclaredMethods(String) is the name-filtered equivalent of getMethods().