issues Search Results · repo:java-decompiler/jd-core language:Java
Filter by
62 results
(66 ms)62 results
injava-decompiler/jd-core (press backspace or delete to remove)It seems there are a lot of cases in try-catch blocks where there is a redundant exception variable created in the
disassembly:
} catch (SQLException var15) {
SQLException sqex = var15; ...
wzydhek
- Opened on Nov 10, 2024
- #80
No problem decompiling java classes in a conventional way. However any attempt to decompile a plugin fails with no error
and no visual indication why.
ad5xj
- Opened on Oct 16, 2024
- #79
When compiling this class with javac
class OrderOfOperations{
public void trippleDiv(double x, double y, double z){
double a = x/(y/z);
}
}
and decompile with jd-core 1.1.3, I get
class OrderOfOperations ...
JoakimNordstrandTE
- Opened on Mar 7, 2024
- #77
some nullpointerException raised when decompiling some jars using jd-cli which calling jd-core; and the error log shows
as following: case 1: ` 14 12:05:07.472 INFO com.github.kwart.jd.cli.Main - Decompiling ...
netmany
- 1
- Opened on Jan 10, 2023
- #75
Given result (gives error): Class clazz = int.class; /* 72 / Class\ float\ clazz1 = float.class; / 73 / Class\ boolean\
clazz2 = boolean.class; / 74 / Class\ double\ clazz3 = double.class; expacted result: ...
ZDibLO
- Opened on Jan 8, 2023
- #74
Given result (gives error): Class int clazz = int.class; /* 72 / Class float clazz1 = float.class; / 73 / Class boolean
clazz2 = boolean.class; / 74 / Class double clazz3 = double.class; expacted result: ...
ZDibLO
- 2
- Opened on Dec 19, 2022
- #73
Hello, i found an issue about the parameter check, parameter name only check in one method, without checking the inner
lambda method and lack of recurve check. could any one help?
public void update(InstComponent ...
Terrency
- Opened on Sep 2, 2022
- #70
Providing an official repo in MVNRepo can make jd-core more popular and easy to use. 😄
So far, there are some similar repos, but have some problems: Link1 Link2
Besides, JFrog Repo is not available now. ...
cshezhang
- 2
- Opened on Jun 28, 2022
- #69
Using ByteBuddy generate enum Gender, get byte array, de-compile to source. Throw StackOverflowError.
java.lang.StackOverflowError
at org.jd.core.v1.service.converter.classfiletojavasyntax.util.TypeMaker.loadClassFile(TypeMaker.java:1577) ...
zcoNick
- Opened on May 24, 2022
- #67

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.