Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.