kostadin-georgiev97/Detecting-Code-Smells
This project employs static analysis to detect "code smells" (warning signs) in Java software systems. The analyser is built using the JavaParser framework and makes extensive use of the Visitor design pattern.
Java