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

jiangxincode / ApkToolBoxGUI / #952

15 Dec 2024 01:42PM UTC coverage: 3.135% (-0.003%) from 3.138%
#952

push

jiangxincode
fix: #462: add support for gda reverse tool

0 of 8 new or added lines in 2 files covered. (0.0%)

236 of 7528 relevant lines covered (3.13%)

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/ChangeMenuToPluginJdaListener.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

NEW
8
public class ChangeMenuToPluginJdaListener extends ChangeMenuToPluginListener {
×
9
    @Override
10
    public String getPluginFilename() {
NEW
11
        return "GDA4.11.zip";
×
12
    }
13

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

19
    @Override
20
    public String getPluginStartupCmd() {
NEW
21
        String dirPath = getPluginFilename().replace(".zip", "");
×
NEW
22
        return Utils.getPluginDirPath() + File.separator + dirPath + File.separator + "GDA4.11.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