|
|
@@ -15,6 +15,28 @@ JPlag is a system that finds similarities among multiple sets of source code fil
|
|
|
## Fork者描述
|
|
|
|
|
|
1. 将token parser部分由串行改为了并行
|
|
|
+ 1. 前端代码显示bug修正
|
|
|
+ 1. 使用方法
|
|
|
+ 1. idea打开项目,依次双击右边JPlag Plagiarism中Lifecycle的clean、verify和install(此步骤是将jplag源码打包并安装到本地maven仓库中)
|
|
|
+ 2. 在本地项目中引入
|
|
|
+ ```xml
|
|
|
+ <dependency>
|
|
|
+ <groupId>de.jplag</groupId>
|
|
|
+ <artifactId>jplag</artifactId>
|
|
|
+ <version>4.1.0</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>de.jplag</groupId>
|
|
|
+ <artifactId>java</artifactId>
|
|
|
+ <version>4.1.0</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>de.jplag</groupId>
|
|
|
+ <artifactId>cpp</artifactId>
|
|
|
+ <version>4.1.0</version>
|
|
|
+ </dependency>
|
|
|
+ ...
|
|
|
+
|
|
|
|
|
|
## Supported Languages
|
|
|
|