C# Class AgentRalph.CloneDetection.CloneDetectionQuickFix

Inheritance: IQuickFix
Show file Open project: jbuedel/AgentRalphPlugin

Public Methods

Method Description
CloneDetectionQuickFix ( AgentRalph.CloneDetection.CloneDetectionHighlighting suggestion ) : System.Collections.Generic
CreateBulbItems ( ) : IEnumerable
IsAvailable ( IUserDataHolder cache ) : bool

Method Details

CloneDetectionQuickFix() public method

public CloneDetectionQuickFix ( AgentRalph.CloneDetection.CloneDetectionHighlighting suggestion ) : System.Collections.Generic
suggestion AgentRalph.CloneDetection.CloneDetectionHighlighting
return System.Collections.Generic

CreateBulbItems() public method

public CreateBulbItems ( ) : IEnumerable
return IEnumerable

IsAvailable() public method

public IsAvailable ( IUserDataHolder cache ) : bool
cache IUserDataHolder
return bool