Package com.h3xstream.findsecbugs.spring
Class SpringEntityLeakDetector
- java.lang.Object
-
- com.h3xstream.findsecbugs.spring.SpringEntityLeakDetector
-
- All Implemented Interfaces:
edu.umd.cs.findbugs.Detector,edu.umd.cs.findbugs.Priorities
public class SpringEntityLeakDetector extends Object implements edu.umd.cs.findbugs.Detector
Detects Persistent Objects leak and mass updation- Author:
- Karan Bansal (Github:karanb192)
-
-
Constructor Summary
Constructors Constructor Description SpringEntityLeakDetector(edu.umd.cs.findbugs.BugReporter bugReporter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreport()voidvisitClassContext(edu.umd.cs.findbugs.ba.ClassContext classContext)
-