I was wondering if there was any tool available that detects code plagiarism and works well with Javascript. I want to test assignment submissions for homework I'm going to hand out.
The only tool that I know of that can do this is MOSS, but, from what I've heard, it's pretty poor for anything else than C. Unfortunately, I can't test it yet because I don't have submissions :).
Update
I ended up using MOSS in the end, because I couldn't find an alternative. There were more than 100 submissions and it found no more than 30% similarity between any two assignments.
I don't know if this was because there were no cheaters or because it's poor at checking Javascript :).