GeoKnow/Jassa-Core

View on GitHub
lib/sponate/LookupServiceUtils.js

Summary

Maintainability
A
1 hr
Test Coverage

Function createLookupServiceNodeLabels has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    createLookupServiceNodeLabels: function(sparqlService, literalPreference, chunkSize) { //langs, predicates) {
        //var blc = new BestLabelConfig(langs, predicates);
        literalPreference = literalPreference || new LiteralPreference();
        var blc = new BestLabelConfig(literalPreference);
        var mappedConcept = MappedConceptUtils.createMappedConceptBestLabel(blc);
Severity: Minor
Found in lib/sponate/LookupServiceUtils.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status