• 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

50.0
/lis-commons-beans/src/main/java/com/link_intersystems/beans/BeanInstantiationException.java
1
package com.link_intersystems.beans;
2

3
/**
4
 * @author René Link {@literal <rene.link@link-intersystems.com>}
5
 */
6
public class BeanInstantiationException extends RuntimeException {
7

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

12
    public BeanInstantiationException(String message, Throwable cause) {
13
        super(message, cause);
1✔
14
    }
1✔
15
}
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