Sat, 14 Jun 2008 09:58:44 +0200 Jaroslav Tulach Last clashing code section for now. Time to sleep
Sat, 14 Jun 2008 09:58:42 +0200 Jaroslav Tulach Duplicated code section
Sat, 14 Jun 2008 09:58:37 +0200 Jaroslav Tulach Closing up examples of visitor based on abstract class
Sat, 14 Jun 2008 09:58:36 +0200 Jaroslav Tulach There was some mischmash between abstractclass and unknownvisit, hopefully fixing it
Sat, 14 Jun 2008 09:58:35 +0200 Jaroslav Tulach default traversal described
Sat, 14 Jun 2008 09:58:33 +0200 Jaroslav Tulach Fix broken compilation
Sat, 14 Jun 2008 09:58:30 +0200 Jaroslav Tulach visitUnknown method introduced
Sat, 14 Jun 2008 09:58:24 +0200 Jaroslav Tulach Visitor pattern with abstract class is relatively good
Sat, 14 Jun 2008 09:58:21 +0200 Jaroslav Tulach Example with non-extensible visitor
Sat, 14 Jun 2008 09:58:18 +0200 Jaroslav Tulach Changed to match the example in the book
Sat, 14 Jun 2008 09:58:17 +0200 Jaroslav Tulach Full coverage is not enough
Sat, 14 Jun 2008 09:58:13 +0200 Jaroslav Tulach Adding example, however only a sketch, of possible runtime check between alternative versions
Sat, 14 Jun 2008 09:58:11 +0200 Jaroslav Tulach Merge: Geertjan's changs up to 2000
Sat, 14 Jun 2008 09:58:08 +0200 Jaroslav Tulach up to line 2000
Sat, 14 Jun 2008 09:58:05 +0200 Jaroslav Tulach Checking that all examples pair the opening and closing brackets
Sat, 14 Jun 2008 09:58:03 +0200 Jaroslav Tulach Adding example with factory method for unsynchronized StringBuffer
Sat, 14 Jun 2008 09:58:00 +0200 Jaroslav Tulach Yet another use of Arithmetica
Sat, 14 Jun 2008 09:57:58 +0200 Jaroslav Tulach Another use for Arithmetica
Sat, 14 Jun 2008 09:57:56 +0200 Jaroslav Tulach Using Arithmetica for yet another example
Sat, 14 Jun 2008 09:57:54 +0200 Jaroslav Tulach Alternative behaviour with constructor described on Arithmetica example
Sat, 14 Jun 2008 09:57:18 +0200 Jaroslav Tulach Improved to look better in the book code sample
Sat, 14 Jun 2008 09:57:16 +0200 Jaroslav Tulach Shortening too long line
Sat, 14 Jun 2008 09:57:15 +0200 Jaroslav Tulach Design part is cleared from the non-colorized code snippets
Sat, 14 Jun 2008 09:57:12 +0200 Jaroslav Tulach Special project for inidividual samples, used to show code that can be called only from test
Sat, 14 Jun 2008 09:57:11 +0200 Jaroslav Tulach Example showing that factory methods have greater flexibility when typing with generics
Sat, 14 Jun 2008 09:57:08 +0200 Jaroslav Tulach Build needs to succeed
Sat, 14 Jun 2008 09:57:07 +0200 Jaroslav Tulach Line was too long
Sat, 14 Jun 2008 09:57:06 +0200 Jaroslav Tulach All TBDs from theory section are resolved
Sat, 14 Jun 2008 09:57:02 +0200 Jaroslav Tulach Example of append(StringBuffer)
Sat, 14 Jun 2008 09:56:59 +0200 Jaroslav Tulach Another uncompilable example, now it shows problems with double return type