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
@deprecated 0 @deprecated
@todo 0 @todo
FIXME 2 FIXME
FixMe 0 FixMe
TODO 37 TODO
fixme 0 fixme
todo 0 todo
xxx 0 xxx

Each tag is detailed below:

FIXME

Number of occurrences found in the code: 2

de.tud.plt.r43ples.existentobjects.Revision Line
A revision can be referenced by multiple reference - return a list of branches 162
A revision can be referenced by multiple branches - return a list of branches 190

TODO

Number of occurrences found in the code: 37

de.tud.plt.r43ples.client.ConsoleClient Line
add file import option for generating new version (only new version instead of add and delete sets) 47
de.tud.plt.r43ples.core.R43plesCoreInterface Line
Create objects for drop and select 187
de.tud.plt.r43ples.core.R43plesCoreTest Line
check content of add/del sets and full graph 136
check content of add/del sets and full graph 173
check content of add/del sets and full graph 204
check content of add/del sets and full graph 239
3-Way-Merges are currently tested within merging/ThreeWayMergeTest 531
de.tud.plt.r43ples.core.RevisionDraft Line
--No comment-- 265
de.tud.plt.r43ples.core.SelectConstructAskQuery Line
change REVISION to REVISION or BRANCH 49
de.tud.plt.r43ples.core.ThreeWayMergeCommitDraft Line
Error management - is needed when a ADD or DELETE set is not referenced in the current implementation this error should not occur 644
de.tud.plt.r43ples.core.URICalculator Line
Create one method which calculates a temporary random URI (Attention the methods which are using this URI will have to drop the named graph after the usage is finished!) 431
Create one method which calculates a temporary random URI (Attention the methods which are using this URI will have to drop the named graph after the usage is finished!) 448
Create one method which calculates a temporary random URI (Attention the methods which are using this URI will have to drop the named graph after the usage is finished!) 465
Create one method which calculates a temporary random URI (Attention the methods which are using this URI will have to drop the named graph after the usage is finished!) 482
de.tud.plt.r43ples.core.UpdateCommitDraft Line
new RevisionDraft(getUriCalculator(), graph, revisionName); 151
This part has to be checked!!! 166
replace generateFullGraphOfRevision with query rewriting option 176
de.tud.plt.r43ples.dataset.DatasetGenerationManagement Line
Change this class to a template class which provides queries as strings, do not execute the queries 19
Change to new Reference commit 40
de.tud.plt.r43ples.dataset.SampleDataSetTest Line
Add checks for the single revisions 36
de.tud.plt.r43ples.existentobjects.InitialCommit Line
Implement method - autogenerate the revision if necessary 77
Implement method - autogenerate the revision if necessary 88
Implement method - autogenerate if necessary 98
de.tud.plt.r43ples.existentobjects.ReferenceCommit Line
Implement method - autogenerate the revision if necessary 73
Implement method - autogenerate the revision if necessary 84
de.tud.plt.r43ples.existentobjects.RevertCommit Line
Implement method - autogenerate the revision if necessary 77
Implement method - autogenerate the revision if necessary 88
Implement method - autogenerate if necessary 98
de.tud.plt.r43ples.existentobjects.Revision Line
merged revisions will have two derived from revisions 113
de.tud.plt.r43ples.existentobjects.RevisionGraph Line
implement method logger.info("Get corresponding commit of revision " + revisionIdentifier + "."); String query = Config.prefixes + String.format("" + "SELECT ?com " + "WHERE { GRAPH <%s> {" + " ?com a rmo:Commit; " + " prov:generated <%s>. " + "} }", revisionGraphURI, revisionURI); this.logger.debug(query); ResultSet resultSet = tripleStoreInterface.executeSelectQuery(query); if (resultSet.hasNext()) { QuerySolution qs = resultSet.next(); return new Commit(revisionGraph, qs.getResource("?com").toString()); } else { throw new InternalErrorException("No corresponding commit found for revision " + revisionIdentifier + "."); } 503
de.tud.plt.r43ples.existentobjects.UpdateCommit Line
Implement method - autogenerate the revision if necessary 77
Implement method - autogenerate the revision if necessary 88
Implement method - autogenerate if necessary 98
de.tud.plt.r43ples.iohelper.Helper Line
check if the users are created within the special revision graph - maybe move to RevisionGraph 254
de.tud.plt.r43ples.management.Config Line
spilt into RMO and others 129
de.tud.plt.r43ples.revisionTree.StructuredTree Line
belongsTo does not exist any more 132
de.tud.plt.r43ples.webservice.API Line
Why do we need this? 94