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

link-intersystems / lis-commons / #272

05 Nov 2023 03:51PM UTC coverage: 89.819% (-0.2%) from 90.032%
#272

push

web-flow
Merge 44d2fac16 into f38ee4625

48 of 72 new or added lines in 10 files covered. (66.67%)

1 existing line in 1 file now uncovered.

7684 of 8555 relevant lines covered (89.82%)

0.9 hits per line

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

0.0
/lis-commons-beans/src/main/java/com/link_intersystems/beans/ArgumentResolveException.java
1
package com.link_intersystems.beans;
2

3
public class ArgumentResolveException extends Exception {
4

NEW
5
    public ArgumentResolveException() {
×
NEW
6
    }
×
7

8
    public ArgumentResolveException(String message) {
NEW
9
        super(message);
×
NEW
10
    }
×
11

12
    public ArgumentResolveException(String message, Throwable cause) {
NEW
13
        super(message, cause);
×
NEW
14
    }
×
15

16
    public ArgumentResolveException(Throwable cause) {
NEW
17
        super(cause);
×
NEW
18
    }
×
19

20
    public ArgumentResolveException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) {
NEW
21
        super(message, cause, enableSuppression, writableStackTrace);
×
NEW
22
    }
×
23
}
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