metafacture-core icon indicating copy to clipboard operation
metafacture-core copied to clipboard

Core package of the Metafacture tool suite for metadata processing.

Results 100 metafacture-core issues
Sort by recently updated
recently updated
newest added

The input and output of Metamorph xml testcases can be specified in a number of formats. However, the current implementation requires a special Reader class for each data format. Using...

Enhancement
Framework

Metamorph xml testcases are currently tightly integrated with JUnit. This is a good thing for Java developers. However, as Metafacture is increasingly used as a stand-alone distribution, it would be...

Enhancement
Framework

Currently, we have different methods of accessing data in files: The generic FileOpener module and the specialised TripleReader module. It would be good to have a single method to open...

Enhancement
Stream modules

The Metamorph XSD schema should be more modular so that plugins can extend the schema more easily.

Enhancement
Metamorph

Some modules are built as wrappers around other modules. Currently, this is clumsy to implement as all method calls have to be relayed manually from the wrapper module to the...

Enhancement
Stream modules
Framework

The Splitter module behaves more like a dispatcher than a splitter. Thus, we should rename it.

Enhancement
Stream modules

The sameEntity condition does not treat sub-entities as part of the entity covered by the sameEntity condition. Presumably, this is not what a user expects when she sets sameEntity to...

Bug
Metamorph

It should be possible to not only look up literal values but also entities. The implementation of this feature may be related to issue #107

Enhancement
Metamorph