CodeQL library for Java
codeql/java-all 0.5.5 ( 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 )