refactor(detector): taxonomy reorganization (#47)#56
Merged
Conversation
…ructured/sql taxonomy (#47) Group language/format detectors under semantic parent packages: - jvm/ -> java, kotlin, scala - markup/ -> docs (renamed) - systems/ -> rust, cpp - script/ -> shell - structured/ -> config (renamed) - sql/ -> placeholder (follow-up #48) Imports only; zero behavior change. All 3278 tests still green. Co-Authored-By: Claude Opus 4.7 (1M context) <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.


Summary
Pure-refactor #47: regroup detector subpackages under semantic parent packages. Imports only — zero behavior change.
Moves
detector/java/detector/jvm/java/detector/kotlin/detector/jvm/kotlin/detector/scala/detector/jvm/scala/detector/docs/detector/markup/detector/rust/detector/systems/rust/detector/cpp/detector/systems/cpp/detector/shell/detector/script/shell/detector/config/detector/structured/Also adds empty
detector/sql/with apackage-info.javaplaceholder — populated by follow-up task #48.Kept at top level (not moved):
auth/,csharp/,frontend/,generic/,go/,iac/,proto/,python/,typescript/, plus all base classes atdetector/root.Scope
git mvused throughout so file history is preserved (follow viagit log --follow).packagedeclaration in moved files updated.importacross main + test sources updated (111 file edits across 8 package mappings).@ComponentScan/basePackagespinned to old paths (Spring scan isio.github.randomcodespace.iqroot — unchanged).CLAUDE.mdsource-tree diagram updated to reflect new layout.Test plan
mvn -B clean test->Tests run: 3278, Failures: 0, Errors: 0, Skipped: 31/ BUILD SUCCESS (63s)mvn -B compileandmvn -B test-compileboth cleanNo behavior change; all 3278 tests still green.
🤖 Generated with Claude Code