2021
2 projects
Implement DepClean Gradle plugin and add support for multi-module project analysis
Currently, DepClean has a plugin that analyzes maven-based java projects, but we can't use it in Gradle-based java projects. The main aim of this...
Add/Improve tests in Spoon
Spoon is an open-source library to analyze, rewrite, transform, transpile Java source code. It parses source files to build a well-designed AST with...