Class Struts1EndpointDetector
- java.lang.Object
-
- com.h3xstream.findsecbugs.endpoint.Struts1EndpointDetector
-
- All Implemented Interfaces:
edu.umd.cs.findbugs.Detector,edu.umd.cs.findbugs.Priorities
public class Struts1EndpointDetector extends Object implements edu.umd.cs.findbugs.Detector
-
-
Field Summary
Fields Modifier and Type Field Description static StringSTRUTS1_ENDPOINT_TYPE
-
Constructor Summary
Constructors Constructor Description Struts1EndpointDetector(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)
-
-
-
Field Detail
-
STRUTS1_ENDPOINT_TYPE
public static final String STRUTS1_ENDPOINT_TYPE
- See Also:
- Constant Field Values
-
-