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 |
| FIXME | 0 | FIXME |
| TODO | 18 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 18
| org.apache.commons.nabla.caching.FetchDifferentiator | Line |
|---|---|
| implement differentiation by fetching an already derived class | 33 |
| org.apache.commons.nabla.forward.ForwardModeDifferentiator | Line |
| implement cache persistence | 99 |
| org.apache.commons.nabla.forward.analysis.MethodDifferentiator | Line |
| this should be improved in the general case, as we are not sure the variable will always remain at index 1 | 112 |
| merge this case with the general case: DRETURN must always be changed when the function signature changes, and the change is either converting DRETURN to ARETURN, possibly with a prepended call to convertDoubleToDerivativeStructure before the ARETURN when stack0converted is false | 153 |
| add support for DALOAD differentiation | 398 |
| add support for DASTORE differentiation | 404 |
| the constructor parameter forced to true seems strange... | 441 |
| add support for GETSTATIC differentiation | 444 |
| add support for PUTSTATIC differentiation | 447 |
| add support for PUTFIELD differentiation | 452 |
| add support for INVOKEVIRTUAL differentiation | 455 |
| add support for INVOKESPECIAL differentiation | 458 |
| add support for INVOKEINTERFACE differentiation | 463 |
| add support for INVOKEDYNAMIC differentiation | 466 |
| add support for NEWARRAY differentiation | 469 |
| add support for ANEWARRAY differentiation | 472 |
| add support for MULTIANEWARRAY differentiation | 475 |
| org.apache.commons.nabla.forward.instructions.InvokeStaticTransformer | Line |
| handle INVOKESTATIC on non math related classes | 58 |