Class SourceCode
Copy detector for plain text files.
Inherited Members
Namespace: AutoCheck.Core.CopyDetectors
Assembly: AutoCheck.Core.dll
Syntax
public class SourceCode : PlainText
Constructors
| Improve this Doc View SourceSourceCode(Single, Int32, String)
Creates a new instance, setting up its properties in order to allow copy detection with the lowest possible false-positive probability. Internally uses JPlag which supports: java, python3, cpp, csharp, char, text, scheme.
Declaration
public SourceCode(float threshold, int sensibility, string filePattern = "*.java")
Parameters
Type | Name | Description |
---|---|---|
System.Single | threshold | |
System.Int32 | sensibility | |
System.String | filePattern |
SourceCode(Single, String)
Creates a new instance, setting up its properties in order to allow copy detection with the lowest possible false-positive probability. Internally uses JPlag which supports: java, python3, cpp, csharp, char, text, scheme.
Declaration
public SourceCode(float threshold, string filePattern = "*.java")
Parameters
Type | Name | Description |
---|---|---|
System.Single | threshold | |
System.String | filePattern |
Methods
| Improve this Doc View SourceCompare()
Compares all the files between each other
Declaration
public override void Compare()
Overrides
Extension Methods
ObjectExtensions.DeepClone<T>(T)