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