SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.9.4

Threshold is medium

Effort is max

Summary

Classes Bugs Errors Missing Classes
5 1 0 0

Files

Class Bugs
org.forgerock.http.apache.AbstractHttpClient$EntityRequest 1

org.forgerock.http.apache.AbstractHttpClient$EntityRequest

Bug Category Details Line Priority
Exception thrown in class org.forgerock.http.apache.AbstractHttpClient$EntityRequest at new org.forgerock.http.apache.AbstractHttpClient$EntityRequest(Request) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. BAD_PRACTICE CT_CONSTRUCTOR_THROW 74 Medium