Merged omni-java base into PR #1279 to resolve conflicts. Resolution approach: 1. test_discovery.py: Used refactored method call resolution from base - New approach uses sophisticated type tracking (jedi-like "goto") - Already includes duplicate checking (line 141) - Removed old Strategy 3 (class-based fallback) as it's not needed and caused single-function optimization issues 2. test_instrumentation.py: Combined both changes - Added API key setup from PR #1279 - Kept FunctionToOptimize imports from base The refactored code is more accurate and fixes the single-function optimization issue that existed in the original PR. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| pom.xml | ||