Sat, 14 Jun 2008 10:05:41 +0200No, NOI18N
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:05:41 +0200] rev 211
No, NOI18N

Sat, 14 Jun 2008 10:04:53 +0200Merge: Geertjan's changes to the end of the chapter
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:04:53 +0200] rev 210
Merge: Geertjan's changes to the end of the chapter

Sat, 14 Jun 2008 10:04:51 +0200to the end of daily_life
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:04:51 +0200] rev 209
to the end of daily_life

Sat, 14 Jun 2008 10:04:50 +0200Making the example with MixedClass vs. NonMixed solution more real, so it can be unit tested
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:04:50 +0200] rev 208
Making the example with MixedClass vs. NonMixed solution more real, so it can be unit tested

Sat, 14 Jun 2008 10:04:45 +0200Splitting Factorial into own class, so Andrei does not need to complain about it having static modifier
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:04:45 +0200] rev 207
Splitting Factorial into own class, so Andrei does not need to complain about it having static modifier

Sat, 14 Jun 2008 10:04:41 +0200Making sure the code survives negative inputs
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:04:41 +0200] rev 206
Making sure the code survives negative inputs

Sat, 14 Jun 2008 10:04:36 +0200Show the definition of the cnt variable
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:04:36 +0200] rev 205
Show the definition of the cnt variable

Sat, 14 Jun 2008 10:04:34 +0200reading needs to synchronize as well
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:04:34 +0200] rev 204
reading needs to synchronize as well

Sat, 14 Jun 2008 10:04:19 +0200Renaming to parallel
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:04:19 +0200] rev 203
Renaming to parallel

Sat, 14 Jun 2008 10:04:13 +0200Misuses are OK
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:04:13 +0200] rev 202
Misuses are OK

Sat, 14 Jun 2008 10:04:10 +0200Using public modifiers
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:04:10 +0200] rev 201
Using public modifiers

Sat, 14 Jun 2008 10:04:08 +0200Shortening long line
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:04:08 +0200] rev 200
Shortening long line

Sat, 14 Jun 2008 10:04:06 +0200Reimplementing the lookups once again
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:04:06 +0200] rev 199
Reimplementing the lookups once again

Sat, 14 Jun 2008 10:04:04 +0200More tests, fixing closing tag
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:04:04 +0200] rev 198
More tests, fixing closing tag

Sat, 14 Jun 2008 10:03:52 +0200Parameter renamed to seq
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:03:52 +0200] rev 197
Parameter renamed to seq

Sat, 14 Jun 2008 10:03:49 +0200Using a method that is named to indicate what is its purpose, instead of magic seq.length() < 1024
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:03:49 +0200] rev 196
Using a method that is named to indicate what is its purpose, instead of magic seq.length() < 1024

Sat, 14 Jun 2008 10:03:46 +0200Use encryptChar
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:03:46 +0200] rev 195
Use encryptChar

Sat, 14 Jun 2008 10:03:43 +0200Counting writer does not need author tag
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:03:43 +0200] rev 194
Counting writer does not need author tag

Sat, 14 Jun 2008 10:03:42 +0200The XMMS example now extracts the code snippets from real files that do compile
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:03:42 +0200] rev 193
The XMMS example now extracts the code snippets from real files that do compile

Sat, 14 Jun 2008 10:03:38 +0200Sample polishing requested by Andrei and Jesse. In spite I do not agree it is important - but I do not have power to describe that it is not important. Maybe in a blog.
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:03:38 +0200] rev 192
Sample polishing requested by Andrei and Jesse. In spite I do not agree it is important - but I do not have power to describe that it is not important. Maybe in a blog.

Sat, 14 Jun 2008 10:03:34 +0200Jesse wanted to have better example of InstanceProvider. Done, but it is also more complicated: http://wiki.apidesign.org/index.php/A_Method_Addition_Lover's_Heaven
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:03:34 +0200] rev 191
Jesse wanted to have better example of InstanceProvider. Done, but it is also more complicated: http://wiki.apidesign.org/index.php/A_Method_Addition_Lover's_Heaven

Sat, 14 Jun 2008 10:03:27 +0200Addressing issues at http://wiki.apidesign.org/index.php/Allow_Access_Only_From_Friend_Code
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:03:27 +0200] rev 190
Addressing issues at http://wiki.apidesign.org/index.php/Allow_Access_Only_From_Friend_Code

Sat, 14 Jun 2008 10:03:12 +0200Cleaning just the sources, not more, building just samples and not other ant tasks
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:03:12 +0200] rev 189
Cleaning just the sources, not more, building just samples and not other ant tasks

Sat, 14 Jun 2008 10:01:45 +0200Lines were too long
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:01:45 +0200] rev 188
Lines were too long

Sat, 14 Jun 2008 10:01:36 +0200Merge: Some Patrick's one liner fixes
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:01:36 +0200] rev 187
Merge: Some Patrick's one liner fixes

Sat, 14 Jun 2008 10:01:34 +0200daily life polishing through 3500
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:01:34 +0200] rev 186
daily life polishing through 3500

Sat, 14 Jun 2008 10:01:21 +0200review31: Providing randomized Arithmetica test to verify inconsistencies with version 1.0
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:01:21 +0200] rev 185
review31: Providing randomized Arithmetica test to verify inconsistencies with version 1.0

Sat, 14 Jun 2008 10:01:18 +0200Enhancing the example to contain randomized that to verify consistency with previous implementation
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:01:18 +0200] rev 184
Enhancing the example to contain randomized that to verify consistency with previous implementation

Sat, 14 Jun 2008 09:59:32 +0200Visitor.visit(with self) turned into sample
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:59:32 +0200] rev 183
Visitor.visit(with self) turned into sample

Sat, 14 Jun 2008 09:59:30 +0200Adding tests also for 3.0 version of the API
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:59:30 +0200] rev 182
Adding tests also for 3.0 version of the API

Sat, 14 Jun 2008 09:59:27 +0200Incorporating Patrick's changes. I am not reall sure about the changes after the war, it is really 'or' it cannot be 'and'. I will change that when I do the reading through the whole chapter.
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:59:27 +0200] rev 181
Incorporating Patrick's changes. I am not reall sure about the changes after the war, it is really 'or' it cannot be 'and'. I will change that when I do the reading through the whole chapter.

Sat, 14 Jun 2008 09:59:25 +0200polishing lines 500-1000
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:59:25 +0200] rev 180
polishing lines 500-1000

Sat, 14 Jun 2008 09:59:23 +0200Going through the suggar section
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:59:23 +0200] rev 179
Going through the suggar section

Sat, 14 Jun 2008 09:59:21 +0200Fixing compilation errors
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:59:21 +0200] rev 178
Fixing compilation errors

Sat, 14 Jun 2008 09:59:20 +0200Third version and tests for client provider visitor
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:59:20 +0200] rev 177
Third version and tests for client provider visitor

Sat, 14 Jun 2008 09:59:16 +0200First two versions of client provider Visitor
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:59:16 +0200] rev 176
First two versions of client provider Visitor

Sat, 14 Jun 2008 09:59:09 +0200Complicated dispatch code in Minus version 3.0
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:59:09 +0200] rev 175
Complicated dispatch code in Minus version 3.0

Sat, 14 Jun 2008 09:59:04 +0200Proper dispatch in Real
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:59:04 +0200] rev 174
Proper dispatch in Real

Sat, 14 Jun 2008 09:59:01 +0200Wrapper around Real is OK
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:59:01 +0200] rev 173
Wrapper around Real is OK

Sat, 14 Jun 2008 09:58:59 +0200Testing version 3.0
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:58:59 +0200] rev 172
Testing version 3.0

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

Sat, 14 Jun 2008 09:57:08 +0200Build needs to succeed
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:57:08 +0200] rev 141
Build needs to succeed

Sat, 14 Jun 2008 09:57:07 +0200Line was too long
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:57:07 +0200] rev 140
Line was too long

Sat, 14 Jun 2008 09:57:06 +0200All TBDs from theory section are resolved
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:57:06 +0200] rev 139
All TBDs from theory section are resolved

Sat, 14 Jun 2008 09:57:02 +0200Example of append(StringBuffer)
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:57:02 +0200] rev 138
Example of append(StringBuffer)

Sat, 14 Jun 2008 09:56:59 +0200Another uncompilable example, now it shows problems with double return type
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:56:59 +0200] rev 137
Another uncompilable example, now it shows problems with double return type

Sat, 14 Jun 2008 09:56:58 +0200Wild import
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:56:58 +0200] rev 136
Wild import

Sat, 14 Jun 2008 09:56:56 +0200Sample code to work with filesystem layers
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:56:56 +0200] rev 135
Sample code to work with filesystem layers

Sat, 14 Jun 2008 09:56:36 +0200Beautifies keywords, comments and method names.
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:56:36 +0200] rev 134
Beautifies keywords, comments and method names.

Sat, 14 Jun 2008 09:56:16 +0200Truncating to 75 characters
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:56:16 +0200] rev 133
Truncating to 75 characters

Sat, 14 Jun 2008 09:56:12 +0200Truncating all examples to 80 characters per line
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:56:12 +0200] rev 132
Truncating all examples to 80 characters per line

Sat, 14 Jun 2008 09:55:24 +0200Merge: Geertjan's changes
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:55:24 +0200] rev 131
Merge: Geertjan's changes

Sat, 14 Jun 2008 09:55:24 +0200up to line 1000
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:55:24 +0200] rev 130
up to line 1000

Sat, 14 Jun 2008 09:55:18 +0200Adding targets to the build script to also create the samples, make sure they compile and tests execute
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:55:18 +0200] rev 129
Adding targets to the build script to also create the samples, make sure they compile and tests execute

Sat, 14 Jun 2008 09:55:09 +0200Merge: Patrick's fixes
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:55:09 +0200] rev 128
Merge: Patrick's fixes

Sat, 14 Jun 2008 09:55:09 +0200part 2 of polishing "review2" areas
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:55:09 +0200] rev 127
part 2 of polishing "review2" areas

Sat, 14 Jun 2008 09:55:07 +0200Accepting Jesse's edits
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:55:07 +0200] rev 126
Accepting Jesse's edits

Sat, 14 Jun 2008 09:55:07 +0200Routine edits in Determining What Makes a Good API.
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:55:07 +0200] rev 125
Routine edits in Determining What Makes a Good API.

Sat, 14 Jun 2008 09:55:04 +0200Merge: Patrick's edits
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:55:04 +0200] rev 124
Merge: Patrick's edits

Sat, 14 Jun 2008 09:55:03 +02002nd batch of polishing of review2
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:55:03 +0200] rev 123
2nd batch of polishing of review2

Sat, 14 Jun 2008 09:55:02 +0200We know how to build the source zip file
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:55:02 +0200] rev 122
We know how to build the source zip file

Sat, 14 Jun 2008 09:55:02 +0200We are able to run all tests from all the projects
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:55:02 +0200] rev 121
We are able to run all tests from all the projects

Sat, 14 Jun 2008 09:54:59 +0200Excluding NetBeans Module which requires NetBeans platform somewhere around
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:59 +0200] rev 120
Excluding NetBeans Module which requires NetBeans platform somewhere around

Sat, 14 Jun 2008 09:54:59 +0200Creating one master script that can clean and build all examples
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:59 +0200] rev 119
Creating one master script that can clean and build all examples

Sat, 14 Jun 2008 09:54:50 +0200Removal of setUp and tearDown methods
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:50 +0200] rev 118
Removal of setUp and tearDown methods

Sat, 14 Jun 2008 09:54:49 +0200Accessor changed to use getDefault and setDefault as the original code is said to deadlock
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:49 +0200] rev 117
Accessor changed to use getDefault and setDefault as the original code is said to deadlock

Sat, 14 Jun 2008 09:54:42 +0200Wrong section labels
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:42 +0200] rev 116
Wrong section labels

Sat, 14 Jun 2008 09:54:41 +0200This code needs to be included in the PDF
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:41 +0200] rev 115
This code needs to be included in the PDF

Sat, 14 Jun 2008 09:54:39 +0200Part II: Practical Design is now ready for review by our reviewers
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:39 +0200] rev 114
Part II: Practical Design is now ready for review by our reviewers

Sat, 14 Jun 2008 09:54:38 +0200Memory tests
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:38 +0200] rev 113
Memory tests

Sat, 14 Jun 2008 09:54:37 +0200Reentrant access examples rewritten to make a bit more sence
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:37 +0200] rev 112
Reentrant access examples rewritten to make a bit more sence

Sat, 14 Jun 2008 09:54:36 +0200Sample code with various attempts to fight with reentrant code
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:36 +0200] rev 111
Sample code with various attempts to fight with reentrant code

Sat, 14 Jun 2008 09:54:34 +0200Merge: Geertjan's edits
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:34 +0200] rev 110
Merge: Geertjan's edits

Sat, 14 Jun 2008 09:54:33 +0200many fixes, but mainly up to 700
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:33 +0200] rev 109
many fixes, but mainly up to 700

Sat, 14 Jun 2008 09:54:32 +0200Enough of logging, Jesse will anyway advice to delete this part
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:32 +0200] rev 108
Enough of logging, Jesse will anyway advice to delete this part

Sat, 14 Jun 2008 09:54:32 +0200Advanced usage of logging
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:32 +0200] rev 107
Advanced usage of logging

Sat, 14 Jun 2008 09:54:31 +0200Racecondition tests
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:31 +0200] rev 106
Racecondition tests

Sat, 14 Jun 2008 09:54:29 +0200Deadlock tests: removing ulinks, adding one picture, rewording a bit, adding new examples
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:29 +0200] rev 105
Deadlock tests: removing ulinks, adding one picture, rewording a bit, adding new examples

Sat, 14 Jun 2008 09:54:28 +0200Onward! Towards deadlock tests.
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:28 +0200] rev 104
Onward! Towards deadlock tests.

Sat, 14 Jun 2008 09:54:28 +0200Deadlocks on this and internal lock explained
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:28 +0200] rev 103
Deadlocks on this and internal lock explained

Sat, 14 Jun 2008 09:54:22 +0200Examples from JavaBeans specification moved out of the XML text
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:22 +0200] rev 102
Examples from JavaBeans specification moved out of the XML text

Sat, 14 Jun 2008 09:54:22 +0200Consistency between type and runtime system
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:22 +0200] rev 101
Consistency between type and runtime system

Sat, 14 Jun 2008 09:54:21 +0200Reviewed and cleaned up till sidemeanings
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:21 +0200] rev 100
Reviewed and cleaned up till sidemeanings

Sat, 14 Jun 2008 09:54:19 +0200Clean messages in the API examples
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:19 +0200] rev 99
Clean messages in the API examples

Sat, 14 Jun 2008 09:54:18 +0200Consistency needs its own tests
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:18 +0200] rev 98
Consistency needs its own tests

Sat, 14 Jun 2008 09:54:15 +0200How to use wrapping against reexport issues shown in the project
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:15 +0200] rev 97
How to use wrapping against reexport issues shown in the project

Sat, 14 Jun 2008 09:54:14 +0200Remove import from own package
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:14 +0200] rev 96
Remove import from own package

Sat, 14 Jun 2008 09:54:13 +0200Maybe we could show the transitivity problem by create a new API that uses something unrelated from String package, like StringBuffer and switches to StringBuilder, but I am not really sure, so I am putting this to branch
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:13 +0200] rev 95
Maybe we could show the transitivity problem by create a new API that uses something unrelated from String package, like StringBuffer and switches to StringBuilder, but I am not really sure, so I am putting this to branch

Sat, 14 Jun 2008 09:54:12 +0200Showing transitive change on the project
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:12 +0200] rev 94
Showing transitive change on the project

Sat, 14 Jun 2008 09:54:01 +0200Closing the right sample code section
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:54:01 +0200] rev 93
Closing the right sample code section

Sat, 14 Jun 2008 09:53:57 +0200Way simplified internals of the AServerInfo class
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 09:53:57 +0200] rev 92
Way simplified internals of the AServerInfo class