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 | 0 | @todo |
TODO | 27 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 27
xuml.tools.model.compiler.BehaviourImplementationWriter | Line |
---|---|
write implementation here\n"); | 125 |
write implementation here\n"); | 137 |
xuml.tools.model.compiler.ClassInfo | Line |
--No comment-- | 306 |
of eventSignature is null then get signature from destination state | 475 |
what to do about event name? Event inheritance is involved. | 551 |
use nameManager | 586 |
Auto-generated method stub | 604 |
handle unary association classes | 631 |
handle when matching attribute not found, use some default, see schema | 692 |
get this working MyReferenceMember ref = createImplicitReferenceMemberToAssociationClass( a, cls); list.add(ref); | 759 |
use NameManager to get implicit join class name, must do this because there could be multiple many to many associations between the two classes. | 909 |
Auto-generated method stub | 1022 |
Auto-generated method stub | 1031 |
Auto-generated method stub | 1036 |
do something type safe using generated enum because we can | 1161 |
is this the best way to specify guice injection? | 1242 |
xuml.tools.model.compiler.ClassWriter | Line |
handle unary relationship relateTo | 1277 |
handle association classes (relateAcrossR1Using) | 1278 |
handle unary relationship relateTo | 1314 |
handle association classes (relateAcrossR1Using) | 1315 |
not right, should be sending object uniqueId as from, get from ThreadLocal | 1395 |
implement cancelSignal | 1418 |
implement cancelSignal | 1424 |
--No comment-- | 1585 |
add error message about not having a single parameter constructor with certain type | 1661 |
return the found thing using current entity manager | 1797 |
do try finally em.close() so em not left open on error | 1812 |