Fri, 24 Apr 2009 22:58:54 +0200 Jaroslav Tulach Generalizing the snippets ant script so it can be used from other locations
Fri, 24 Apr 2009 21:26:04 +0200 Jaroslav Tulach clean definition of version snippet
Wed, 01 Apr 2009 18:21:39 +0200 Jaroslav Tulach Spliting the NonMixed example into the API class and factory class
Fri, 27 Mar 2009 20:30:39 +0100 Jaroslav Tulach Arithmetica example with fuzzy modifiers eliminated
Wed, 25 Mar 2009 22:14:46 +0100 Jaroslav Tulach New samples for converting sidemeaning modifiers to clarity ones
Sun, 15 Feb 2009 15:42:28 +0100 Jaroslav Tulach Exposing the whole runtime check Arithmetica as code snippet
Sat, 14 Feb 2009 17:37:55 +0100 Jaroslav Tulach Giving description to all targets
Sat, 14 Feb 2009 17:30:06 +0100 Jaroslav Tulach Moving code to org.apidesign.math package
Thu, 12 Feb 2009 11:00:41 +0100 Jaroslav Tulach Locks should rather be final
Thu, 12 Feb 2009 10:55:02 +0100 Jaroslav Tulach Changing the test to run with both version, the bad Cache as well as CacheOK. Making sure the same test passes for CacheOK
Wed, 11 Feb 2009 10:16:43 +0100 Jaroslav Tulach Shortening lines to less than 78 characters
Wed, 11 Feb 2009 08:52:00 +0100 Jaroslav Tulach Marking code snippets for the "Java Monitor" wiki page
Wed, 11 Feb 2009 07:12:41 +0100 Jaroslav Tulach Rewritten to rely on (private) synchronized methods
Tue, 10 Feb 2009 18:36:21 +0100 Jaroslav Tulach Example for the "java monitor pitfalls" chapter
Sun, 01 Feb 2009 17:41:32 +0100 Jaroslav Tulach Marking code snippets for the trycatchredo example
Sun, 01 Feb 2009 16:30:09 +0100 Jaroslav Tulach Ignore .orig files
Sun, 01 Feb 2009 16:29:46 +0100 Jaroslav Tulach Renaming the project to 'Try Catch Redo'
Sun, 01 Feb 2009 16:27:41 +0100 Jaroslav Tulach Rearranged to support test as well as interactive modes
Sun, 01 Feb 2009 16:03:37 +0100 Jaroslav Tulach QueryException interactive example
Sun, 01 Feb 2009 13:38:08 +0100 Jaroslav Tulach Test passes with query
Sun, 01 Feb 2009 13:27:04 +0100 Jaroslav Tulach Simple write test is OK
Wed, 28 Jan 2009 08:06:41 +0100 Jaroslav Tulach Initial attempt to provide sample for trycatchredo
Tue, 20 Jan 2009 22:55:18 +0100 Jaroslav Tulach platform and ide cluster increased cluster numbers and we need to change the download locations
Sat, 10 Jan 2009 22:34:11 +0100 Jaroslav Tulach Taking code snippets from tests
Sat, 10 Jan 2009 21:50:30 +0100 Jaroslav Tulach Shortening long line
Sat, 10 Jan 2009 21:29:22 +0100 Jaroslav Tulach Initial version of sample to explain 'code injection'
Thu, 25 Dec 2008 19:40:48 +0100 Jaroslav Tulach Shortening long lines
Thu, 25 Dec 2008 19:25:59 +0100 Jaroslav Tulach Adding day.end.bridges.DigestImpl code snippet
Sat, 15 Nov 2008 13:12:46 +0100 Jaroslav Tulach Typo and bigger code snippet
Sat, 15 Nov 2008 08:39:01 +0100 Jaroslav Tulach Files shall be referenced to their actual version. Only that makes the links always valid
Sat, 15 Nov 2008 08:30:06 +0100 Jaroslav Tulach two code snippets were named the same
Sat, 15 Nov 2008 08:29:32 +0100 Jaroslav Tulach Showing use of "plain" factories
Sat, 15 Nov 2008 08:26:27 +0100 Jaroslav Tulach it is builder.creation
Sat, 15 Nov 2008 08:25:52 +0100 Jaroslav Tulach Tests for magical bag - e.g. overuse of lookup
Sat, 15 Nov 2008 08:19:20 +0100 Jaroslav Tulach Adding builder pattern
Sat, 15 Nov 2008 06:57:15 +0100 Jaroslav Tulach Fixing broken code section
Sat, 15 Nov 2008 06:53:43 +0100 Jaroslav Tulach Renaming the AServerInfo class to ServerConnector and spliting it into three separate classes.
Sun, 09 Nov 2008 16:20:01 +0100 Jaroslav Tulach Renaming arguments
Sun, 09 Nov 2008 15:44:53 +0100 Jaroslav Tulach Showing API for AServerInfo
Wed, 29 Oct 2008 18:10:24 +0100 Jaroslav Tulach Too long line
Wed, 29 Oct 2008 17:41:37 +0100 Jaroslav Tulach Petr Nejedl? discovered that surrounding variable definition with { } does not guarantee it to be removed from stack
Fri, 24 Oct 2008 21:15:50 +0200 Jaroslav Tulach Moving into real packages
Fri, 24 Oct 2008 12:07:34 +0200 Jaroslav Tulach 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 +0200 Jaroslav Tulach extracting the accessor initialization outside of the API block of the Item class
Fri, 17 Oct 2008 09:23:37 +0200 Jaroslav Tulach Wrong English in method name
Fri, 17 Oct 2008 09:01:08 +0200 Jaroslav Tulach 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 +0200 Jaroslav Tulach Too long lines
Wed, 15 Oct 2008 21:39:35 +0200 Jaroslav Tulach Renaming the class and adding code snippet boundaries
Wed, 15 Oct 2008 21:22:54 +0200 Jaroslav Tulach Showing compiler optimization impact on behaviour of garbage collector
Fri, 29 Aug 2008 15:44:59 +0200 Jaroslav Tulach Fork to ensure -ea is applied
Fri, 29 Aug 2008 15:12:28 +0200 Jaroslav Tulach Moving to org.apidesign packages
Fri, 29 Aug 2008 15:08:04 +0200 Jaroslav Tulach 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 +0200 Jaroslav Tulach Putting the reexport examples into org/apidesign packages
Sun, 17 Aug 2008 18:55:11 +0200 Jaroslav Tulach Do not override already existing URLs
Sun, 17 Aug 2008 17:15:52 +0200 Jaroslav Tulach Generating .url files for each snippet, so the website can link to the hg web
Tue, 12 Aug 2008 13:47:15 +0200 Jaroslav Tulach Additional catch for OOME
Tue, 12 Aug 2008 13:28:44 +0200 Jaroslav Tulach New location for all NetBeans NBMs is http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/
Sun, 06 Jul 2008 00:31:01 +0200 Jaroslav Tulach Removing unused imports
Sun, 06 Jul 2008 00:24:58 +0200 Jaroslav Tulach Ability to generate code snippets
Sun, 06 Jul 2008 00:16:00 +0200 Jaroslav Tulach Use apidesign as a prefix for the task names