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

nats-io / nats.java / #2096

07 Aug 2025 08:19PM UTC coverage: 95.433% (-0.07%) from 95.507%
#2096

push

github

web-flow
Merge pull request #1382 from nats-io/json-parser-thanks-claude

Json parser tuning.

68 of 79 new or added lines in 1 file covered. (86.08%)

2 existing lines in 1 file now uncovered.

11868 of 12436 relevant lines covered (95.43%)

0.95 hits per line

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

33.33
/src/main/java/io/nats/client/support/JsonParseException.java
1
package io.nats.client.support;
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) {
UNCOV
11
        super(message, cause);
×
UNCOV
12
    }
×
13

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

© 2026 Coveralls, Inc