codeflash/codeflash-java-runtime
Mohamed Ashraf 9be69106f6 fix: resolve merge conflicts with omni-java base
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>
2026-02-10 14:31:25 +00:00
..
src fix: use Kryo serialization and deep comparison for Java test results 2026-02-10 02:23:37 +02:00
pom.xml fix: add API key for tests and build codeflash-runtime JAR in CI 2026-02-03 02:18:49 +00:00