File: todo.txt

package info (click to toggle)
segment 1.3.5~svn57%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 548 kB
  • ctags: 782
  • sloc: java: 4,230; xml: 114; makefile: 22; sh: 5
file content (16 lines) | stat: -rw-r--r-- 621 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Add Jimmy's email to authors

Write automatic test with real data. It can measure performance and accuracy 
in real-life uses. Problem: Need to obtain SRX and text.

Maybe expand TextIterator interface by adding next(Writer) method. It can save
memory. Implementation can read next fragments in loop instead of doing this 
just once.


WON'T DO ----------------------------------------------------------------------

Maybe add initialize method to TextIterator interface. But then object is not 
fully initialized after construction. Probably then also would need two methods:
initialize() and initialize(parameterMap).