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

link-intersystems / lis-commons / #282

05 Nov 2023 05:04PM UTC coverage: 89.848% (-0.2%) from 90.032%
#282

Pull #10

renelink
Improved Readme.
Pull Request #10: feature/beans record

77 of 80 new or added lines in 11 files covered. (96.25%)

1 existing line in 1 file 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

© 2025 Coveralls, Inc