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.
| Tag | Total number of occurences |
|---|
| @deprecated | 1 |
| @todo | 0 |
| FIXME | 0 |
| TODO | 8 |
Each tag is detailed below:
Number of occurences found in the code: 1
| org.tratoo.mdd.kernel.transformation.TransformationEngine | Line |
|---|
| Use {@link TransformationEngine#execute(TransformationChain)} instead. | 38 |
Number of occurences found in the code: 0
Number of occurences found in the code: 0
Number of occurences found in the code: 8
| org.tratoo.mdd.kernel.Domain | Line |
|---|
| further documentation. | 21 |
| org.tratoo.mdd.kernel.emitter.EmitterEngine | Line |
|---|
| How to enforce that unordered collections are traversed in the same order during an emit? | 22 |
| org.tratoo.mdd.kernel.emitter.impl.AbstractEmitterEngineImpl | Line |
|---|
| Provide appropriate logging. | 68 |
| org.tratoo.mdd.kernel.transformation.Transformation | Line |
|---|
| Perhaps not the rule instances but only the rule classes should be returned. | 50 |
| org.tratoo.mdd.kernel.transformation.TransformationEngine | Line |
|---|
| Support dynamic re-/compilation of transformations. | 26 |
| org.tratoo.mdd.kernel.transformation.impl.AbstractRepositoryImpl | Line |
|---|
| Replace with real exception handling | 88 |
| org.tratoo.mdd.kernel.transformation.impl.RuleHelper | Line |
|---|
| 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.TransformationEngineImpl | Line |
|---|
| Refactor this code block. Looks ugly | 107 |