Fri, 25 Mar 2016 07:34:02 +0100Prevent NPE on Aqua LaF by explicitly using Metal
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 25 Mar 2016 07:34:02 +0100] rev 411
Prevent NPE on Aqua LaF by explicitly using Metal

Thu, 17 Mar 2016 09:17:54 +0100Download libraries from repo1.maven.org
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 17 Mar 2016 09:17:54 +0100] rev 410
Download libraries from repo1.maven.org

Thu, 30 Oct 2014 21:30:10 +0100Updating to NBMs from NetBeans 8.0.1 as some of them are required to run on JDK8
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 30 Oct 2014 21:30:10 +0100] rev 409
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 +0100Use scala 2.10.4 to compile on JDK8
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 30 Oct 2014 20:46:27 +0100] rev 408
Use scala 2.10.4 to compile on JDK8

Sun, 06 Oct 2013 22:05:14 +0200Looks like scala change URLs of its releases
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 06 Oct 2013 22:05:14 +0200] rev 407
Looks like scala change URLs of its releases

Thu, 16 May 2013 08:18:24 +0200Yoshiki Shibata pointed out that collections were introduced in JDK 1.2
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 16 May 2013 08:18:24 +0200] rev 406
Yoshiki Shibata pointed out that collections were introduced in JDK 1.2

Wed, 05 Dec 2012 13:17:53 +0100Bob pointed out that the extends bound is not necessary in Listable. Enough to have it in List.
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 05 Dec 2012 13:17:53 +0100] rev 405
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 +0200Shorter lines
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 03 Sep 2012 01:06:24 +0200] rev 404
Shorter lines

Sun, 02 Sep 2012 22:00:13 +0200Identifying code snippets to be used on my blog
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 02 Sep 2012 22:00:13 +0200] rev 403
Identifying code snippets to be used on my blog

Fri, 31 Aug 2012 20:16:57 +0200Example demostrating how to use trait to provide effective implementation of linked list while keeping encapsulation
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 31 Aug 2012 20:16:57 +0200] rev 402
Example demostrating how to use trait to provide effective implementation of linked list while keeping encapsulation

Mon, 13 Aug 2012 10:52:45 +0200Using more descriptive name than arr per Petr Hejl's request
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 13 Aug 2012 10:52:45 +0200] rev 401
Using more descriptive name than arr per Petr Hejl's request

Sun, 12 Aug 2012 14:14:44 +0200Use indentation four
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 12 Aug 2012 14:14:44 +0200] rev 400
Use indentation four

Wed, 08 Aug 2012 23:55:35 +0200Was 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.
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 08 Aug 2012 23:55:35 +0200] rev 399
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.
When assertions are off, it should throw IllegalStateException. Right?

Wed, 08 Aug 2012 23:25:59 +0200Andrei was confused by CountDownV1: replacing by call to method createSimpleImplementation which should be more intent describing
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 08 Aug 2012 23:25:59 +0200] rev 398
Andrei was confused by CountDownV1: replacing by call to method createSimpleImplementation which should be more intent describing

Wed, 08 Aug 2012 23:15:30 +0200Andrei: Write in Java!
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 08 Aug 2012 23:15:30 +0200] rev 397
Andrei: Write in Java!

Wed, 08 Aug 2012 23:09:54 +0200Andrei found missing notifyAll()
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 08 Aug 2012 23:09:54 +0200] rev 396
Andrei found missing notifyAll()

Wed, 08 Aug 2012 23:00:39 +0200Andrei: Show the EventSupport interface
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 08 Aug 2012 23:00:39 +0200] rev 395
Andrei: Show the EventSupport interface

Wed, 08 Aug 2012 22:42:33 +0200Andrei: Hide in the book the fact that in the code Playback is an innerclass
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 08 Aug 2012 22:42:33 +0200] rev 394
Andrei: Hide in the book the fact that in the code Playback is an innerclass

Wed, 08 Aug 2012 22:35:26 +0200Andrei: Use doSetVolume
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 08 Aug 2012 22:35:26 +0200] rev 393
Andrei: Use doSetVolume

Wed, 08 Aug 2012 22:32:39 +0200Andrei: Use standard formating
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 08 Aug 2012 22:32:39 +0200] rev 392
Andrei: Use standard formating

Wed, 08 Aug 2012 22:26:30 +0200Andrei: Don't put the code into main method
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 08 Aug 2012 22:26:30 +0200] rev 391
Andrei: Don't put the code into main method

Wed, 08 Aug 2012 22:25:24 +0200Applying Andrei's suggestions: Using Arrays.asList
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 08 Aug 2012 22:25:24 +0200] rev 390
Applying Andrei's suggestions: Using Arrays.asList

Wed, 08 Aug 2012 22:06:45 +0200Andrei suggested to use better variable name than n1
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 08 Aug 2012 22:06:45 +0200] rev 389
Andrei suggested to use better variable name than n1

Wed, 08 Aug 2012 21:53:15 +0200Andrei suggested to simplify the wildcard example
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 08 Aug 2012 21:53:15 +0200] rev 388
Andrei suggested to simplify the wildcard example

Fri, 06 Apr 2012 10:00:19 +0200Use fixed update center for NetBeans IDE 7.1.1
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 06 Apr 2012 10:00:19 +0200] rev 387
Use fixed update center for NetBeans IDE 7.1.1

Sat, 29 Oct 2011 20:43:05 +0200SuperInner examples
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 29 Oct 2011 20:43:05 +0200] rev 386
SuperInner examples

Thu, 27 Oct 2011 21:22:26 +0200Providing real world example of misuse of singletons
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 27 Oct 2011 21:22:26 +0200] rev 385
Providing real world example of misuse of singletons

Thu, 27 Oct 2011 20:12:14 +0200Adding an example with defining a volume
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 27 Oct 2011 20:12:14 +0200] rev 384
Adding an example with defining a volume

Wed, 26 Oct 2011 21:45:23 +0200Showing the sort example in a real project
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 26 Oct 2011 21:45:23 +0200] rev 383
Showing the sort example in a real project

Wed, 19 Oct 2011 19:11:13 +0200Remove debug and too long line
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 19 Oct 2011 19:11:13 +0200] rev 382
Remove debug and too long line

Tue, 18 Oct 2011 07:31:22 +0200Typo
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 18 Oct 2011 07:31:22 +0200] rev 381
Typo

Tue, 18 Oct 2011 07:10:23 +0200One can use covariance and contravariance with generic types due to their erasure
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 18 Oct 2011 07:10:23 +0200] rev 380
One can use covariance and contravariance with generic types due to their erasure

Tue, 18 Oct 2011 06:55:12 +0200A contravariance example
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 18 Oct 2011 06:55:12 +0200] rev 379
A contravariance example

Tue, 18 Oct 2011 06:47:43 +0200Showing that covariance is source compatible, but not binary compatible in Java
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 18 Oct 2011 06:47:43 +0200] rev 378
Showing that covariance is source compatible, but not binary compatible in Java

Tue, 18 Oct 2011 05:54:15 +0200Fix the package import
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 18 Oct 2011 05:54:15 +0200] rev 377
Fix the package import

Sat, 15 Oct 2011 22:11:18 +0200Shortening lines to less than 75 characters
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 15 Oct 2011 22:11:18 +0200] rev 376
Shortening lines to less than 75 characters

Sun, 20 Mar 2011 20:52:33 +0100More code snippets for openfixed project
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 20 Mar 2011 20:52:33 +0100] rev 375
More code snippets for openfixed project

Sun, 20 Mar 2011 18:52:47 +0100Calculator and various ways to deliver changes in its counter to listeners
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 20 Mar 2011 18:52:47 +0100] rev 374
Calculator and various ways to deliver changes in its counter to listeners

Sun, 20 Mar 2011 08:12:26 +0100Show composition of client and provider APIs
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 20 Mar 2011 08:12:26 +0100] rev 373
Show composition of client and provider APIs

Thu, 03 Mar 2011 18:50:34 +0100Use relative path
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 03 Mar 2011 18:50:34 +0100] rev 372
Use relative path

Thu, 03 Mar 2011 15:04:51 +0100Wrap resourcecount into condition
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 03 Mar 2011 15:04:51 +0100] rev 371
Wrap resourcecount into condition

Wed, 02 Mar 2011 15:33:24 +0100Don't connect to network, when all binaries are available locally
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 02 Mar 2011 15:33:24 +0100] rev 370
Don't connect to network, when all binaries are available locally

Tue, 01 Mar 2011 21:32:09 +0100Shortening the lines to fit into 80 chars code snippets
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 01 Mar 2011 21:32:09 +0100] rev 369
Shortening the lines to fit into 80 chars code snippets

Tue, 01 Mar 2011 21:28:39 +0100Demonstrating the 'clone' problem
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 01 Mar 2011 21:28:39 +0100] rev 368
Demonstrating the 'clone' problem

Wed, 26 Jan 2011 07:24:42 -0800Use proper classpath for runtime, so the various anagram versions really show their UI
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 26 Jan 2011 07:24:42 -0800] rev 367
Use proper classpath for runtime, so the various anagram versions really show their UI

Sun, 10 Oct 2010 18:30:27 +0200Include whole class in the snippet block
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 10 Oct 2010 18:30:27 +0200] rev 366
Include whole class in the snippet block

Fri, 27 Aug 2010 14:06:39 +0200Providing static as well as dynamic code completions for the select statement
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 27 Aug 2010 14:06:39 +0200] rev 365
Providing static as well as dynamic code completions for the select statement

Fri, 30 Jul 2010 14:14:55 +0200Rather make sure libraries are downloaded
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 30 Jul 2010 14:14:55 +0200] rev 364
Rather make sure libraries are downloaded

Fri, 30 Jul 2010 14:13:25 +0200Shorter lines and less scary code of the processor
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 30 Jul 2010 14:13:25 +0200] rev 363
Shorter lines and less scary code of the processor

Thu, 29 Jul 2010 17:55:04 +0200Show just body of the test method
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 29 Jul 2010 17:55:04 +0200] rev 362
Show just body of the test method

Thu, 29 Jul 2010 17:44:59 +0200Exposing code snippets, removing useless headers
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 29 Jul 2010 17:44:59 +0200] rev 361
Exposing code snippets, removing useless headers

Fri, 16 Jul 2010 23:36:14 +0200Merging livedb branch, as it seems to work OK now
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 16 Jul 2010 23:36:14 +0200] rev 360
Merging livedb branch, as it seems to work OK now

Fri, 16 Jul 2010 23:35:08 +0200Creating the database in Ant. Placing it on a test classpath. Test test now checks real DB content. livedb
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 16 Jul 2010 23:35:08 +0200] rev 359
Creating the database in Ant. Placing it on a test classpath. Test test now checks real DB content.

Thu, 15 Jul 2010 00:40:37 +0200If the JavaDB is on, we can compile and successfully execute the tests livedb
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 15 Jul 2010 00:40:37 +0200] rev 358
If the JavaDB is on, we can compile and successfully execute the tests

Wed, 14 Jul 2010 20:56:33 +0200Rewritting the processor to really connect to a database and read metadata from a real select statement livedb
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 14 Jul 2010 20:56:33 +0200] rev 357
Rewritting the processor to really connect to a database and read metadata from a real select statement

Mon, 28 Jun 2010 09:29:30 +0200Dealing with random failures on overloaded machines: preload JLabel and its classes; increase the timeOut
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 28 Jun 2010 09:29:30 +0200] rev 356
Dealing with random failures on overloaded machines: preload JLabel and its classes; increase the timeOut

Tue, 01 Jun 2010 12:08:47 +0200Example of Annotation Processor that generates a db access class
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 01 Jun 2010 12:08:47 +0200] rev 355
Example of Annotation Processor that generates a db access class

Sun, 02 May 2010 15:37:46 +0200No main class
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 02 May 2010 15:37:46 +0200] rev 354
No main class

Sun, 02 May 2010 15:37:03 +0200Using relative junit JAR
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 02 May 2010 15:37:03 +0200] rev 353
Using relative junit JAR

Sun, 02 May 2010 15:23:25 +0200Updating to new version of bundled spring.jar
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 02 May 2010 15:23:25 +0200] rev 352
Updating to new version of bundled spring.jar

Sun, 02 May 2010 14:56:33 +0200Showing stateless "phased" API for Progress
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 02 May 2010 14:56:33 +0200] rev 351
Showing stateless "phased" API for Progress

Sun, 02 May 2010 14:35:48 +0200Renaming Progress to ProgressStateful
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 02 May 2010 14:35:48 +0200] rev 350
Renaming Progress to ProgressStateful

Sun, 02 May 2010 14:34:48 +0200Sample @StateChange annotation
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 02 May 2010 14:34:48 +0200] rev 349
Sample @StateChange annotation

Sun, 02 May 2010 14:24:43 +0200Showing stateful API on Progress example
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 02 May 2010 14:24:43 +0200] rev 348
Showing stateful API on Progress example

Sat, 20 Feb 2010 18:20:10 +0100Using autoupdate task to work with NBMs
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 20 Feb 2010 18:20:10 +0100] rev 347
Using autoupdate task to work with NBMs

Tue, 02 Feb 2010 10:24:49 +0100Renaming the UI displayer to SwingDialogDisplayer
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 02 Feb 2010 10:24:49 +0100] rev 346
Renaming the UI displayer to SwingDialogDisplayer

Wed, 27 Jan 2010 20:49:32 +0100More code snippets
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 27 Jan 2010 20:49:32 +0100] rev 345
More code snippets

Wed, 27 Jan 2010 19:04:13 +0100Using local copy of junit-4.4.jar
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 27 Jan 2010 19:04:13 +0100] rev 344
Using local copy of junit-4.4.jar

Wed, 27 Jan 2010 18:30:57 +0100Adding singleton example
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 27 Jan 2010 18:30:57 +0100] rev 343
Adding singleton example

Wed, 27 Jan 2010 18:30:40 +0100Removing obsoleted file
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 27 Jan 2010 18:30:40 +0100] rev 342
Removing obsoleted file

Mon, 25 Jan 2010 10:47:05 +0100Adjusting to remove of cluster numbers
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 25 Jan 2010 10:47:05 +0100] rev 341
Adjusting to remove of cluster numbers

Mon, 21 Dec 2009 16:54:12 +0100Fixing dependencies since the org.openide.util and org.openide.util.lookup are now separate
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 21 Dec 2009 16:54:12 +0100] rev 340
Fixing dependencies since the org.openide.util and org.openide.util.lookup are now separate

Thu, 17 Dec 2009 07:37:54 +0100Upgrading libraries to new 6.8 location of NBMs
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 17 Dec 2009 07:37:54 +0100] rev 339
Upgrading libraries to new 6.8 location of NBMs

Tue, 25 Aug 2009 12:39:59 +0200Reverting the build scripts back to 219810ff3c72
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 25 Aug 2009 12:39:59 +0200] rev 338
Reverting the build scripts back to 219810ff3c72

Tue, 25 Aug 2009 11:32:10 +0200In fact builder pattern is combining mutable objects during creation with immutable result
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 25 Aug 2009 11:32:10 +0200] rev 337
In fact builder pattern is combining mutable objects during creation with immutable result

Sat, 20 Jun 2009 16:06:19 +0200Example of "compile time caches" and their possible usage in Component Injection area
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 20 Jun 2009 16:06:19 +0200] rev 336
Example of "compile time caches" and their possible usage in Component Injection area

Tue, 26 May 2009 09:01:40 +0200Applying suggestions by --Jeffrey D Smith 21:48, 25 May 2009 (CEST)
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 26 May 2009 09:01:40 +0200] rev 335
Applying suggestions by --Jeffrey D Smith 21:48, 25 May 2009 (CEST)
From http://wiki.apidesign.org/wiki/Talk:Privileged_API

Mon, 25 May 2009 21:49:25 +0200Use the MUTEX variable instead of local lock
jaroslav.tulach@apidesign.org [Mon, 25 May 2009 21:49:25 +0200] rev 334
Use the MUTEX variable instead of local lock

Mon, 25 May 2009 18:44:58 +0200Mutex shall be final, so it prevents subclassing
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 25 May 2009 18:44:58 +0200] rev 333
Mutex shall be final, so it prevents subclassing

Mon, 25 May 2009 18:37:56 +0200More renames
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 25 May 2009 18:37:56 +0200] rev 332
More renames

Mon, 25 May 2009 18:35:11 +0200Also showing traditional API use
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 25 May 2009 18:35:11 +0200] rev 331
Also showing traditional API use

Mon, 25 May 2009 18:27:02 +0200More code snippets for the mutex example
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 25 May 2009 18:27:02 +0200] rev 330
More code snippets for the mutex example

Wed, 29 Apr 2009 11:56:47 +0200Also excluding maven target directories
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 29 Apr 2009 11:56:47 +0200] rev 329
Also excluding maven target directories

Fri, 24 Apr 2009 22:58:54 +0200Generalizing the snippets ant script so it can be used from other locations
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 24 Apr 2009 22:58:54 +0200] rev 328
Generalizing the snippets ant script so it can be used from other locations

Fri, 24 Apr 2009 21:26:04 +0200clean definition of version snippet
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 24 Apr 2009 21:26:04 +0200] rev 327
clean definition of version snippet

Wed, 01 Apr 2009 18:21:39 +0200Spliting the NonMixed example into the API class and factory class
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 01 Apr 2009 18:21:39 +0200] rev 326
Spliting the NonMixed example into the API class and factory class

Fri, 27 Mar 2009 20:30:39 +0100Arithmetica example with fuzzy modifiers eliminated
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 27 Mar 2009 20:30:39 +0100] rev 325
Arithmetica example with fuzzy modifiers eliminated

Wed, 25 Mar 2009 22:14:46 +0100New samples for converting sidemeaning modifiers to clarity ones
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 25 Mar 2009 22:14:46 +0100] rev 324
New samples for converting sidemeaning modifiers to clarity ones

Sun, 15 Feb 2009 15:42:28 +0100Exposing the whole runtime check Arithmetica as code snippet
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 15 Feb 2009 15:42:28 +0100] rev 323
Exposing the whole runtime check Arithmetica as code snippet

Sat, 14 Feb 2009 17:37:55 +0100Giving description to all targets
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Feb 2009 17:37:55 +0100] rev 322
Giving description to all targets

Sat, 14 Feb 2009 17:30:06 +0100Moving code to org.apidesign.math package
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 14 Feb 2009 17:30:06 +0100] rev 321
Moving code to org.apidesign.math package

Thu, 12 Feb 2009 11:00:41 +0100Locks should rather be final
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 12 Feb 2009 11:00:41 +0100] rev 320
Locks should rather be final

Thu, 12 Feb 2009 10:55:02 +0100Changing the test to run with both version, the bad Cache as well as CacheOK. Making sure the same test passes for CacheOK
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 12 Feb 2009 10:55:02 +0100] rev 319
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 +0100Shortening lines to less than 78 characters
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 11 Feb 2009 10:16:43 +0100] rev 318
Shortening lines to less than 78 characters

Wed, 11 Feb 2009 08:52:00 +0100Marking code snippets for the "Java Monitor" wiki page
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 11 Feb 2009 08:52:00 +0100] rev 317
Marking code snippets for the "Java Monitor" wiki page

Wed, 11 Feb 2009 07:12:41 +0100Rewritten to rely on (private) synchronized methods
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 11 Feb 2009 07:12:41 +0100] rev 316
Rewritten to rely on (private) synchronized methods

Tue, 10 Feb 2009 18:36:21 +0100Example for the "java monitor pitfalls" chapter
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 10 Feb 2009 18:36:21 +0100] rev 315
Example for the "java monitor pitfalls" chapter

Sun, 01 Feb 2009 17:41:32 +0100Marking code snippets for the trycatchredo example
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 01 Feb 2009 17:41:32 +0100] rev 314
Marking code snippets for the trycatchredo example

Sun, 01 Feb 2009 16:30:09 +0100Ignore .orig files
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 01 Feb 2009 16:30:09 +0100] rev 313
Ignore .orig files

Sun, 01 Feb 2009 16:29:46 +0100Renaming the project to 'Try Catch Redo'
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 01 Feb 2009 16:29:46 +0100] rev 312
Renaming the project to 'Try Catch Redo'

Sun, 01 Feb 2009 16:27:41 +0100Rearranged to support test as well as interactive modes
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 01 Feb 2009 16:27:41 +0100] rev 311
Rearranged to support test as well as interactive modes

Sun, 01 Feb 2009 16:03:37 +0100QueryException interactive example
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 01 Feb 2009 16:03:37 +0100] rev 310
QueryException interactive example

Sun, 01 Feb 2009 13:38:08 +0100Test passes with query
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 01 Feb 2009 13:38:08 +0100] rev 309
Test passes with query

Sun, 01 Feb 2009 13:27:04 +0100Simple write test is OK
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 01 Feb 2009 13:27:04 +0100] rev 308
Simple write test is OK

Wed, 28 Jan 2009 08:06:41 +0100Initial attempt to provide sample for trycatchredo
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 28 Jan 2009 08:06:41 +0100] rev 307
Initial attempt to provide sample for trycatchredo

Tue, 20 Jan 2009 22:55:18 +0100platform and ide cluster increased cluster numbers and we need to change the download locations
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 20 Jan 2009 22:55:18 +0100] rev 306
platform and ide cluster increased cluster numbers and we need to change the download locations

Sat, 10 Jan 2009 22:34:11 +0100Taking code snippets from tests
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 10 Jan 2009 22:34:11 +0100] rev 305
Taking code snippets from tests

Sat, 10 Jan 2009 21:50:30 +0100Shortening long line
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 10 Jan 2009 21:50:30 +0100] rev 304
Shortening long line

Sat, 10 Jan 2009 21:29:22 +0100Initial version of sample to explain 'code injection'
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 10 Jan 2009 21:29:22 +0100] rev 303
Initial version of sample to explain 'code injection'

Thu, 25 Dec 2008 19:40:48 +0100Shortening long lines
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 25 Dec 2008 19:40:48 +0100] rev 302
Shortening long lines

Thu, 25 Dec 2008 19:25:59 +0100Adding day.end.bridges.DigestImpl code snippet
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 25 Dec 2008 19:25:59 +0100] rev 301
Adding day.end.bridges.DigestImpl code snippet

Sat, 15 Nov 2008 13:12:46 +0100Typo and bigger code snippet
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 15 Nov 2008 13:12:46 +0100] rev 300
Typo and bigger code snippet

Sat, 15 Nov 2008 08:39:01 +0100Files shall be referenced to their actual version. Only that makes the links always valid
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 15 Nov 2008 08:39:01 +0100] rev 299
Files shall be referenced to their actual version. Only that makes the links always valid

Sat, 15 Nov 2008 08:30:06 +0100two code snippets were named the same
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 15 Nov 2008 08:30:06 +0100] rev 298
two code snippets were named the same

Sat, 15 Nov 2008 08:29:32 +0100Showing use of "plain" factories
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 15 Nov 2008 08:29:32 +0100] rev 297
Showing use of "plain" factories

Sat, 15 Nov 2008 08:26:27 +0100it is builder.creation
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 15 Nov 2008 08:26:27 +0100] rev 296
it is builder.creation

Sat, 15 Nov 2008 08:25:52 +0100Tests for magical bag - e.g. overuse of lookup
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 15 Nov 2008 08:25:52 +0100] rev 295
Tests for magical bag - e.g. overuse of lookup

Sat, 15 Nov 2008 08:19:20 +0100Adding builder pattern
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 15 Nov 2008 08:19:20 +0100] rev 294
Adding builder pattern

Sat, 15 Nov 2008 06:57:15 +0100Fixing broken code section
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 15 Nov 2008 06:57:15 +0100] rev 293
Fixing broken code section

Sat, 15 Nov 2008 06:53:43 +0100Renaming the AServerInfo class to ServerConnector and spliting it into three separate classes.
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 15 Nov 2008 06:53:43 +0100] rev 292
Renaming the AServerInfo class to ServerConnector and spliting it into three separate classes.