judovana/java-runtime-decompiler

Class initialization output problems

Closed this issue · 1 comments

  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

move it to stderr!