Skip to content

Release v0.15.1

Choose a tag to compare

@github-actions github-actions released this 12 Feb 05:07
· 260 commits to master since this release

[0.15.1] - 2026-02-12

Fixed

  • scan-all missing Java files (BUG-1): Refactored find_all_directories and scan_directory to use unified get_language_extensions() instead of hardcoded extension checks. Adding new languages now only requires updating the LANGUAGE_EXTENSIONS dict.
  • tech-debt 0 files for Java projects (BUG-2): Added hint suggesting --recursive flag when no files found and Java is configured (deep package structures).
  • Java getter/setter false positives (IMP-1): Skip naming pattern penalty for Java files where getters/setters are standard JavaBeans convention.