Commit Graph

  • 5287a78695 some cleanup wumpz 2017-03-31 08:55:01 +02:00
  • fc9c4d97f1 some cleanup wumpz 2017-03-31 08:48:40 +02:00
  • ca6a54c320 some cleanup wumpz 2017-03-31 08:46:36 +02:00
  • 55646e9429 uses instanceof instead of getClass.equals wumpz 2017-03-31 08:44:11 +02:00
  • 90fcdee364 reformated whole code base wumpz 2017-03-30 13:13:47 +02:00
  • 26a0601bd1 introduced diamond operator wumpz 2017-03-30 13:04:42 +02:00
  • cc585e2e97 refactored to junit4 annotations wumpz 2017-03-30 13:02:30 +02:00
  • e76c9ff1d3 cleaned up wumpz 2017-03-30 12:56:32 +02:00
  • 42fde56154 wumpz 2017-03-30 12:39:50 +02:00
  • a06b0e5ea7 Set version to 1.4.0-SNAPSHOT (instead of 1.3.1-SNAPSHOT) simon.mittermueller@gmail.com 2013-03-04 12:21:36 +00:00
  • f3c78c2174 Updated version from 1.3.0 to 1.3.1 (as branch is 1.3.0) simon.mittermueller@gmail.com 2013-03-04 12:13:23 +00:00
  • 882f3f7e1e Introduced generic type to some tests. Close IO streams in tests. simon.mittermueller@gmail.com 2013-03-04 11:19:43 +00:00
  • 66aa2c02f2 Add version to artifacts (as Maven 3 requires them). Add OSGi MANIFEST.MF entries via apache felix maven-bundle-plugin (issue #25). simon.mittermueller@gmail.com 2013-03-04 11:08:15 +00:00
  • 78f407bb76 Replace Object with generic type T (issue #22). simon.mittermueller@gmail.com 2013-03-01 14:35:01 +00:00
  • 1ee7347391 Changed to default maven layout: src/main/java, src/test/java, src/test/resources. simon.mittermueller@gmail.com 2013-03-01 08:14:51 +00:00
  • 953322d220 Test commit. simon.mittermueller@gmail.com 2013-03-01 05:54:20 +00:00
  • e76506f807 unit tests missed dm.naumenko@gmail.com 2011-06-10 13:24:06 +00:00
  • 0216f2e1ef DiffRowGenerator updates: - unit tests - ignore white spaces option implemented - parametrize equalizer for diff algorithm dm.naumenko@gmail.com 2011-06-10 13:05:56 +00:00
  • 4638018277 do not produce any diffs if there is not any changes at all dm.naumenko@gmail.com 2011-06-07 12:11:37 +00:00
  • 13dfbdb7d5 unit tests code polishing dm.naumenko@gmail.com 2011-06-07 12:10:23 +00:00
  • 6769305c23 further perf optimization: do not create integer objects at all shotwave 2011-05-25 15:54:59 +00:00
  • 9da6a1308b mock files submitted shotwave 2011-05-25 15:47:37 +00:00
  • 2a3b2ffb95 do not fail silently in case of exception inside of test methods dm.naumenko@gmail.com 2011-05-25 14:17:10 +00:00
  • 28b915519f issue 14: use Integer.valueOf in delta comparison dm.naumenko@gmail.com 2011-05-25 11:20:27 +00:00
  • 5bc9626ca4 add unit tests for generating uniffied diff with empty deltas case dm.naumenko@gmail.com 2011-05-25 11:15:28 +00:00
  • 9a6d3aef55 udiff pattern fixed, test added shotwave 2011-04-06 17:01:37 +00:00
  • f17ae5816f redundant sorting remooved shotwave 2011-03-28 18:25:23 +00:00
  • 02ded9901f cleanup and fixes: comparator in Patch was broken which caused incorrect delta sorting, Chunk does not store lines as a separate field, in fact it is an attribute of the Chunk.lines collection.Minor cleanup in tests, still more to be done in geenerated udiff tests shotwave 2011-03-25 21:28:13 +00:00
  • 4f9928e4ef add apply patch example dm.naumenko@gmail.com 2010-12-27 21:30:46 +00:00
  • 86d25b5a64 add examples dm.naumenko@gmail.com 2010-12-27 21:24:04 +00:00
  • 8de3f194c6 rename package, fix typo dm.naumenko@gmail.com 2010-12-27 21:13:24 +00:00
  • 446901dd68 .idea/workspace.xml added to ignore list shotwave 2010-12-09 19:21:20 +00:00
  • 81cd2ddc08 use junit.jar from maven repository shotwave 2010-12-09 19:20:09 +00:00
  • 2d9fa5daea idea project addded shotwave 2010-12-09 19:18:39 +00:00
  • ceb4c5427c Issues 10, 12 fixed shotwave 2010-12-09 19:09:21 +00:00
  • 1fbf668da0 add type information to the interface dm.naumenko@gmail.com 2010-10-15 12:16:49 +00:00
  • 76b4dbc840 add toString() method dm.naumenko@gmail.com 2010-10-15 12:08:03 +00:00
  • 68cff27d4c changes license to ASL dm.naumenko@gmail.com 2010-10-15 12:01:37 +00:00
  • b07fe743de changes in package name dm.naumenko@gmail.com 2010-10-15 11:54:33 +00:00
  • a75e7cf277 fix for issue 8: ArrayIndexOutOfBoundsException when both original and revision List is empty dm.naumenko@gmail.com 2010-10-15 11:51:44 +00:00
  • 85ed9461a9 improve build: generate javadocs, sources in jar format dm.naumenko@gmail.com 2010-09-21 12:33:56 +00:00
  • 05d7f1864c add pom.xml dm.naumenko@gmail.com 2010-09-21 12:33:21 +00:00
  • 963447d818 merge 1.2 branch to trunk dm.naumenko@gmail.com 2010-07-23 10:11:48 +00:00
  • 7de5d4db31 Fix the wrap method in StringUtills. Now it wraps correctly the long texts. dm.naumenko@gmail.com 2009-10-04 12:46:21 +00:00
  • d131d94817 New version which was lost after removing repo. dm.naumenko@gmail.com 2009-10-04 08:49:25 +00:00
  • 483cc2ee69 Repo init dm.naumenko@gmail.com 2009-09-15 19:36:19 +00:00