Col-E / Recaf

The modern Java bytecode editor

Home Page:https://coley.software/Recaf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After closing a workspace, you cannot open any jar/class by dragging it.

meiMingle opened this issue · comments

Describe the bug

Some exceptions are thrown after closing the workspace, and the workspace cannot be opened by dragging files until Recaf is restarted

To Reproduce

Steps to reproduce the behavior:

  1. Open any jar/class by Reacf

  2. Close the workspace by File -> Close.At this time, the Logging window of Recaf will display Exception thrown when closing workspace
    image

  3. Drag any jar/class file to the Recaf window and it cannot be opened
    image

Exception
java.lang.NullPointerException: 'workspace' must not be null
Log
log-2024-06-06.txt

Screenshots

commented

47ee102 - Made a copy/paste bug when updating listeners recently. Fixed now.