We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3bd45 commit 2357494Copy full SHA for 2357494
cpp/autosar/src/rules/M0-1-10/UnusedFunction.ql
@@ -27,5 +27,5 @@ where
27
else name = unusedFunction.getName()
28
) and
29
not unusedFunction.isDeleted() and
30
- not UnusedFunctions::isASpecialMemberFunction(unusedFunction)
+ not unusedFunction instanceof SpecialMemberFunction
31
select unusedFunction, "Function " + name + " is " + unusedFunction.getDeadCodeType()
0 commit comments