This repository was archived by the owner on Jan 13, 2023. It is now read-only.
v0.3
Release notes (not all changes):
This mainly a bug fix and enchancement release over v0.2.
Featured:
- Fixed false positives about compiler generated synthetic classes
- Only load pom when needed (speeds up processing time)
- Fixed JarFile memory leak (closes JarFile after using)
- Fixed ThreadLocal memory leak about not calling remove method
Others:
- Combined if statements
- Ignored SonarLint issue store in gitignore
- Refactored big methods into smaller ones, helps inlining
See full changes here:
v0.2...v0.3