Releases: devendor/decompile-and-attach
Releases · devendor/decompile-and-attach
Version 1.8.4
Minor fix
1.8.2 rferguson 09/22/2018
- Added java-decompiler plugin dependency to build.gradle plugin.xml.
- BugFix - Prior release would blindly produce empty classes with "{ //compiled content" bodies
when decompile and attach was used before any other decompile activity that triggered legal
terms acceptance and related key setting. Plugin now reproduced legal disclaimer from java-decompiler
when needed and sets acceptance key to fix bug. - Included gradle-wrapper.jar for convenience
2017.x Unofficial bug fix fork.
Unofficial bugfix fork for 2017.x support and resolution of issues. Please check upstream for newer versions. This release is just a stopgap to provide a working version until it can be merged.
Author: Ray Ferguson github.public@devendortech.com
Date: Thu Nov 9 14:25:57 2017 -0600
Fixes several issues for 2017.x releases
* issue 10 plugin.xml in 1.6 excludes support for 2017.2 releases.
1.5 allows it but doesn't work change to plugin.xml to allow this
to install on newer release
* bumped version to 1.7? Not my call though so making a note for the
maintainer.
* The file list included the jar name itself which was passing through
to attach and causing an fault.
* An empty directory would pass through to decompile and cause a fault.
* A fault in decompiling any jar would halt stop decompiling of all
remaining jars in selection. It will now pass an ERROR notice but
continue
* Any non-class files were excluded from source export jars which
limited context like reflections and packages.
I believe the above covers issues 9, 10, 12 and 13.