Commit Graph

10 Commits

Author SHA1 Message Date
Ian
7158270109 Re-introduce the com.gildedrose package for the Java example. Java isn't able to reference classes in the default packge, so if you're refactoring and putting your refactored code in packges, you can't refer back to the original code (i.e. Item) from them. Ensure the TextTest reference is also updated to the new location of the test. 2013-03-27 17:13:22 +00:00
emilybache
1fcd221677 In Java it's best practice to use .equals for strings. Even though this is supposed to be legacy code, the use of == led to some hard to understand errors that distract from the exercise. 2013-01-23 15:28:15 +01:00
Emily Bache
32ce66e211 Renamed main functions to TexttestFixture to make it clear they're not part of the actual refactoring kata 2012-05-24 14:25:44 +02:00
Emily Bache
80bd31bea4 changing names to Fixture so that it's obvious this code is not part of the refactoring kata itself 2012-05-24 14:21:21 +02:00
Emily
c73ac70498 updating python, Java and cpp versions to all work with the same texttests 2012-03-28 15:02:21 +02:00
Emily
6f7efa40eb added code needed for test fixture - ie toString methods and main method 2012-02-20 14:22:55 +01:00
Emily
8da58f6dd1 added a text based test for the java and python versions 2012-02-20 14:17:47 +01:00
Emily Bache
5b6c47ccc8 formatted code according to eclipse's formatter 2012-01-12 22:05:13 +01:00
Emily Bache
a43bfe0f0d Java version of the kata now compiles and has a failing test 2012-01-12 21:55:28 +01:00
Emily Bache
e8e5e0223f first hack at a version for each language, translated from the C#. 2012-01-12 20:37:08 +01:00