phrasecount/src/main/java/phrasecount/DocumentObserver.java (3 lines): - line 72: // TODO modifying the trigger is currently broken, enable more than one observer to commit for a - line 84: // TODO it would probably be useful to have a deleteRow method on Transaction... this method - line 88: // TODO this is brittle, this code assumes it knows all possible columns phrasecount/src/main/java/phrasecount/cmd/Print.java (2 lines): - line 53: // TODO could precompute this using observers - line 65: // TODO figure what threads are hanging around phrasecount/src/main/java/phrasecount/DocumentLoader.java (1 line): - line 46: // TODO Need a strategy for dealing w/ large documents. If a worker processes many large stresso/src/main/java/stresso/trie/Diff.java (1 line): - line 89: // TODO 8 phrasecount/src/main/java/phrasecount/cmd/Split.java (1 line): - line 54: // TODO figure what threads are hanging around phrasecount/src/main/java/phrasecount/cmd/Load.java (1 line): - line 65: // TODO figure what threads are hanging around