Fri, 09 Oct 2009 15:11:13 -0400Warnings. release68_beta_base
Jesse Glick <jglick@netbeans.org> [Fri, 09 Oct 2009 15:11:13 -0400] rev 833
Warnings.

Fri, 09 Oct 2009 13:53:04 -0400Improved robustness against errors in static initializers, as noticed in #174055.
Jesse Glick <jglick@netbeans.org> [Fri, 09 Oct 2009 13:53:04 -0400] rev 832
Improved robustness against errors in static initializers, as noticed in #174055.

Fri, 09 Oct 2009 13:35:56 -0400Warnings.
Jesse Glick <jglick@netbeans.org> [Fri, 09 Oct 2009 13:35:56 -0400] rev 831
Warnings.

Wed, 30 Sep 2009 19:03:18 +0200Copyright change merge
Michal Zlamal <mzlamal@netbeans.org> [Wed, 30 Sep 2009 19:03:18 +0200] rev 830
Copyright change merge

Fri, 25 Sep 2009 14:02:54 +0200Upadate licenses to have up to date year
Michal Zlamal <mzlamal@netbeans.org> [Fri, 25 Sep 2009 14:02:54 +0200] rev 829
Upadate licenses to have up to date year

Tue, 29 Sep 2009 10:20:39 -0400Probably safer way of touching file in FileUtilTest.testAddRecursiveListenerToFile.
Jesse Glick <jglick@netbeans.org> [Tue, 29 Sep 2009 10:20:39 -0400] rev 828
Probably safer way of touching file in FileUtilTest.testAddRecursiveListenerToFile.
http://deadlock.netbeans.org/hudson/job/NB-Core-Build/3316/testReport/org.netbeans.modules.masterfs.filebasedfs/FileUtilTest/testAddRecursiveListenerToFile/
junit.framework.AssertionFailedError: Attribute change event not fired (see #129178). expected:<2> but was:<1>
at org.netbeans.modules.masterfs.filebasedfs.FileUtilTest.testAddRecursiveListenerToFile(FileUtilTest.java:734)

Sun, 27 Sep 2009 13:25:11 -0400Incremented specification versions in trunk.
Jesse Glick <jglick@netbeans.org> [Sun, 27 Sep 2009 13:25:11 -0400] rev 827
Incremented specification versions in trunk.

Thu, 24 Sep 2009 15:20:20 +0200Partial fix for #172865: Don't hold global lock while seeking for getResources(...). That is expensive operation and can take long time. No need to block other threads.
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 24 Sep 2009 15:20:20 +0200] rev 826
Partial fix for #172865: Don't hold global lock while seeking for getResources(...). That is expensive operation and can take long time. No need to block other threads.

Wed, 23 Sep 2009 13:31:43 +0200#170880: ISE 'Timer already cancelled.' from RequestProcessor.Task.schedule
Tomas Holy <t_h@netbeans.org> [Wed, 23 Sep 2009 13:31:43 +0200] rev 825
#170880: ISE 'Timer already cancelled.' from RequestProcessor.Task.schedule

Fri, 18 Sep 2009 15:49:41 +0200Improving #170507 by using {0} to delay string concatenation
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 18 Sep 2009 15:49:41 +0200] rev 824
Improving #170507 by using {0} to delay string concatenation