com.h3xstream.findsecbugs.endpoint
Class TapestryEndpointDetector
java.lang.Object
com.h3xstream.findsecbugs.endpoint.TapestryEndpointDetector
- All Implemented Interfaces:
- edu.umd.cs.findbugs.Detector, edu.umd.cs.findbugs.Priorities
public class TapestryEndpointDetector
- extends Object
- implements edu.umd.cs.findbugs.Detector
Identify endpoints using the web framework Tapestry.
Official Website
| Fields inherited from interface edu.umd.cs.findbugs.Priorities |
EXP_PRIORITY, HIGH_PRIORITY, IGNORE_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TapestryEndpointDetector
public TapestryEndpointDetector(edu.umd.cs.findbugs.BugReporter bugReporter)
visitClassContext
public void visitClassContext(edu.umd.cs.findbugs.ba.ClassContext classContext)
- Specified by:
visitClassContext in interface edu.umd.cs.findbugs.Detector
report
public void report()
- Specified by:
report in interface edu.umd.cs.findbugs.Detector
Copyright © 2015. All rights reserved.