Download DuplicateFinder
Description
Duplicate Finder is a simple utility to look though files and find identical lines, which indicates duplicate code or cut-and-paste coding. It is written in C# using some .net 2.0 features.
Source Files
The download file duplicatefinder.zip has the following entries.
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
DuplicateFinder.Tasks/DuplicateFinder.Tasks.csproj
DuplicateFinder.Tasks/DuplicateFinder.Tasks.snk
DuplicateFinder.Tasks/DuplicateFinderTask.cs
DuplicateFinder.Tasks/GlobalSuppressions.cs
DuplicateFinder.Tasks/Properties/AssemblyInfo.cs
DuplicateFinder.Tasks/TestScripts/TestAllProperties.proj
DuplicateFinder.Tasks/TestScripts/TestAllPropertiesFail.proj
DuplicateFinder.Tasks/TestScripts/TestAllTextFiles.proj
DuplicateFinder.Tasks/TestScripts/TestExcludeLines.proj
DuplicateFinder.Tasks/TestScripts/TestFail.proj
DuplicateFinder.Tasks/TestScripts/TestFailTwoLimits.proj
DuplicateFinder.Tasks/TestScripts/TestSourceCode.proj
DuplicateFinder.Tasks/TestScripts/TestThreshhold20.proj
DuplicateFinder.sln//from w ww.ja va 2s.co m
DuplicateFinder.vssscc
DuplicateFinder/DupFinder.snk
DuplicateFinder/DuplicateFinder.csproj
DuplicateFinder/DuplicateFinder.csproj.vspscc
DuplicateFinder/Logging/ConsoleLogProvider.cs
DuplicateFinder/Logging/ILogProvider.cs
DuplicateFinder/Logging/XmlLogProvider.cs
DuplicateFinder/Program.cs
DuplicateFinder/Properties/AssemblyInfo.cs
DuplicateFinderLib/DuplicateEventArgs.cs
DuplicateFinderLib/DuplicateFinder.cs
DuplicateFinderLib/DuplicateFinderLib.csproj
DuplicateFinderLib/DuplicateFinderLib.csproj.vspscc
DuplicateFinderLib/DuplicateFinderLib.snk
DuplicateFinderLib/FileDuplicateFinder.cs
DuplicateFinderLib/LibraryVersion.cs
DuplicateFinderLib/LineItem.cs
DuplicateFinderLib/LineItemList.cs
DuplicateFinderLib/Properties/AssemblyInfo.cs
TestData/GrowingTextBlocks12.txt
TestData/GrowingTextBlocks5.txt
TestData/Test5Lines1.txt
TestData/Test5Lines2.txt
TestData/TestDuplicate5.txt
TestData/TestLongAndShort.txt
TestData/TestProgram.txt
TestData/Text1.txt
TestData/Text2.txt
TestLibrary/BaseDuplicateFinderTester.cs
TestLibrary/DuplicateFinderTester.cs
TestLibrary/FileDuplicateFinderTester.cs
TestLibrary/Properties/AssemblyInfo.cs
TestLibrary/TestAllFiles.cs
TestLibrary/TestExcludedLinePrefix.cs
TestLibrary/TestFiles.cs
TestLibrary/TestLibrary.csproj
TestLibrary/TestLibrary.csproj.user
TestLibrary/TestProgramFile.cs
TestLibrary/TestUtils.cs
Download
Click the following link to download duplicatefinder.zip.
duplicatefinder.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »