Is it possible to ignore certain keywords, such as import? #2089
Unanswered
aa563011992
asked this question in
Q&A
Replies: 1 comment
-
No, this is not possible. JPlag compares the structure of programs, thus abstracting from certain details. Consequently, the code is matched if the structure is identical, even if, for example, the import does not match. This however, is intended, as this allows to detect structural similarities between programs, even if superficial details such as import paths are different. We also do not consider, names, types, and values, for example. The goal of JPlag is to identify potential plagiarism or code similarity based on the underlying logic and structure, not on surface-level differences. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to ignore certain keywords, such as import?
Now imports are counted as duplicates, even if the import paths are different
Beta Was this translation helpful? Give feedback.
All reactions