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 |
---|---|---|
Deprecation | 0 | @deprecated |
FIXME | 0 | FIXME |
TODO | 2 | TODO |
Each tag is detailed below:
TODO
Number of occurrences found in the code: 2
io.earcam.instrumental.reflect.MethodsTest | Line |
---|---|
Note: when refactoring this to produce test suites with meaningful hierarchies and names ;-) you must honour the synthetic accessor (i.e. must have a failing test when isSynthetic() is not filtered) | 50 |
with TypeLiteral information we can deduce the concrete type (in this case "N" is "Integer"), need to look at class def to see upper bound "N extends..." | 385 |