C# 클래스 Neudesic.Tools.CodeDebt.CodeDebtCollector

파일 보기 프로젝트 열기: neudesic/code-debt-collector-2

공개 메소드들

메소드 설명
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