Implement DepClean Gradle plugin and add support for multi-module project analysis
Abhay Singh
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
Rohitesh Jain
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...