Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jegp/corrector
Prototype for automatic static code analysis and correction of hand-ins
https://github.com/jegp/corrector
Last synced: 11 days ago
JSON representation
Prototype for automatic static code analysis and correction of hand-ins
- Host: GitHub
- URL: https://github.com/jegp/corrector
- Owner: Jegp
- License: gpl-3.0
- Created: 2017-01-19T19:56:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T00:21:11.000Z (almost 8 years ago)
- Last Synced: 2024-10-28T12:58:50.120Z (about 2 months ago)
- Language: Scala
- Size: 54.8 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# corrector
Prototype for automatic static code analysis and correction of hand-ins.## Purpose
Specifically this project is meant to provide a means of doing static code analysis either from
the commandline or by uploading a project to a web-server.The output metrics will be returned as ``html`` files to be shown to any potential clients.
## License
This project is licensed under GPLv3 (see LICENSE.txt)We depend on the PMD tool whose Apache license v. 2.0 can be found under its directory.