java-decompiler / jd-gui

A standalone Java Decompiler GUI
GNU General Public License v3.0
14.09k stars 2.4k forks source link

internal error, and some classes dont open #366

Open AngryCarrot789 opened 3 years ago

AngryCarrot789 commented 3 years ago

steps to reproduce: compile some code into a jar, with any name (e.g, test.jar), then decompile it (drag drop into jdgui), and then recompile test.jar while keeping it open in jdgui. then once its recompiled, close the file in jdgui (click the x on the tab) and then reopen it. some classes dont decomile/open, and sometimes it gives "// INTERNAL ERROR //"

only happens if you keep the file names the same (as test.jar, or whatever name you want)

image