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

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

29 Apr 2025 01:00PM UTC coverage: 86.311%. First build
#378

Pull #233

github

web-flow
Merge pull request #253 from kit-data-manager/fix-renaming-of-data-set-entities

Fix renaming of data set entities
Pull Request #233: Version 2.1.0

598 of 763 new or added lines in 29 files covered. (78.37%)

1879 of 2177 relevant lines covered (86.31%)

0.86 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