Release v0.15.1
·
260 commits
to master
since this release
[0.15.1] - 2026-02-12
Fixed
scan-allmissing Java files (BUG-1): Refactoredfind_all_directoriesandscan_directoryto use unifiedget_language_extensions()instead of hardcoded extension checks. Adding new languages now only requires updating theLANGUAGE_EXTENSIONSdict.tech-debt0 files for Java projects (BUG-2): Added hint suggesting--recursiveflag 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.