-
release@1.1.1
StableAll checks were successfulRelease / release (push) Successful in 2h34m2sreleased this
2026-03-10 20:52:40 +01:00 | 1 commits to main since this releaseWhat's New
Features
- restrict AI tagging to parser-discovered test methods
Documentation
- explain deterministic AST discovery vs AI classification
Chores
- fix PMD warnings and improve code quality
Downloads
-
release@1.1.0
StableAll checks were successfulRelease / release (push) Successful in 37sreleased this
2026-03-09 22:24:10 +01:00 | 4 commits to main since this releaseWhat's New
Features
- add AI-based security suggestion engine and CLI integration
Documentation
- expand README with full CLI argument documentation and AI usage
Downloads
-
release@1.0.0
StableAll checks were successfulRelease / release (push) Successful in 21sreleased this
2026-03-08 13:52:45 +01:00 | 7 commits to main since this releaseWhat's New
Bug Fixes
- package application as fat JAR and fix distribution contents
Downloads
-
release@0.9.0
StableAll checks were successfulRelease / release (push) Successful in 53sreleased this
2026-02-11 20:53:35 +01:00 | 8 commits to main since this releaseWhat's New
Features
- add @Tag reporting and CSV/plain output
Chores
- workflow for standalone apps added
- PMD added
- git-version for releases
- Logo
Downloads
-
MethodAtlasApp 0.1.0 (snapshot) Pre-Release
released this
2026-02-11 02:21:17 +01:00 | 10 commits to main since this releaseHighlights
- CSV output is default: fqcn,method,loc,tags
-plainenables labeled plain-text output- Extracts
@Tagvalues (supports repeated@Tagand@Tags({...})) - JavaParser configured for modern Java syntax (records)
Usage
java -jar methodatlas.jar <paths...>java -jar methodatlas.jar -plain <paths...>
Testing
- Fixture-based JUnit tests included (fixtures stored as .java.txt to avoid IDE compilation)
Downloads