Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

v0.3

Choose a tag to compare

@TheDGOfficial TheDGOfficial released this 13 Feb 05:06
· 252 commits to main since this release

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