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

nats-io / json.java / #51

20 Jun 2025 03:37PM UTC coverage: 97.139% (-2.4%) from 99.519%
#51

push

github

web-flow
Merge pull request #18 from nats-io/revert

Revert back to Java 8 version

296 of 309 new or added lines in 5 files covered. (95.79%)

5 existing lines in 3 files now uncovered.

747 of 769 relevant lines covered (97.14%)

0.97 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
/src/main/java/io/nats/json/JsonParseException.java
1
package io.nats.json;
2

3
import java.io.IOException;
4

5
public class JsonParseException extends IOException {
6
    public JsonParseException(String message) {
7
        super(message);
1✔
8
    }
1✔
9

10
    public JsonParseException(String message, Throwable cause) {
11
        super(message, cause);
1✔
12
    }
1✔
13

14
    public JsonParseException(Throwable cause) {
UNCOV
15
        super(cause);
×
UNCOV
16
    }
×
17
}
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

© 2025 Coveralls, Inc