Tag List Report

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

TagTotal number of occurences
@deprecated1
@todo0
FIXME0
TODO8

Each tag is detailed below:

@deprecated

Number of occurences found in the code: 1

org.tratoo.mdd.kernel.transformation.TransformationEngineLine
Use {@link TransformationEngine#execute(TransformationChain)} instead.38

@todo

Number of occurences found in the code: 0

FIXME

Number of occurences found in the code: 0

TODO

Number of occurences found in the code: 8

org.tratoo.mdd.kernel.DomainLine
further documentation.21
org.tratoo.mdd.kernel.emitter.EmitterEngineLine
How to enforce that unordered collections are traversed in the same order during an emit?22
org.tratoo.mdd.kernel.emitter.impl.AbstractEmitterEngineImplLine
Provide appropriate logging.68
org.tratoo.mdd.kernel.transformation.TransformationLine
Perhaps not the rule instances but only the rule classes should be returned.50
org.tratoo.mdd.kernel.transformation.TransformationEngineLine
Support dynamic re-/compilation of transformations.26
org.tratoo.mdd.kernel.transformation.impl.AbstractRepositoryImplLine
Replace with real exception handling88
org.tratoo.mdd.kernel.transformation.impl.RuleHelperLine
Replace this brute force algorithm with a more smart algorithm that makes use of the fact that the rules are stored in a set and that the equals method of RuleImpl has already been implemented to compare two rules by comparing their source and target types.118
org.tratoo.mdd.kernel.transformation.impl.TransformationEngineImplLine
Refactor this code block. Looks ugly107