File: TODO.txt

package info (click to toggle)
libgroboutils-java 5-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,396 kB
  • ctags: 11,186
  • sloc: java: 59,748; xml: 12,762; sh: 377; perl: 104; makefile: 20
file content (11 lines) | stat: -rw-r--r-- 713 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
TODO for PMTI (in close-to priority order):
    6.  Look into moving from code-generated tracking numbers to XDoclet
        generated tracking numbers.  This will pose a bigger problem with
        dependencies on the JUnit XML output format, but will allow for
        tracking number XML to be generated independent of running tests.
    3.  Complete the XML Parser for the AutoDoc generated XML files using the
        pmti.v1.itf.parser framework.
    4.  Complete the XML itf writer.
    5.  Integrate together the ITF and AutoDoc frameworks, to bond together
        the Parsers and Writers in the ITF framework with the AutoDoc
        framework.  Should use the SPI stuff to reference the right writers.