https://github.com/hdsdi3g/codepolicyvalidation
Static Java 17 code validator using Spoon
https://github.com/hdsdi3g/codepolicyvalidation
spoon
Last synced: 5 months ago
JSON representation
Static Java 17 code validator using Spoon
- Host: GitHub
- URL: https://github.com/hdsdi3g/codepolicyvalidation
- Owner: hdsdi3g
- License: lgpl-3.0
- Created: 2020-02-12T08:29:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T20:39:24.000Z (about 2 years ago)
- Last Synced: 2025-07-12T23:42:17.705Z (11 months ago)
- Topics: spoon
- Language: Java
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# CodePolicyValidation
Static Java 17 code validator using Spoon (http://spoon.gforge.inria.fr/).
It's still in alpha.
See pom.xml file for more details.

[](https://sonarcloud.io/dashboard?id=hdsdi3g_codepolicyvalidation)

## Setup
Add in your pom file:
```
tv.hd3g.commons
codepolicyvalidation
(last current version)
test
```
Use as Junit 5 template. Just create a test Class in your code like this:
```
import tv.hd3g.commons.codepolicyvalidation.CheckPolicy;
public class CodePolicyValidationTest extends CheckPolicy {
}
```
And run tests.
## Contributing / debugging
For run the tests, you juste needs Maven.
Versioning: just use [SemVer](https://semver.org/).
## Author and License
This project is writer by [hdsdi3g](https://github.com/hdsdi3g) and licensed under the LGPL License; see the LICENCE.TXT file for details.