Col-E / recaf-3x-issues

This was the temporary issue tracking for 3x. Focus is now on 4x and all issues are tracked on the main repo going forward.
35 stars 5 forks source link

JadX decompiler does not show modified classes. #79

Closed Col-E closed 2 years ago

Col-E commented 2 years ago

JadX internally caches classes when decompiled once. We need to evict the cache when a class is modified.

Col-E commented 2 years ago

Resolved in 44bdddbac5a4d2e7e7eb84a6a9a70b6532801159

Was missing getCodeCache().remove(name);