mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 16:30:29 +08:00
5f22d6f8f7
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