Вебинар: Стратегия без иллюзий: как превращать цели в результаты - 19.08
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(....);
}
....
}