Class ResourceLeakVisitor

All Implemented Interfaces:
TreeVisitor<Void,Void>

public class ResourceLeakVisitor extends CalledMethodsVisitor
The visitor for the Resource Leak Checker. Responsible for checking that the rules for Owning fields are satisfied, and for checking that CreatesMustCallFor overrides are valid.