![]() |
SemDiff
1.0.0
Semantic Diffing Tool
|
Class that handles all higher level analysis like finding FalsePositives and FalseNegatives More...
Static Public Member Functions | |
static IEnumerable< DetectedFalsePositive > | ForFalsePositive (Repo repo, SyntaxTree local) |
Given a Repo and a Tree find any possible FalsePositives More... | |
static IEnumerable< DetectedFalseNegative > | ForFalseNegative (Repo repo, SemanticModel semanticModel) |
Given a Repo and a Semantic Model find any possible FalseNegatives More... | |
Class that handles all higher level analysis like finding FalsePositives and FalseNegatives
|
static |
|
static |