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

jiangxincode / ApkToolBoxGUI / #1205

13 Sep 2025 09:56AM UTC coverage: 2.901%. Remained the same
#1205

push

jiangxincode
fix #568: 可序列化类xxx没有 serialVersionUID 的定义

248 of 8548 relevant lines covered (2.9%)

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

3
import java.io.Serial;
4

5
public class EasyChildTabbedPanel extends EasyPanel {
×
6
    @Serial
7
    private static final long serialVersionUID = 1L;
8

9
    private boolean isUICreated = false;
×
10

11
    public void onTabSelected() {
12
        if (!isUICreated) {
×
13
            createUI();
×
14
            isUICreated = true;
×
15
        }
16
    }
×
17

18
    protected void createUI() {
19
        // do nothing
20
    }
×
21
}
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