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

Member predicate RemoteInterface::getARemoteMethodImplementationUnchecked

An unchecked remote method implementation is a method that

  • has a body,
  • matches the signature of a remote method in this interface, and
  • is declared or inherited by an EJB associated with this remote interface, but the EJB is not a subtype of this remote interface.
Method getARemoteMethodImplementationUnchecked()