Files
starRiverProperty/maven-ninca-common-component-organization
反编译工作区 5f22d6f8f7 fix: replace 43 service files with alt decompiler versions
Alt source (JD-GUI/Procyon based): preserves generics, 0 raw Lists, 0 (Object) casts
But introduces lambda corruption (.map(()), .forEach(()), computeIfAbsent(())

Replaced 43 files where alt has significantly fewer errors:
- OrganizationServiceImpl: 141 (Object) casts → 0
- CpImageStoreToolServiceImpl: 79 (Object) casts → 0
- ImgPersonServiceImpl: 37 (Object) casts → 0
- And 40 more files with similar improvements

Remaining: 200 errors (different distribution than CFR baseline)
- Mostly lambda corruption from alt decompiler
- Fixable with targeted .map(())→orElse, forEach(())→reconstruction
2026-05-06 00:26:16 +08:00
..