• 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/ChangeMenuToPluginJadxListener.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
/**
9
 * @author jiangxin
10
 * @author 2018-09-30
11
 *
12
 */
13
public class ChangeMenuToPluginJadxListener extends ChangeMenuToPluginListener {
×
14
    @Override
15
    public String getPluginFilename() {
NEW
16
        return "jadx-1.5.2.zip";
×
17
    }
18

19
    @Override
20
    public boolean isPluginNeedUnzip() {
21
        return true;
×
22
    }
23

24
    @Override
25
    public String getPluginStartupCmd() {
26
        String dirPath = getPluginFilename().replace(".zip", "");
×
27
        return Utils.getPluginDirPath() + File.separator + dirPath + File.separator + "bin" + File.separator + "jadx-gui.bat";
×
28
    }
29
}
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