SpotBugs Bug Detector Report

The following document contains the results of SpotBugs[1]

SpotBugs Version is 4.9.3

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
123 2 0 0

Files

Class Bugs
org.metricshub.jawk.Awk 2

org.metricshub.jawk.Awk

Bug Category Details Line Priority
Exception thrown in class org.metricshub.jawk.Awk at new org.metricshub.jawk.Awk(Collection) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. BAD_PRACTICE CT_CONSTRUCTOR_THROW[2] 105[3] Medium
Exception thrown in class org.metricshub.jawk.Awk at new org.metricshub.jawk.Awk(JawkExtension[]) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. BAD_PRACTICE CT_CONSTRUCTOR_THROW[2] 115[4] Medium
No results.