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

jiangxincode / ApkToolBoxGUI / #734

19 May 2024 01:23PM UTC coverage: 3.151%. Remained the same
#734

push

jiangxincode
merge some menu to settings menu

0 of 127 new or added lines in 11 files covered. (0.0%)

229 existing lines in 9 files now uncovered.

236 of 7489 relevant lines covered (3.15%)

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/swing/extend/EasyChildTabbedPanel.java
1
package edu.jiangxin.apktoolbox.swing.extend;
2

NEW
3
public class EasyChildTabbedPanel extends EasyPanel {
×
4
    private boolean isUICreated = false;
×
5

6
    public void onTabSelected() {
UNCOV
7
        if (!isUICreated) {
×
UNCOV
8
            createUI();
×
UNCOV
9
            isUICreated = true;
×
10
        }
UNCOV
11
    }
×
12

13
    protected void createUI() {
14
        // do nothing
UNCOV
15
    }
×
16
}
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