IJIRST (International Journal for Innovative Research in Science & Technology)ISSN (online) : 2349-6010

 International Journal for Innovative Research in Science & Technology

Plagiarism Detection in Source Code


Print Email Cite
International Journal for Innovative Research in Science & Technology
Volume 1 Issue - 10
Year of Publication : 2015
Authors : Mrs. Nilkamal More ; Ms. Charmi Patel; Ms. Aditi Bhootra

BibTeX:

@article{IJIRSTV1I10025,
     title={Plagiarism Detection in Source Code},
     author={Mrs. Nilkamal More, Ms. Charmi Patel and Ms. Aditi Bhootra},
     journal={International Journal for Innovative Research in Science & Technology},
     volume={1},
     number={10},
     pages={109--112},
     year={},
     url={http://www.ijirst.org/articles/IJIRSTV1I10025.pdf},
     publisher={IJIRST (International Journal for Innovative Research in Science & Technology)},
}



Abstract:

Source code plagiarism is a very serious problem in academia. Lot of assignment work in programming courses is submitted electronically by the students. This makes it difficult for the faculty to check each and every code separately. Using a plagiarism detection tool makes it easy to check and analyze student’s assignment. In programming courses, students submit their work in form of java source code files. There is a possibility that students may copy the Java code files from another source without properly crediting the original writer or programmer, intentionally or unintentionally. This is also a form of plagiarism. The main purpose of this paper is to show a method to detect plagiarism in java source code. To do this first it makes all the submitted java codes into a similar pattern by removing comments. Then tokenization is done. Finally the tokens are compared to get the similar portions and are displayed accordingly.


Keywords:

Programming, code Plagiarism, Plagiarism, Plagiarism detection in Java Code, plagiarism detection tool


Download Article