judovana / java-runtime-decompiler

GNU General Public License v3.0
68 stars 14 forks source link

Class initialization output problems #200

Closed AurumTheEnd closed 3 years ago

AurumTheEnd commented 3 years ago

1) Class initialization (of inner classes in the example) outputs directly to stdout even in GUI, even without --verbose. It should be stderr in GUI and probably just in debugging logger mode --verbose.

2) The Class initialization message is... useless for tracking anything. Include at least the name of the class in it.

image

judovana commented 3 years ago

move it to stderr!