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
)