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