Sun, 09 Nov 2008 16:20:01 +0100Renaming arguments
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 09 Nov 2008 16:20:01 +0100] rev 291
Renaming arguments

Sun, 09 Nov 2008 15:44:53 +0100Showing API for AServerInfo
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 09 Nov 2008 15:44:53 +0100] rev 290
Showing API for AServerInfo

Wed, 29 Oct 2008 18:10:24 +0100Too long line
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 29 Oct 2008 18:10:24 +0100] rev 289
Too long line

Wed, 29 Oct 2008 17:41:37 +0100Petr Nejedl? discovered that surrounding variable definition with { } does not guarantee it to be removed from stack
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 29 Oct 2008 17:41:37 +0100] rev 288
Petr Nejedl? discovered that surrounding variable definition with { } does not guarantee it to be removed from stack

Fri, 24 Oct 2008 21:15:50 +0200Moving into real packages
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 24 Oct 2008 21:15:50 +0200] rev 287
Moving into real packages

Fri, 24 Oct 2008 12:07:34 +0200Rewriting the initialization to be more meaningful for clueless reader that does not need to understand every detail
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 24 Oct 2008 12:07:34 +0200] rev 286
Rewriting the initialization to be more meaningful for clueless reader that does not need to understand every detail

Fri, 24 Oct 2008 11:32:33 +0200extracting the accessor initialization outside of the API block of the Item class
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 24 Oct 2008 11:32:33 +0200] rev 285
extracting the accessor initialization outside of the API block of the Item class

Fri, 17 Oct 2008 09:23:37 +0200Wrong English in method name
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 17 Oct 2008 09:23:37 +0200] rev 284
Wrong English in method name

Fri, 17 Oct 2008 09:01:08 +0200ljnelson noted at 'http://weblogs.java.net/blog/jst/archive/2008/10/the_better_comp.html' that it is enough to make the variable final and the problem goes away. True, final helps, however the same code without final works as well. This very likely means that the compiler puts the variable into the topmost block where it is guaranteed to be fully initialized. That is why we need a hint warn about declaration of non-fully initialized variables.
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 17 Oct 2008 09:01:08 +0200] rev 283
ljnelson noted at 'http://weblogs.java.net/blog/jst/archive/2008/10/the_better_comp.html' that it is enough to make the variable final and the problem goes away. True, final helps, however the same code without final works as well. This very likely means that the compiler puts the variable into the topmost block where it is guaranteed to be fully initialized. That is why we need a hint warn about declaration of non-fully initialized variables.

Wed, 15 Oct 2008 21:48:18 +0200Too long lines
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 15 Oct 2008 21:48:18 +0200] rev 282
Too long lines

Wed, 15 Oct 2008 21:39:35 +0200Renaming the class and adding code snippet boundaries
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 15 Oct 2008 21:39:35 +0200] rev 281
Renaming the class and adding code snippet boundaries

Wed, 15 Oct 2008 21:22:54 +0200Showing compiler optimization impact on behaviour of garbage collector
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 15 Oct 2008 21:22:54 +0200] rev 280
Showing compiler optimization impact on behaviour of garbage collector

Fri, 29 Aug 2008 15:44:59 +0200Fork to ensure -ea is applied
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 29 Aug 2008 15:44:59 +0200] rev 279
Fork to ensure -ea is applied

Fri, 29 Aug 2008 15:12:28 +0200Moving to org.apidesign packages
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 29 Aug 2008 15:12:28 +0200] rev 278
Moving to org.apidesign packages

Fri, 29 Aug 2008 15:08:04 +0200Enabling assertions and also demonstrating that fields can be moved up to one level in the class hierarchy
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 29 Aug 2008 15:08:04 +0200] rev 277
Enabling assertions and also demonstrating that fields can be moved up to one level in the class hierarchy

Sun, 24 Aug 2008 13:39:55 +0200Putting the reexport examples into org/apidesign packages
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 24 Aug 2008 13:39:55 +0200] rev 276
Putting the reexport examples into org/apidesign packages

Sun, 17 Aug 2008 18:55:11 +0200Do not override already existing URLs
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 17 Aug 2008 18:55:11 +0200] rev 275
Do not override already existing URLs

Sun, 17 Aug 2008 17:15:52 +0200Generating .url files for each snippet, so the website can link to the hg web
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 17 Aug 2008 17:15:52 +0200] rev 274
Generating .url files for each snippet, so the website can link to the hg web

Tue, 12 Aug 2008 13:47:15 +0200Additional catch for OOME
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 12 Aug 2008 13:47:15 +0200] rev 273
Additional catch for OOME

Tue, 12 Aug 2008 13:28:44 +0200New location for all NetBeans NBMs is http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 12 Aug 2008 13:28:44 +0200] rev 272
New location for all NetBeans NBMs is http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/

Sun, 06 Jul 2008 00:31:01 +0200Removing unused imports
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 06 Jul 2008 00:31:01 +0200] rev 271
Removing unused imports

Sun, 06 Jul 2008 00:24:58 +0200Ability to generate code snippets
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 06 Jul 2008 00:24:58 +0200] rev 270
Ability to generate code snippets

Sun, 06 Jul 2008 00:16:00 +0200Use apidesign as a prefix for the task names
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 06 Jul 2008 00:16:00 +0200] rev 269
Use apidesign as a prefix for the task names

Sun, 06 Jul 2008 00:12:56 +0200Tool to generate code snippets from sources
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 06 Jul 2008 00:12:56 +0200] rev 268
Tool to generate code snippets from sources

Sun, 06 Jul 2008 00:08:16 +0200Ignore private settings
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 06 Jul 2008 00:08:16 +0200] rev 267
Ignore private settings

Sat, 14 Jun 2008 22:59:00 +0200The final book text is using VisitorXY instead of original VisitorX_Y
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 22:59:00 +0200] rev 266
The final book text is using VisitorXY instead of original VisitorX_Y

Sat, 14 Jun 2008 22:38:00 +0200All tests are passing now in the "no.failures" mode
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 22:38:00 +0200] rev 265
All tests are passing now in the "no.failures" mode

Sat, 14 Jun 2008 21:41:07 +0200We need to fork the JVM
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 21:41:07 +0200] rev 264
We need to fork the JVM

Sat, 14 Jun 2008 18:51:38 +0200Tests of all modules are executed and can fail the build
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 18:51:38 +0200] rev 263
Tests of all modules are executed and can fail the build

Sat, 14 Jun 2008 16:40:49 +0200Creating a master project for all examples
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 16:40:49 +0200] rev 262
Creating a master project for all examples

Sat, 14 Jun 2008 13:14:12 +0200Removing files that are no longer present in the final version of the book samples
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 13:14:12 +0200] rev 261
Removing files that are no longer present in the final version of the book samples

Sat, 14 Jun 2008 10:32:31 +0200We are able to build sources
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:32:31 +0200] rev 260
We are able to build sources

Sat, 14 Jun 2008 10:30:42 +0200Ignoring results of build
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:30:42 +0200] rev 259
Ignoring results of build

Sat, 14 Jun 2008 10:29:34 +0200Removing files which were not present in final version and prevent compilation
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:29:34 +0200] rev 258
Removing files which were not present in final version and prevent compilation

Sat, 14 Jun 2008 10:09:09 +0200Last changes to lookup chapter
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:09:09 +0200] rev 257
Last changes to lookup chapter

Sat, 14 Jun 2008 10:09:05 +0200Showing more code to understand the use of AbstractLookup
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:09:05 +0200] rev 256
Showing more code to understand the use of AbstractLookup

Sat, 14 Jun 2008 10:08:59 +0200Fixes for extension point section
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:08:59 +0200] rev 255
Fixes for extension point section

Sat, 14 Jun 2008 10:08:52 +0200unlink -> ulink
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:08:52 +0200] rev 254
unlink -> ulink

Sat, 14 Jun 2008 10:08:43 +0200Shortening lines
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:08:43 +0200] rev 253
Shortening lines

Sat, 14 Jun 2008 10:08:42 +0200Merge: Patrick's touches
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:08:42 +0200] rev 252
Merge: Patrick's touches

Sat, 14 Jun 2008 10:08:35 +0200polishing of review42; future
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:08:35 +0200] rev 251
polishing of review42; future

Sat, 14 Jun 2008 10:08:31 +0200Example how lookup can listen to and react to changes
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:08:31 +0200] rev 250
Example how lookup can listen to and react to changes

Sat, 14 Jun 2008 10:08:28 +0200Tests realy show usage of MockServices
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:08:28 +0200] rev 249
Tests realy show usage of MockServices

Sat, 14 Jun 2008 10:08:25 +0200Testing behaviour of lookup and service loader
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:08:25 +0200] rev 248
Testing behaviour of lookup and service loader

Sat, 14 Jun 2008 10:08:21 +0200Need lookup on classpath
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:08:21 +0200] rev 247
Need lookup on classpath

Sat, 14 Jun 2008 10:08:18 +0200Merge: Work done on the spring and lookup is not in trunk
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:08:18 +0200] rev 246
Merge: Work done on the spring and lookup is not in trunk

Sat, 14 Jun 2008 10:08:14 +0200Merge: Scanner does not really need to override any visitXYZ methods that do default traversal
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:08:14 +0200] rev 245
Merge: Scanner does not really need to override any visitXYZ methods that do default traversal

Sat, 14 Jun 2008 10:08:12 +0200Scanner does not really need to override any visitXYZ methods that do default traversal
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:08:12 +0200] rev 244
Scanner does not really need to override any visitXYZ methods that do default traversal

Sat, 14 Jun 2008 10:08:06 +0200Showing the name of the version in the component's title
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:08:06 +0200] rev 243
Showing the name of the version in the component's title

Sat, 14 Jun 2008 10:08:03 +0200Compiling also serviceloader example
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:08:03 +0200] rev 242
Compiling also serviceloader example

Sat, 14 Jun 2008 10:07:59 +0200Shortening the line
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:07:59 +0200] rev 241
Shortening the line

Sat, 14 Jun 2008 10:07:58 +0200Make compilable on my computer
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:07:58 +0200] rev 240
Make compilable on my computer

Sat, 14 Jun 2008 10:07:55 +0200Proceeding with lookup, showing first example
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:07:55 +0200] rev 239
Proceeding with lookup, showing first example

Sat, 14 Jun 2008 10:07:49 +0200Shortening the lines
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:07:49 +0200] rev 238
Shortening the lines

Sat, 14 Jun 2008 10:07:48 +0200Enough of spring
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:07:48 +0200] rev 237
Enough of spring

Sat, 14 Jun 2008 10:07:44 +0200Reference to spring
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:07:44 +0200] rev 236
Reference to spring

Sat, 14 Jun 2008 10:07:36 +0200Fixing examples so their BEGIN starts with space
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:07:36 +0200] rev 235
Fixing examples so their BEGIN starts with space

Sat, 14 Jun 2008 10:07:33 +0200Slightly different way to do call-outs. With this style the PDF printed from ODF document at least contain the right texts
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:07:33 +0200] rev 234
Slightly different way to do call-outs. With this style the PDF printed from ODF document at least contain the right texts

Sat, 14 Jun 2008 10:07:30 +0200Making the examples more appropriate for the book
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:07:30 +0200] rev 233
Making the examples more appropriate for the book

Sat, 14 Jun 2008 10:07:27 +0200Need a space before BEGIN now
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:07:27 +0200] rev 232
Need a space before BEGIN now

Sat, 14 Jun 2008 10:07:25 +0200No need for imports
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:07:25 +0200] rev 231
No need for imports

Sat, 14 Jun 2008 10:07:21 +0200Yet another example of spring autoconfiguration
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:07:21 +0200] rev 230
Yet another example of spring autoconfiguration

Sat, 14 Jun 2008 10:07:17 +0200Adding the lookup version
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:07:17 +0200] rev 229
Adding the lookup version

Sat, 14 Jun 2008 10:07:15 +0200Showing how such a general registry might look like
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:07:15 +0200] rev 228
Showing how such a general registry might look like

Sat, 14 Jun 2008 10:07:11 +0200Prefer autowire mode
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:07:11 +0200] rev 227
Prefer autowire mode

Sat, 14 Jun 2008 10:07:10 +0200Spring example runs
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:07:10 +0200] rev 226
Spring example runs

Sat, 14 Jun 2008 10:07:08 +0200Spring version that compiles, but does not run
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:07:08 +0200] rev 225
Spring version that compiles, but does not run

Sat, 14 Jun 2008 10:07:05 +0200Shortening lines
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:07:05 +0200] rev 224
Shortening lines

Sat, 14 Jun 2008 10:07:02 +0200Made compilable
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:07:02 +0200] rev 223
Made compilable

Sat, 14 Jun 2008 10:07:01 +0200Simplified with duplication of the code ;-)
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:07:01 +0200] rev 222
Simplified with duplication of the code ;-)

Sat, 14 Jun 2008 10:07:00 +0200Solution with properties
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:07:00 +0200] rev 221
Solution with properties

Sat, 14 Jun 2008 10:06:59 +0200Making anagrams visible
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:06:59 +0200] rev 220
Making anagrams visible

Sat, 14 Jun 2008 10:06:54 +0200Example with registration methods is working
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:06:54 +0200] rev 219
Example with registration methods is working

Sat, 14 Jun 2008 10:06:53 +0200GUI for anagrams
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:06:53 +0200] rev 218
GUI for anagrams

Sat, 14 Jun 2008 10:06:50 +0200Simple scrambler
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:06:50 +0200] rev 217
Simple scrambler

Sat, 14 Jun 2008 10:06:48 +0200Static world library
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:06:48 +0200] rev 216
Static world library

Sat, 14 Jun 2008 10:06:45 +0200Defining APIs for the modular interfaces
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:06:45 +0200] rev 215
Defining APIs for the modular interfaces

Sat, 14 Jun 2008 10:06:43 +0200Not using deprecated method
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:06:43 +0200] rev 214
Not using deprecated method

Sat, 14 Jun 2008 10:06:39 +0200Showing regular Anagram game
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:06:39 +0200] rev 213
Showing regular Anagram game

Sat, 14 Jun 2008 10:06:13 +0200TopManager example taken from sources
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Jun 2008 10:06:13 +0200] rev 212
TopManager example taken from sources

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