This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 51667 - Switch org.openide.util.NbBundle.DEBUG=true doesn't work
Summary: Switch org.openide.util.NbBundle.DEBUG=true doesn't work
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2004-11-19 10:44 UTC by Jiri Skrivanek
Modified: 2008-12-22 22:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2004-11-19 10:44:48 UTC
Setting switch org.openide.util.NbBundle.DEBUG to
true does nothing. It used to show from which
bundle is a particular string but it stopped to
work. I use the following command line:

nb.exe -jdkhome E:\jdk1.5.0_01 -userdir
D:\Development\builds\nbUserdir-bundles -nosplash
-J-Dorg.openide.util.NbBundle.DEBUG=true

Build 20041119-0726, JDK1.5.0_01, WindowsXP.
Comment 1 Jan Chalupa 2005-01-14 06:07:22 UTC
Reproducible. Jesse, recent changes to NbBundle were yours. Please
take a look at it.
Comment 2 Jesse Glick 2005-01-14 19:33:30 UTC
Because of fix for issue #49961.
Comment 3 Jesse Glick 2005-01-14 19:37:01 UTC
Easy patch, will fix.
Comment 4 Jesse Glick 2005-01-14 22:32:29 UTC
committed     Up-To-Date  1.57       
openide/src/org/openide/util/NbBundle.java
Comment 5 Jiri Skrivanek 2005-01-17 10:15:42 UTC
Verified in build 20050117-0600.