Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag Class Total number of occurrences Tag strings used by tag class Todo Work 19 todo, FIXME

Each tag is detailed below:

Todo Work

Number of occurrences found in the code: 19

cz.zcu.mre.controller.IssueController Line send issue IssueWebhook.issueReport(issueTicket.getName(), issueTicket.getMessage()); 67 cz.zcu.mre.dao.SPARQLRepositoryImpl Line add other URLs 88 implement method 530 cz.zcu.mre.data.core.MREDataImpl Line improve by using the list of preferred languages (user-defined), not only list of preffered titles. 275 cz.zcu.mre.data.rdf.ResourceWrapper Line get language from the session 97 cz.zcu.mre.service.data.LabelServiceImpl Line move to properties file 49 cz.zcu.mre.service.data.MREDataService Line can be improved when result ordered by resource URI. 169 cz.zcu.mre.service.data.MREDataServiceImpl Line can be improved when result ordered by resource URI. 459 improve how to get key 814 implement // setFieldValue(Object instance, Field field, Object value) } 1010 cz.zcu.mre.service.data.OntologyServiceImpl Line can add any other list of vocabularies use the form:isVocabulary annotation property 129 cz.zcu.mre.service.data.SPARQLBuilderImpl Line remove all triples and new ones for the instance object. 397 check for dateTime format (due to ignored zeros) to fill in correct date type 663 cz.zcu.mre.service.data.SPARQLBuilderImplTest Line fix checking an email in the list of delete quads Assert.assertTrue(query.build().toString().contains(email)); 158 fix checking an email in the list of delete quads Assert.assertTrue(query.build().toString().contains(email)); 178 fix checking an email in the list of delete quads Assertions.assertThat()(query.getDeleteQuads()) .extracting(List::get) .anyMatch(value -> value.matches("a*")) // shorter with java.lang.String#matches .anySatisfy(value -> assertThat(value).matches("a*")); // nicer error message with StringAssert 206 cz.zcu.mre.service.data.SPARQLBuilderStringImpl Line query template 148 check for dateTime format (due to ignored zeros) to fill in correct date type 447 cz.zcu.mre.service.data.VocabularyServiceImpl Line check and fix to 'less or equal' and 'more or equal' 408