A Java program works is decompiled by JD-GUI as follows.
Looks like some Classes are missed.
Is there a best way to decompile a Java program without red lines appearing?
ImportTaskTransactionCallback<Integer> tc = new ImportTaskTransactionCallback(this.viewtrackerUpgradeManager, status);
.
.
.
this.viewtrackerUpgradeManager = viewtrackerUpgradeManager;
Thanks for everyone's suggestion, I found the constructor is not completed and fixed it.