Tech/fix unifiedparser tests for treesitterlibrary#4416
Merged
ChristianHuehn merged 5 commits intomainfrom Jan 22, 2026
Merged
Conversation
Replace language-specific collectors and metric calculators with TreesitterLibrary dependency. This removes ~45 files of duplicated logic and delegates metric calculation to the external library. - Remove all language-specific collectors (Java, Kotlin, Python, etc.) - Remove all metric node types and calculators - Add TreeSitterLibraryCollector as unified adapter - Update all 19 test files to use new API 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…itPack Switch from local composite build to published JitPack dependency (v0.2.0) and add Vue language support to UnifiedParser. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add dedicated test class for TreeSitterAdapter covering all public methods including language mapping, file extension handling, and error cases for unsupported extensions. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Please read the CONTRIBUTING.md before opening a PR.
Closes: #
Description
Descriptive pull request text, answering:
Definition of Done
A PR is only ready for merge once all the following acceptance criteria are fulfilled:
Screenshots or gifs