intoolswetrust / jd-cli

Command line Java Decompiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing inner class

kaifeng-h opened this issue · comments

Hi.
I'm using the latest release version to decompile rt.jar(normally it is located at $JDK_HOME/jre/lib/rt.jar), which is the official JDK jar. I can not find SimpleImmutableEntry in java.util.AbstractMap.java, which is an inner static class in AbstractMap. The weird thing is that, SimpleImmutableEntry does exist in AbstractMap when I was using JD-GUI and the same rt.jar to check.

Thanks for the report. The issue should be fixed in the next release.

Thanks. Will the release be ready soon? Or it will be released until other issues/task to be done?

I would like to do the release this week.

Appreciate it very much 👍

1.2.0 is released.

Already using it. Thx