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