Package pascal.taie.analysis.bugfinder
Class CloneIdiom
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class pascal.taie.analysis.Analysis
getId, getOptions
-
Field Details
-
ID
-
-
Constructor Details
-
CloneIdiom
-
-
Method Details
-
analyze
Description copied from class:ClassAnalysis
Runs this analysis for the givenJClass
. The result will be stored inJClass
. If the result is not used by following analyses, then this method should returnnull
.- Specified by:
analyze
in classClassAnalysis<Set<BugInstance>>
- Parameters:
jclass
- the class to be analyzed- Returns:
- the analysis result for given class.
-