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

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

28 Apr 2025 09:57AM UTC coverage: 86.891% (+0.9%) from 85.949%
#373

Pull #247

github

web-flow
Merge a4e0ad782 into 0ab3f3ca9
Pull Request #247: Generalize reading and writing crates

249 of 278 new or added lines in 16 files covered. (89.57%)

2 existing lines in 2 files now uncovered.

1889 of 2174 relevant lines covered (86.89%)

0.87 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);
×
UNCOV
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