Package edu.umd.cs.findbugs
Class ResourceCreationPoint
java.lang.Object
edu.umd.cs.findbugs.ResourceCreationPoint
A resource creation point. This serves as an embodiment of the resource for
use with ResourceValueAnalysis.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the location where the resource is created.Get the name of the resource's class.
-
Field Details
-
location
Location in the method where the resource is created. -
resourceClass
The type of the resource.
-
-
Constructor Details
-
ResourceCreationPoint
Constructor.- Parameters:
location
- location where resource is createdresourceClass
- the name of the resource's class
-
-
Method Details
-
getLocation
Get the location where the resource is created. -
getResourceClass
Get the name of the resource's class.
-