Fri, 03 Apr 2020 16:32:36 +0200 Jaroslav Tulach Using HTTPS to download the libraries default tip
Fri, 03 Apr 2020 07:15:42 +0200 Jaroslav Tulach Switching to Apache NetBeans 11.3 download URL
Tue, 12 Nov 2019 08:55:35 +0100 Jaroslav Tulach Rewriting the Live DB example to Maven
Mon, 11 Nov 2019 13:17:34 +0100 Jaroslav Tulach Updating to projects from NetBeans 11.2
Mon, 11 Nov 2019 05:47:32 +0100 Jaroslav Tulach Using Apache NetBeans 11.2 update center
Fri, 25 Mar 2016 07:34:02 +0100 Jaroslav Tulach Prevent NPE on Aqua LaF by explicitly using Metal
Thu, 17 Mar 2016 09:17:54 +0100 Jaroslav Tulach Download libraries from repo1.maven.org
Thu, 30 Oct 2014 21:30:10 +0100 Jaroslav Tulach Updating to NBMs from NetBeans 8.0.1 as some of them are required to run on JDK8
Thu, 30 Oct 2014 20:46:27 +0100 Jaroslav Tulach Use scala 2.10.4 to compile on JDK8
Sun, 06 Oct 2013 22:05:14 +0200 Jaroslav Tulach Looks like scala change URLs of its releases
Thu, 16 May 2013 08:18:24 +0200 Jaroslav Tulach Yoshiki Shibata pointed out that collections were introduced in JDK 1.2
Wed, 05 Dec 2012 13:17:53 +0100 Jaroslav Tulach Bob pointed out that the extends bound is not necessary in Listable. Enough to have it in List.
Mon, 03 Sep 2012 01:06:24 +0200 Jaroslav Tulach Shorter lines
Sun, 02 Sep 2012 22:00:13 +0200 Jaroslav Tulach Identifying code snippets to be used on my blog
Fri, 31 Aug 2012 20:16:57 +0200 Jaroslav Tulach Example demostrating how to use trait to provide effective implementation of linked list while keeping encapsulation
Mon, 13 Aug 2012 10:52:45 +0200 Jaroslav Tulach Using more descriptive name than arr per Petr Hejl's request
Sun, 12 Aug 2012 14:14:44 +0200 Jaroslav Tulach Use indentation four
Wed, 08 Aug 2012 23:55:35 +0200 Jaroslav Tulach Was this a reverted condition? It seems that a code that can only be called be a test needs to be allowed when assertions are on.
Wed, 08 Aug 2012 23:25:59 +0200 Jaroslav Tulach Andrei was confused by CountDownV1: replacing by call to method createSimpleImplementation which should be more intent describing
Wed, 08 Aug 2012 23:15:30 +0200 Jaroslav Tulach Andrei: Write in Java!
Wed, 08 Aug 2012 23:09:54 +0200 Jaroslav Tulach Andrei found missing notifyAll()
Wed, 08 Aug 2012 23:00:39 +0200 Jaroslav Tulach Andrei: Show the EventSupport interface
Wed, 08 Aug 2012 22:42:33 +0200 Jaroslav Tulach Andrei: Hide in the book the fact that in the code Playback is an innerclass
Wed, 08 Aug 2012 22:35:26 +0200 Jaroslav Tulach Andrei: Use doSetVolume
Wed, 08 Aug 2012 22:32:39 +0200 Jaroslav Tulach Andrei: Use standard formating
Wed, 08 Aug 2012 22:26:30 +0200 Jaroslav Tulach Andrei: Don't put the code into main method
Wed, 08 Aug 2012 22:25:24 +0200 Jaroslav Tulach Applying Andrei's suggestions: Using Arrays.asList
Wed, 08 Aug 2012 22:06:45 +0200 Jaroslav Tulach Andrei suggested to use better variable name than n1
Wed, 08 Aug 2012 21:53:15 +0200 Jaroslav Tulach Andrei suggested to simplify the wildcard example
Fri, 06 Apr 2012 10:00:19 +0200 Jaroslav Tulach Use fixed update center for NetBeans IDE 7.1.1
Sat, 29 Oct 2011 20:43:05 +0200 Jaroslav Tulach SuperInner examples
Thu, 27 Oct 2011 21:22:26 +0200 Jaroslav Tulach Providing real world example of misuse of singletons
Thu, 27 Oct 2011 20:12:14 +0200 Jaroslav Tulach Adding an example with defining a volume
Wed, 26 Oct 2011 21:45:23 +0200 Jaroslav Tulach Showing the sort example in a real project
Wed, 19 Oct 2011 19:11:13 +0200 Jaroslav Tulach Remove debug and too long line
Tue, 18 Oct 2011 07:31:22 +0200 Jaroslav Tulach Typo
Tue, 18 Oct 2011 07:10:23 +0200 Jaroslav Tulach One can use covariance and contravariance with generic types due to their erasure
Tue, 18 Oct 2011 06:55:12 +0200 Jaroslav Tulach A contravariance example
Tue, 18 Oct 2011 06:47:43 +0200 Jaroslav Tulach Showing that covariance is source compatible, but not binary compatible in Java
Tue, 18 Oct 2011 05:54:15 +0200 Jaroslav Tulach Fix the package import
Sat, 15 Oct 2011 22:11:18 +0200 Jaroslav Tulach Shortening lines to less than 75 characters
Sun, 20 Mar 2011 20:52:33 +0100 Jaroslav Tulach More code snippets for openfixed project
Sun, 20 Mar 2011 18:52:47 +0100 Jaroslav Tulach Calculator and various ways to deliver changes in its counter to listeners
Sun, 20 Mar 2011 08:12:26 +0100 Jaroslav Tulach Show composition of client and provider APIs
Thu, 03 Mar 2011 18:50:34 +0100 Jaroslav Tulach Use relative path
Thu, 03 Mar 2011 15:04:51 +0100 Jaroslav Tulach Wrap resourcecount into condition
Wed, 02 Mar 2011 15:33:24 +0100 Jaroslav Tulach Don't connect to network, when all binaries are available locally
Tue, 01 Mar 2011 21:32:09 +0100 Jaroslav Tulach Shortening the lines to fit into 80 chars code snippets
Tue, 01 Mar 2011 21:28:39 +0100 Jaroslav Tulach Demonstrating the 'clone' problem
Wed, 26 Jan 2011 07:24:42 -0800 Jaroslav Tulach Use proper classpath for runtime, so the various anagram versions really show their UI
Sun, 10 Oct 2010 18:30:27 +0200 Jaroslav Tulach Include whole class in the snippet block
Fri, 27 Aug 2010 14:06:39 +0200 Jaroslav Tulach Providing static as well as dynamic code completions for the select statement
Fri, 30 Jul 2010 14:14:55 +0200 Jaroslav Tulach Rather make sure libraries are downloaded
Fri, 30 Jul 2010 14:13:25 +0200 Jaroslav Tulach Shorter lines and less scary code of the processor
Thu, 29 Jul 2010 17:55:04 +0200 Jaroslav Tulach Show just body of the test method
Thu, 29 Jul 2010 17:44:59 +0200 Jaroslav Tulach Exposing code snippets, removing useless headers
Fri, 16 Jul 2010 23:36:14 +0200 Jaroslav Tulach Merging livedb branch, as it seems to work OK now
Fri, 16 Jul 2010 23:35:08 +0200 Jaroslav Tulach Creating the database in Ant. Placing it on a test classpath. Test test now checks real DB content. livedb
Thu, 15 Jul 2010 00:40:37 +0200 Jaroslav Tulach If the JavaDB is on, we can compile and successfully execute the tests livedb
Wed, 14 Jul 2010 20:56:33 +0200 Jaroslav Tulach Rewritting the processor to really connect to a database and read metadata from a real select statement livedb
Mon, 28 Jun 2010 09:29:30 +0200 Jaroslav Tulach Dealing with random failures on overloaded machines: preload JLabel and its classes; increase the timeOut
Tue, 01 Jun 2010 12:08:47 +0200 Jaroslav Tulach Example of Annotation Processor that generates a db access class
Sun, 02 May 2010 15:37:46 +0200 Jaroslav Tulach No main class
Sun, 02 May 2010 15:37:03 +0200 Jaroslav Tulach Using relative junit JAR
Sun, 02 May 2010 15:23:25 +0200 Jaroslav Tulach Updating to new version of bundled spring.jar
Sun, 02 May 2010 14:56:33 +0200 Jaroslav Tulach Showing stateless "phased" API for Progress
Sun, 02 May 2010 14:35:48 +0200 Jaroslav Tulach Renaming Progress to ProgressStateful
Sun, 02 May 2010 14:34:48 +0200 Jaroslav Tulach Sample @StateChange annotation
Sun, 02 May 2010 14:24:43 +0200 Jaroslav Tulach Showing stateful API on Progress example
Sat, 20 Feb 2010 18:20:10 +0100 Jaroslav Tulach Using autoupdate task to work with NBMs
Tue, 02 Feb 2010 10:24:49 +0100 Jaroslav Tulach Renaming the UI displayer to SwingDialogDisplayer
Wed, 27 Jan 2010 20:49:32 +0100 Jaroslav Tulach More code snippets
Wed, 27 Jan 2010 19:04:13 +0100 Jaroslav Tulach Using local copy of junit-4.4.jar
Wed, 27 Jan 2010 18:30:57 +0100 Jaroslav Tulach Adding singleton example
Wed, 27 Jan 2010 18:30:40 +0100 Jaroslav Tulach Removing obsoleted file
Mon, 25 Jan 2010 10:47:05 +0100 Jaroslav Tulach Adjusting to remove of cluster numbers
Mon, 21 Dec 2009 16:54:12 +0100 Jaroslav Tulach Fixing dependencies since the org.openide.util and org.openide.util.lookup are now separate
Thu, 17 Dec 2009 07:37:54 +0100 Jaroslav Tulach Upgrading libraries to new 6.8 location of NBMs
Tue, 25 Aug 2009 12:39:59 +0200 Jaroslav Tulach Reverting the build scripts back to 219810ff3c72
Tue, 25 Aug 2009 11:32:10 +0200 Jaroslav Tulach In fact builder pattern is combining mutable objects during creation with immutable result
Sat, 20 Jun 2009 16:06:19 +0200 Jaroslav Tulach Example of "compile time caches" and their possible usage in Component Injection area
Tue, 26 May 2009 09:01:40 +0200 Jaroslav Tulach Applying suggestions by --Jeffrey D Smith 21:48, 25 May 2009 (CEST)
Mon, 25 May 2009 21:49:25 +0200 jaroslav tulach Use the MUTEX variable instead of local lock
Mon, 25 May 2009 18:44:58 +0200 Jaroslav Tulach Mutex shall be final, so it prevents subclassing
Mon, 25 May 2009 18:37:56 +0200 Jaroslav Tulach More renames
Mon, 25 May 2009 18:35:11 +0200 Jaroslav Tulach Also showing traditional API use
Mon, 25 May 2009 18:27:02 +0200 Jaroslav Tulach More code snippets for the mutex example
Wed, 29 Apr 2009 11:56:47 +0200 Jaroslav Tulach Also excluding maven target directories
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
Sun, 06 Jul 2008 00:12:56 +0200 Jaroslav Tulach Tool to generate code snippets from sources
Sun, 06 Jul 2008 00:08:16 +0200 Jaroslav Tulach Ignore private settings
Sat, 14 Jun 2008 22:59:00 +0200 Jaroslav Tulach The final book text is using VisitorXY instead of original VisitorX_Y
Sat, 14 Jun 2008 22:38:00 +0200 Jaroslav Tulach All tests are passing now in the "no.failures" mode
Sat, 14 Jun 2008 21:41:07 +0200 Jaroslav Tulach We need to fork the JVM
Sat, 14 Jun 2008 18:51:38 +0200 Jaroslav Tulach Tests of all modules are executed and can fail the build
Sat, 14 Jun 2008 16:40:49 +0200 Jaroslav Tulach Creating a master project for all examples
Sat, 14 Jun 2008 13:14:12 +0200 Jaroslav Tulach Removing files that are no longer present in the final version of the book samples
Sat, 14 Jun 2008 10:32:31 +0200 Jaroslav Tulach We are able to build sources
Sat, 14 Jun 2008 10:30:42 +0200 Jaroslav Tulach Ignoring results of build
Sat, 14 Jun 2008 10:29:34 +0200 Jaroslav Tulach Removing files which were not present in final version and prevent compilation
Sat, 14 Jun 2008 10:09:09 +0200 Jaroslav Tulach Last changes to lookup chapter
Sat, 14 Jun 2008 10:09:05 +0200 Jaroslav Tulach Showing more code to understand the use of AbstractLookup
Sat, 14 Jun 2008 10:08:59 +0200 Jaroslav Tulach Fixes for extension point section
Sat, 14 Jun 2008 10:08:52 +0200 Jaroslav Tulach unlink -> ulink
Sat, 14 Jun 2008 10:08:43 +0200 Jaroslav Tulach Shortening lines
Sat, 14 Jun 2008 10:08:42 +0200 Jaroslav Tulach Merge: Patrick's touches
Sat, 14 Jun 2008 10:08:35 +0200 Jaroslav Tulach polishing of review42; future
Sat, 14 Jun 2008 10:08:31 +0200 Jaroslav Tulach Example how lookup can listen to and react to changes
Sat, 14 Jun 2008 10:08:28 +0200 Jaroslav Tulach Tests realy show usage of MockServices
Sat, 14 Jun 2008 10:08:25 +0200 Jaroslav Tulach Testing behaviour of lookup and service loader
Sat, 14 Jun 2008 10:08:21 +0200 Jaroslav Tulach Need lookup on classpath
Sat, 14 Jun 2008 10:08:18 +0200 Jaroslav Tulach Merge: Work done on the spring and lookup is not in trunk
Sat, 14 Jun 2008 10:08:14 +0200 Jaroslav Tulach Merge: Scanner does not really need to override any visitXYZ methods that do default traversal
Sat, 14 Jun 2008 10:08:12 +0200 Jaroslav Tulach Scanner does not really need to override any visitXYZ methods that do default traversal
Sat, 14 Jun 2008 10:08:06 +0200 Jaroslav Tulach Showing the name of the version in the component's title
Sat, 14 Jun 2008 10:08:03 +0200 Jaroslav Tulach Compiling also serviceloader example
Sat, 14 Jun 2008 10:07:59 +0200 Jaroslav Tulach Shortening the line
Sat, 14 Jun 2008 10:07:58 +0200 Jaroslav Tulach Make compilable on my computer
Sat, 14 Jun 2008 10:07:55 +0200 Jaroslav Tulach Proceeding with lookup, showing first example
Sat, 14 Jun 2008 10:07:49 +0200 Jaroslav Tulach Shortening the lines
Sat, 14 Jun 2008 10:07:48 +0200 Jaroslav Tulach Enough of spring
Sat, 14 Jun 2008 10:07:44 +0200 Jaroslav Tulach Reference to spring
Sat, 14 Jun 2008 10:07:36 +0200 Jaroslav Tulach Fixing examples so their BEGIN starts with space
Sat, 14 Jun 2008 10:07:33 +0200 Jaroslav Tulach 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 +0200 Jaroslav Tulach Making the examples more appropriate for the book
Sat, 14 Jun 2008 10:07:27 +0200 Jaroslav Tulach Need a space before BEGIN now
Sat, 14 Jun 2008 10:07:25 +0200 Jaroslav Tulach No need for imports
Sat, 14 Jun 2008 10:07:21 +0200 Jaroslav Tulach Yet another example of spring autoconfiguration
Sat, 14 Jun 2008 10:07:17 +0200 Jaroslav Tulach Adding the lookup version
Sat, 14 Jun 2008 10:07:15 +0200 Jaroslav Tulach Showing how such a general registry might look like
Sat, 14 Jun 2008 10:07:11 +0200 Jaroslav Tulach Prefer autowire mode
Sat, 14 Jun 2008 10:07:10 +0200 Jaroslav Tulach Spring example runs
Sat, 14 Jun 2008 10:07:08 +0200 Jaroslav Tulach Spring version that compiles, but does not run
Sat, 14 Jun 2008 10:07:05 +0200 Jaroslav Tulach Shortening lines
Sat, 14 Jun 2008 10:07:02 +0200 Jaroslav Tulach Made compilable
Sat, 14 Jun 2008 10:07:01 +0200 Jaroslav Tulach Simplified with duplication of the code ;-)
Sat, 14 Jun 2008 10:07:00 +0200 Jaroslav Tulach Solution with properties
Sat, 14 Jun 2008 10:06:59 +0200 Jaroslav Tulach Making anagrams visible
Sat, 14 Jun 2008 10:06:54 +0200 Jaroslav Tulach Example with registration methods is working
Sat, 14 Jun 2008 10:06:53 +0200 Jaroslav Tulach GUI for anagrams
Sat, 14 Jun 2008 10:06:50 +0200 Jaroslav Tulach Simple scrambler
Sat, 14 Jun 2008 10:06:48 +0200 Jaroslav Tulach Static world library
Sat, 14 Jun 2008 10:06:45 +0200 Jaroslav Tulach Defining APIs for the modular interfaces
Sat, 14 Jun 2008 10:06:43 +0200 Jaroslav Tulach Not using deprecated method
Sat, 14 Jun 2008 10:06:39 +0200 Jaroslav Tulach Showing regular Anagram game
Sat, 14 Jun 2008 10:06:13 +0200 Jaroslav Tulach TopManager example taken from sources
Sat, 14 Jun 2008 10:05:41 +0200 Jaroslav Tulach No, NOI18N
Sat, 14 Jun 2008 10:04:53 +0200 Jaroslav Tulach Merge: Geertjan's changes to the end of the chapter
Sat, 14 Jun 2008 10:04:51 +0200 Jaroslav Tulach to the end of daily_life
Sat, 14 Jun 2008 10:04:50 +0200 Jaroslav Tulach Making the example with MixedClass vs. NonMixed solution more real, so it can be unit tested
Sat, 14 Jun 2008 10:04:45 +0200 Jaroslav Tulach Splitting Factorial into own class, so Andrei does not need to complain about it having static modifier
Sat, 14 Jun 2008 10:04:41 +0200 Jaroslav Tulach Making sure the code survives negative inputs
Sat, 14 Jun 2008 10:04:36 +0200 Jaroslav Tulach Show the definition of the cnt variable
Sat, 14 Jun 2008 10:04:34 +0200 Jaroslav Tulach reading needs to synchronize as well
Sat, 14 Jun 2008 10:04:19 +0200 Jaroslav Tulach Renaming to parallel
Sat, 14 Jun 2008 10:04:13 +0200 Jaroslav Tulach Misuses are OK
Sat, 14 Jun 2008 10:04:10 +0200 Jaroslav Tulach Using public modifiers
Sat, 14 Jun 2008 10:04:08 +0200 Jaroslav Tulach Shortening long line
Sat, 14 Jun 2008 10:04:06 +0200 Jaroslav Tulach Reimplementing the lookups once again
Sat, 14 Jun 2008 10:04:04 +0200 Jaroslav Tulach More tests, fixing closing tag
Sat, 14 Jun 2008 10:03:52 +0200 Jaroslav Tulach Parameter renamed to seq
Sat, 14 Jun 2008 10:03:49 +0200 Jaroslav Tulach 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 +0200 Jaroslav Tulach Use encryptChar
Sat, 14 Jun 2008 10:03:43 +0200 Jaroslav Tulach Counting writer does not need author tag
Sat, 14 Jun 2008 10:03:42 +0200 Jaroslav Tulach The XMMS example now extracts the code snippets from real files that do compile
Sat, 14 Jun 2008 10:03:38 +0200 Jaroslav Tulach 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 +0200 Jaroslav Tulach 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 +0200 Jaroslav Tulach Addressing issues at http://wiki.apidesign.org/index.php/Allow_Access_Only_From_Friend_Code
Sat, 14 Jun 2008 10:03:12 +0200 Jaroslav Tulach Cleaning just the sources, not more, building just samples and not other ant tasks
Sat, 14 Jun 2008 10:01:45 +0200 Jaroslav Tulach Lines were too long
Sat, 14 Jun 2008 10:01:36 +0200 Jaroslav Tulach Merge: Some Patrick's one liner fixes
Sat, 14 Jun 2008 10:01:34 +0200 Jaroslav Tulach daily life polishing through 3500
Sat, 14 Jun 2008 10:01:21 +0200 Jaroslav Tulach review31: Providing randomized Arithmetica test to verify inconsistencies with version 1.0
Sat, 14 Jun 2008 10:01:18 +0200 Jaroslav Tulach Enhancing the example to contain randomized that to verify consistency with previous implementation
Sat, 14 Jun 2008 09:59:32 +0200 Jaroslav Tulach Visitor.visit(with self) turned into sample
Sat, 14 Jun 2008 09:59:30 +0200 Jaroslav Tulach Adding tests also for 3.0 version of the API
Sat, 14 Jun 2008 09:59:27 +0200 Jaroslav Tulach 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 +0200 Jaroslav Tulach polishing lines 500-1000
Sat, 14 Jun 2008 09:59:23 +0200 Jaroslav Tulach Going through the suggar section
Sat, 14 Jun 2008 09:59:21 +0200 Jaroslav Tulach Fixing compilation errors
Sat, 14 Jun 2008 09:59:20 +0200 Jaroslav Tulach Third version and tests for client provider visitor