C# Class Unicoen.Apps.Loc.Util.DifferentialLoc

Mostrar archivo Open project: UnicoenProject/UniMetrics

Public Methods

Method Description
Count ( string originalFile, string modifiedFile ) : DiffCounter

measure differential between two files

Method Details

Count() public static method

measure differential between two files
public static Count ( string originalFile, string modifiedFile ) : DiffCounter
originalFile string
modifiedFile string
return DiffCounter