Wed, 22 Jun 2005 13:44:08 +0000Keep the logging change, the bundle key is not there any more. db_promo_f_after_tb_1
pnejedly@netbeans.org [Wed, 22 Jun 2005 13:44:08 +0000] rev 39
Keep the logging change, the bundle key is not there any more.

Tue, 21 Jun 2005 11:47:47 +0000#59904: rollback of #33467
pnejedly@netbeans.org [Tue, 21 Jun 2005 11:47:47 +0000] rev 38
#59904: rollback of #33467

Mon, 20 Jun 2005 15:12:27 +0000Fixing jskrivanek's fix - it is necessary to build data before we call xtest-unit.default-compiler
jtulach@netbeans.org [Mon, 20 Jun 2005 15:12:27 +0000] rev 37
Fixing jskrivanek's fix - it is necessary to build data before we call xtest-unit.default-compiler

Mon, 20 Jun 2005 15:02:11 +0000Adding logging to the RPTest to track random failures
jtulach@netbeans.org [Mon, 20 Jun 2005 15:02:11 +0000] rev 36
Adding logging to the RPTest to track random failures

Thu, 16 Jun 2005 16:20:15 +0000Reminder about usage of noIconInMenu, which is otherwise quite difficult to find out about.
jglick@netbeans.org [Thu, 16 Jun 2005 16:20:15 +0000] rev 35
Reminder about usage of noIconInMenu, which is otherwise quite difficult to find out about.

Thu, 16 Jun 2005 16:19:45 +0000Slightly prettier formatting for default ErrorManager.log impl.
jglick@netbeans.org [Thu, 16 Jun 2005 16:19:45 +0000] rev 34
Slightly prettier formatting for default ErrorManager.log impl.

Wed, 15 Jun 2005 12:51:22 +0000Targets at test/build.xml should not be overriden (it breaks binary tests distribution). Rather use build-unit.xml for customization. BETA_UC_090605
jskrivanek@netbeans.org [Wed, 15 Jun 2005 12:51:22 +0000] rev 33
Targets at test/build.xml should not be overriden (it breaks binary tests distribution). Rather use build-unit.xml for customization.

Tue, 14 Jun 2005 15:18:54 +0000Message "Exception occurred in Request Processor" in log files was generally just noise; removing.
jglick@netbeans.org [Tue, 14 Jun 2005 15:18:54 +0000] rev 32
Message "Exception occurred in Request Processor" in log files was generally just noise; removing.

Tue, 14 Jun 2005 15:17:45 +0000Speeding up nb.org module scanning a bit - profiler revealed that a lot of time was wasted calling
jglick@netbeans.org [Tue, 14 Jun 2005 15:17:45 +0000] rev 31
Speeding up nb.org module scanning a bit - profiler revealed that a lot of time was wasted calling
DocumentBuilderFactory.newDocumentBuilder() repeatedly, and that is a relatively expensive operation. It can
often be cached (within one thread), so do so.

Sun, 12 Jun 2005 15:44:26 +0000#58941: The array passed to setLookups was thought as not modifiable and if someone modified it and setLookups once again things were obviously broken. Making clone of the array in setLookups and also creating clone in getLookups. Testing both cases. version-2-3-29
jtulach@netbeans.org [Sun, 12 Jun 2005 15:44:26 +0000] rev 30
#58941: The array passed to setLookups was thought as not modifiable and if someone modified it and setLookups once again things were obviously broken. Making clone of the array in setLookups and also creating clone in getLookups. Testing both cases.