Phase 4: Fetch source code for Scala class #6
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
tier-1-foundation
tier-2-discovery
tier-3-patterns
tier-4-errors
tier-5-advanced
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
iterative-works/javadocs-mcp!6
Loading…
Reference in a new issue
No description provided.
Delete branch "JMC-1-phase-04"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Phase 4: Fetch source code for Scala class
Goals: Enable
get_sourcetool to fetch Scala source code from Maven Central with.scalaextension support and fallback to.javafor mixed-source projects.Scenarios: 6 verified
Tests: 5 unit, 2 integration, 3 E2E (10 new tests)
Changes
toScalaSourcePath()method toClassNamewith DRY refactoringSourceCodeServiceto try.scalafirst for Scala artifacts.javaif.scalanot found (mixed-source projects).javaonly (no regression)Key Implementation
Test Results
All tests passing. New tests verify:
.scalaextension generation.javawhen.scalamissingFull review packet
🤖 Generated with Claude Code