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

Predicate inheritsMatchingCreateMethodIgnoreThrows

Holds if ejb inherits an ejbCreate or @Init method matching create method m. (Ignores throws clauses.)

Import path

import semmle.code.java.frameworks.javaee.ejb.EJB
predicate inheritsMatchingCreateMethodIgnoreThrows(StatefulSessionEjb ejb, EjbInterfaceCreateMethod icm)