CodeQL library for Java/Kotlin
codeql/java-all 0.9.2-dev (changelog, source)
Search

Predicate inheritsMatchingMethodIgnoreThrows

Holds if ejb inherits a method matching the given signature. (Ignores throws clauses.)

Import path

import semmle.code.java.frameworks.javaee.ejb.EJB
predicate inheritsMatchingMethodIgnoreThrows(SessionEjb ejb, string signature)