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

jiangxincode / ApkToolBoxGUI / #1111

26 Jul 2025 06:59AM UTC coverage: 3.08% (-0.005%) from 3.085%
#1111

push

jiangxincode
fix #542: support different kinds of zip structure

0 of 21 new or added lines in 7 files covered. (0.0%)

1 existing line in 1 file now uncovered.

236 of 7663 relevant lines covered (3.08%)

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() {
16
        return "jadx-1.5.2.zip";
×
17
    }
18

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

24
    @Override
25
    public boolean isPluginNeedUnzipToSeparateDir() {
NEW
26
        return true;
×
27
    }
28

29
    @Override
30
    public String getPluginStartupCmd() {
31
        String dirPath = getPluginFilename().replace(".zip", "");
×
32
        return Utils.getPluginDirPath() + File.separator + dirPath + File.separator + "bin" + File.separator + "jadx-gui.bat";
×
33
    }
34
}
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