Sat, 14 Jun 2008 09:58:56 +0200Need to copy the code also to 3.0 version
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:58:56 +0200] rev 171
Need to copy the code also to 3.0 version

Sat, 14 Jun 2008 09:58:54 +0200It always surprises me how things change when one really tries to implemente them. The whole approach with non-monotinic evolution was uncompilable. We need a common super type for all the visitors\!
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:58:54 +0200] rev 170
It always surprises me how things change when one really tries to implemente them. The whole approach with non-monotinic evolution was uncompilable. We need a common super type for all the visitors\!

Sat, 14 Jun 2008 09:58:52 +0200Clean definition of the version using interfaces
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:58:52 +0200] rev 169
Clean definition of the version using interfaces

Sat, 14 Jun 2008 09:58:48 +0200Expose as less as possible - making constructor of Expression package private
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:58:48 +0200] rev 168
Expose as less as possible - making constructor of Expression package private

Sat, 14 Jun 2008 09:58:47 +0200In order to provide better navigation in the Visitor examples, I will prefix them with a number
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:58:47 +0200] rev 167
In order to provide better navigation in the Visitor examples, I will prefix them with a number

Sat, 14 Jun 2008 09:58:44 +0200Last clashing code section for now. Time to sleep
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:58:44 +0200] rev 166
Last clashing code section for now. Time to sleep

Sat, 14 Jun 2008 09:58:42 +0200Duplicated code section
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:58:42 +0200] rev 165
Duplicated code section

Sat, 14 Jun 2008 09:58:37 +0200Closing up examples of visitor based on abstract class
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:58:37 +0200] rev 164
Closing up examples of visitor based on abstract class

Sat, 14 Jun 2008 09:58:36 +0200There was some mischmash between abstractclass and unknownvisit, hopefully fixing it
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:58:36 +0200] rev 163
There was some mischmash between abstractclass and unknownvisit, hopefully fixing it

Sat, 14 Jun 2008 09:58:35 +0200default traversal described
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:58:35 +0200] rev 162
default traversal described

Sat, 14 Jun 2008 09:58:33 +0200Fix broken compilation
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:58:33 +0200] rev 161
Fix broken compilation

Sat, 14 Jun 2008 09:58:30 +0200visitUnknown method introduced
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:58:30 +0200] rev 160
visitUnknown method introduced

Sat, 14 Jun 2008 09:58:24 +0200Visitor pattern with abstract class is relatively good
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:58:24 +0200] rev 159
Visitor pattern with abstract class is relatively good

Sat, 14 Jun 2008 09:58:21 +0200Example with non-extensible visitor
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:58:21 +0200] rev 158
Example with non-extensible visitor

Sat, 14 Jun 2008 09:58:18 +0200Changed to match the example in the book
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:58:18 +0200] rev 157
Changed to match the example in the book

Sat, 14 Jun 2008 09:58:17 +0200Full coverage is not enough
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:58:17 +0200] rev 156
Full coverage is not enough

Sat, 14 Jun 2008 09:58:13 +0200Adding example, however only a sketch, of possible runtime check between alternative versions
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:58:13 +0200] rev 155
Adding example, however only a sketch, of possible runtime check between alternative versions

Sat, 14 Jun 2008 09:58:11 +0200Merge: Geertjan's changs up to 2000
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:58:11 +0200] rev 154
Merge: Geertjan's changs up to 2000

Sat, 14 Jun 2008 09:58:08 +0200up to line 2000
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:58:08 +0200] rev 153
up to line 2000

Sat, 14 Jun 2008 09:58:05 +0200Checking that all examples pair the opening and closing brackets
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:58:05 +0200] rev 152
Checking that all examples pair the opening and closing brackets

Sat, 14 Jun 2008 09:58:03 +0200Adding example with factory method for unsynchronized StringBuffer
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:58:03 +0200] rev 151
Adding example with factory method for unsynchronized StringBuffer

Sat, 14 Jun 2008 09:58:00 +0200Yet another use of Arithmetica
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:58:00 +0200] rev 150
Yet another use of Arithmetica

Sat, 14 Jun 2008 09:57:58 +0200Another use for Arithmetica
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:57:58 +0200] rev 149
Another use for Arithmetica

Sat, 14 Jun 2008 09:57:56 +0200Using Arithmetica for yet another example
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:57:56 +0200] rev 148
Using Arithmetica for yet another example

Sat, 14 Jun 2008 09:57:54 +0200Alternative behaviour with constructor described on Arithmetica example
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:57:54 +0200] rev 147
Alternative behaviour with constructor described on Arithmetica example

Sat, 14 Jun 2008 09:57:18 +0200Improved to look better in the book code sample
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:57:18 +0200] rev 146
Improved to look better in the book code sample

Sat, 14 Jun 2008 09:57:16 +0200Shortening too long line
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:57:16 +0200] rev 145
Shortening too long line

Sat, 14 Jun 2008 09:57:15 +0200Design part is cleared from the non-colorized code snippets
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:57:15 +0200] rev 144
Design part is cleared from the non-colorized code snippets

Sat, 14 Jun 2008 09:57:12 +0200Special project for inidividual samples, used to show code that can be called only from test
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:57:12 +0200] rev 143
Special project for inidividual samples, used to show code that can be called only from test

Sat, 14 Jun 2008 09:57:11 +0200Example showing that factory methods have greater flexibility when typing with generics
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:57:11 +0200] rev 142
Example showing that factory methods have greater flexibility when typing with generics