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

jiangxincode / ApkToolBoxGUI / #1148

30 Aug 2025 01:07PM UTC coverage: 3.008% (-0.01%) from 3.018%
#1148

push

jiangxincode
add protolbuf converter with proto

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

1 existing line in 1 file now uncovered.

248 of 8244 relevant lines covered (3.01%)

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/convert/protobuf/supervised/NoDescriptorFoundException.java
1
package edu.jiangxin.apktoolbox.convert.protobuf.supervised;
2

3
public final class NoDescriptorFoundException extends RuntimeException {
4
    private static final long serialVersionUID = -5797106115993481443L;
5

NEW
6
    public NoDescriptorFoundException() {
×
NEW
7
    }
×
8

9
    public NoDescriptorFoundException(final String messageTypeName) {
NEW
10
        super("No descriptor found for message type with name " + messageTypeName);
×
NEW
11
    }
×
12
}
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