comparison test/org/tmatesoft/hg/test/TestBlame.java @ 624:507602cb4fb3

FIXMEs and TODOs: pay some technical debt
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Mon, 20 May 2013 20:34:33 +0200
parents 707b5c7c6fa4
children b4948b159ab1
comparison
equal deleted inserted replaced
623:fedc54356091 624:507602cb4fb3
253 String apiLine = cmdLines.get(i).trim(); 253 String apiLine = cmdLines.get(i).trim();
254 errorCollector.assertEquals(hgAnnotateLine.trim(), apiLine); 254 errorCollector.assertEquals(hgAnnotateLine.trim(), apiLine);
255 } 255 }
256 } 256 }
257 257
258 // FIXME HgWorkingCopyStatusCollector (and HgStatusCollector), with their ancestors (rev 59/69) have examples 258 // TODO HgWorkingCopyStatusCollector (and HgStatusCollector), with their ancestors (rev 59/69) have examples
259 // of *incorrect* assignment of common lines (like "}") - our impl doesn't process common lines in any special way 259 // of *incorrect* assignment of common lines (like "}") - our impl doesn't process common lines in any special way
260 // while original diff lib does. Would be nice to behave as close to original, as possible. 260 // while original diff lib does. Would be nice to behave as close to original, as possible.
261 261
262 private static String[] splitLines(CharSequence seq) { 262 private static String[] splitLines(CharSequence seq) {
263 int lineCount = 0; 263 int lineCount = 0;