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