C# Класс Neudesic.Tools.CodeDebt.CodeDebtCollector

Показать файл Открыть проект

Открытые методы

Метод Описание
FindCodeDebt ( string codeBase, List commentIdentifiers, string lines, string sourcePath, string sourceFile ) : List

Приватные методы

Метод Описание
ExtractComments ( string line, int length, DebtInfo debtInfo ) : bool
ExtractCriticality ( string line, int length, DebtInfo debtInfo ) : bool
ExtractEstimate ( string line, int length, DebtInfo debtInfo ) : bool
ExtractInitials ( string line, int length, DebtInfo debtInfo ) : bool
ExtractToken ( string line, DebtInfo debtInfo, int length, TokenType tokenType ) : bool
FindCodeDebtEntry ( string commentIdentifier, string line ) : DebtInfo
GetCodeDebtData ( string line, string debtType ) : DebtInfo
GetLine ( string commentStart, string commentEnd, string lines, int start ) : int>.Tuple
ValidateDebtInfo ( DebtInfo debtInfo ) : void

Описание методов

FindCodeDebt() публичный Метод

public FindCodeDebt ( string codeBase, List commentIdentifiers, string lines, string sourcePath, string sourceFile ) : List
codeBase string
commentIdentifiers List
lines string
sourcePath string
sourceFile string
Результат List