OrnitheMC / enigma

A deobfuscation/remapping tool for Java bytecode, fork of cuchaz's Enigma.
GNU Lesser General Public License v3.0
9 stars 2 forks source link

Parameters passed to constructors are not counted in mapping stats #38

Open viktor40 opened 1 year ago

viktor40 commented 1 year ago

The mapping stats in engigma can detect how many unmapped "things" there are. I counts classes, methods, fields and parameters separately. However, parameters passed to constructors are not counted in the parameters option.

SpaceWalkerRS commented 1 year ago

I will see if this affects upstream too, and if so, a bug fix should be submitted there

SpaceWalkerRS commented 1 year ago

it does appear to affect upstream too

viktor40 commented 1 year ago

yep, I will look at fixing this bug and then we can submit it later.

ix0rai commented 1 year ago

@viktor40 this should be fixed on upstream!