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

kit-data-manager / ro-crate-java / #392

29 Apr 2025 06:44PM UTC coverage: 89.357%. First build
#392

Pull #233

github

Pfeil
fix: add newline at end of gradle.yml for consistency
Pull Request #233: Version 2.1.0

608 of 700 new or added lines in 28 files covered. (86.86%)

1889 of 2114 relevant lines covered (89.36%)

0.89 hits per line

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

0.0
/src/main/java/edu/kit/datamanager/ro_crate/reader/RoCrateReader.java
1
package edu.kit.datamanager.ro_crate.reader;
2

3
/**
4
 * This class allows reading crates from the outside into the library in order
5
 * to inspect or modify it.
6
 * <p>
7
 * The constructor takes a strategy to support different ways of importing the
8
 * crates. (from zip, folder, etc.).
9
 * <p>
10
 * The reader consideres "hasPart" and "isPartOf" properties and considers all
11
 * entities (in-)directly connected to the root entity ("./") as DataEntities.
12
 *
13
 * @deprecated Use {@link CrateReader} instead.
14
 */
15
@Deprecated(since = "2.1.0", forRemoval = true)
16
public class RoCrateReader extends CrateReader<String> {
17
    public RoCrateReader(GenericReaderStrategy<String> reader) {
NEW
18
        super(reader);
×
19
    }
×
20
}
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