Multipurpose and extensible automated assignment validator, designed for academic purposes only, which has been developed using C# over .NET 6.0.
GNU Affero General Public License v3.0
5
stars
1
forks
source link
Fix info when using sourcecode copy detector (jplag) #108
Open
FherStk opened 2 years ago
Jplag compares all java files, but AutoCheck displays one concrete filename: "Match score with 344758_assignsubmissionfile/Persona.java... 64,80 %"
The score is correct, but the message should be as: "Match score with 344758_assignsubmissionfile/*.java... 64,80 %"