• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jiangxincode / ApkToolBoxGUI / #1108

24 Jul 2025 03:15PM UTC coverage: 3.085%. Remained the same
#1108

push

jiangxincode
update reverse dependencies

0 of 4 new or added lines in 3 files covered. (0.0%)

236 of 7649 relevant lines covered (3.09%)

0.03 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/edu/jiangxin/apktoolbox/reverse/ChangeMenuToPluginJdDuoListener.java
1
package edu.jiangxin.apktoolbox.reverse;
2

3
import edu.jiangxin.apktoolbox.swing.extend.listener.ChangeMenuToPluginListener;
4
import edu.jiangxin.apktoolbox.utils.Utils;
5

6
import java.io.File;
7

8
public class ChangeMenuToPluginJdDuoListener extends ChangeMenuToPluginListener {
×
9
    @Override
10
    public String getPluginFilename() {
NEW
11
        return "jd-gui-duo-windows-2.0.92.zip";
×
12
    }
13

14
    @Override
15
    public boolean isPluginNeedUnzip() {
16
        return true;
×
17
    }
18

19
    @Override
20
    public String getPluginStartupCmd() {
21
        String dirPath = getPluginFilename().replace(".zip", "");
×
NEW
22
        return Utils.getPluginDirPath() + File.separator + dirPath + File.separator + "jd-gui-duo-2.0.92.exe";
×
23
    }
24
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc