Recaf icon indicating copy to clipboard operation
Recaf copied to clipboard

The modern Java bytecode editor

Results 207 Recaf issues
Sort by recently updated
recently updated
newest added

## What's fixed Java regex for constant styling expanded to support rarer declaration (hexa, octal, binary, scientific notation, underscore in number...) Before the fix, only the constant on the right...

enhancement
3.X

Hello, firstly, thank you for this great tool ! I encounter an issue the other day similar to [[this one](https://github.com/Col-E/Recaf/issues/584)](https://github.com/Col-E/Recaf/issues/584) where the comparison in this pseudo-class would be matched as...

bug
enhancement
3.X

**Describe the bug** When you try to recompile a class that contains methods that rethrow to the caller an Exception, it generate the error: `unreported exception ; must be caught...

Missing details

**Describe the bug** Recaf does not process any of the obfuscated classes when I provide a obfuscated jar, it is only showing assets such as json, png, and yml. When...

3rd party problem
3.X
2.X

**Describe the bug** Classes are not decompiled when using jdk11-openjdk (11.0.21.u9-3) in archlinux. I installed have also jdk17-openjdk (17.0.9.u8-2) installed. Can I force the jdk17 or jdk21 startup? Maybe the...

2.X
Missing details

**Describe the bug** Recaf 2.21.13, latest 3.0.0-SNAPSHOT and recaf-launcher-0.1.3.jar all fail to start Recaf **To Reproduce** Steps to reproduce the behavior: 1. Be on Nixos 2. Download any of the...

usage
JavaFX
2.X
4.X

`` Potential Problems with this approach: 1. **Decompiler API Requirement & Challenges:** - To enable this feature, the decompiler must have an API for obtaining an Abstract Syntax Tree (AST)...

Discussion
4.X

## Mostly for brainstorming, the feature is complex and not likely to actually be implemented unless a REALLY good solution is put forward UI components: - Workspace tree - Class...

enhancement

Hi, I have been using your tool for manipulating Java bytecode and it has been extremely useful. However, I recently stumbled upon a bug in version 3.x that has been...

bug
3.X

A tool tab that has an interactive table of instructions with examples / formats would be helpful. It would be nice to have a faded text hint in the background,...

enhancement
ux
4.X