JPlag icon indicating copy to clipboard operation
JPlag copied to clipboard

State-of-the-Art Software Plagiarism & Collusion Detection

Results 141 JPlag issues
Sort by recently updated
recently updated
newest added

@jplag/maintainer @jplag/studdev ## Extension Of The End To End Module The extension of the EndToEnd tests includes the following new features/Fixes: - (Fix) Identification in json changed to SHA256 hash...

enhancement
minor

To be able to extend the endToEnd tests further I would like to discuss which options are useful for the tests or which of these options should be included in...

We want to extend the capabilities of JPlag to support more modern languages. Thus I propose: - Merging existing but outdated frontends from forks for Scala, R, and Jupyter Notebook...

enhancement
major
language-frontend
PISE-SS22

This PR adds an overview of the supported programming languages, meta models, and text (I did not find a proper generic term, thus using language) with their supported versions and...

enhancement
minor

The ANTLR grammar for the python frontend is borrowed from [bkiers/python3-parser](https://github.com/bkiers/python3-parser). Some fixes were integrated into their grammar, that are not present in our version. We should adopt these fixes:...

enhancement
minor
language
good first issue
help wanted

Builds upon PR #569 and should not be merged before it. Only the changes from commit 79813908d9c2f3d2fb2cf2bb8664f64345668b84 are relevant. Zips the folder containing the report viewer files. Deletes the unzipped...

enhancement
minor
report-viewer

This is still WIP but I wanted to share my approach already to receive feedback This PR intends to fix two major issues (both noted in issue #354): 1. Submission...

enhancement
major
report-viewer

Remove the possibility to use the singular index in frontends, thus enforcing line and column indices for all language modules. Currently, all language modules support this, and new ones will...

enhancement
minor

This PR resolves two issues: ## Dynamic Loading of Language Frontends In order to use new language frontends in JPlag easily, this PR creates introduces the ServiceLoader API to JPlag...

enhancement
major
language-frontend

This issue is meant to collect problems with the design of the frontends. Known problems are: - [x] The name _frontend_ is not very good, as they are technically not...

enhancement
minor
language