Lucky hour! Grab a free trial license — offer ends in 00:59:58. Claim now
V5303. OWASP. The object was created but it is not being used. The 'throw' keyword could be missing.
V5303 The object was created but it is not being used. The 'throw' keyword could be missing. SiteToSiteRestApiClient.java 919
public void finishTransferFlowFiles(
final CommunicationsSession commSession
) throws IOException {
if (postResult == null) {
new IllegalStateException(....);
}
....
}