mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 08:20:31 +08:00
c92acac617
interface module: ✅ BUILD SUCCESS data module: ✅ BUILD SUCCESS service module: 110 errors in 17 files Root cause: JD-GUI and CFR produce incompatible type assumptions. Mixing causes cascading errors. Each pure approach has ~200 different errors. Remaining 110 errors breakdown: - No-sym (64): JD-GUI files with missing/wrong class references - Type-mis (26): lambda return errors, method refs - Type-inf (10): generic inference failures - Dup-import (4): duplicate imports - Syntax/Other (6): inner class, override, try-with Fix plan: documented in data/2026-05-05-componentorg-service-errors-classification.md Estimated: ~30 min manual file-by-file work