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 |
|---|---|---|
| 16 | TODO, VALIDATE, VALIDATED, REFACTOR, CODE_INSERTION, MISSING, FIXME, FIXED, INFO, CHECK |
Each tag is detailed below:
Number of occurrences found in the code: 16
| pt.digitalis.utils.CodeGenUtil4Javassist | Line |
|---|---|
| each method's name for a match with the given name | 235 |
| if it already exists on destination class | 428 |
| if it already exists on destination class | 508 |
| if it already exists on destination class | 565 |
| implement in the getMethodAnnotations() fashion | 1038 |
| if a class is annotated. | 1319 |
| if a field is annotated. | 1359 |
| if a method is annotated. | 1371 |
| each method's name for a match with the given name | 1411 |
| pt.digitalis.utils.bytecode.holders.AnnotationHolder | Line |
| s if this annotation refers to a class. | 218 |
| s if this annotation refers to a method. | 228 |
| s if this annotation refers to an attribute. | 238 |
| pt.digitalis.utils.bytecode.holders.AttributeHolder | Line |
| s if a given annotation is used on the attribute | 123 |
| pt.digitalis.utils.bytecode.holders.ClassHolder | Line |
| s if a given annotation name is used on the class. | 106 |
| s if a given method name is present on the class. | 121 |
| pt.digitalis.utils.bytecode.holders.MethodHolder | Line |
| s if a given annotation is used on the method. | 125 |