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

link-intersystems / lis-commons / #290

05 Nov 2023 07:20PM UTC coverage: 89.848% (-0.2%) from 90.032%
#290

Pull #10

renelink
Code coverage and clean up. Breaking API change.
Pull Request #10: feature/beans record

78 of 82 new or added lines in 12 files covered. (95.12%)

2 existing lines in 2 files now uncovered.

7461 of 8304 relevant lines covered (89.85%)

0.9 hits per line

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

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

3
import java.beans.BeanInfo;
4
import java.beans.IntrospectionException;
5

NEW
6
public class Introspector {
×
7

8
    public static BeanInfo getBeanInfo(Class<?> recordType) throws IntrospectionException {
9
        return new RecordBeanInfo(recordType);
1✔
10
    }
11
}
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