Show / Hide Table of Contents

Class BugMatcherFactory

Represents a factory that creates a bug matcher given the settings stored in the config file for the duplicate checker.

Inheritance
object
BugMatcherFactory
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public static class BugMatcherFactory

Methods

View Source

GetBugMatcher(DuplicateCheckerOptions)

Creates a new bug matcher given the duplicate checker's settings.

Declaration
public static IBugMatcher GetBugMatcher(DuplicateCheckerOptions settings)
Parameters
Type Name Description
DuplicateCheckerOptions settings

The duplicate checker settings.

Returns
Type Description
IBugMatcher

A bug matcher.

  • View Source
In this article
Back to top Generated by DocFX