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 37930 - Make sure development error messages are removed
Summary: Make sure development error messages are removed
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nam Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-09 18:52 UTC by Ann Sunhachawee
Modified: 2006-06-05 00:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Debugging message in progress dialog (8.74 KB, image/gif)
2003-12-09 18:52 UTC, Ann Sunhachawee
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ann Sunhachawee 2003-12-09 18:52:08 UTC
Using build from 20031207 NB, on Win2K

See attachment for progress dialog with messaging
that is not user centered. Looks like developers
own debugging message.
Comment 1 Ann Sunhachawee 2003-12-09 18:52:34 UTC
Created attachment 12489 [details]
Debugging message in progress dialog
Comment 2 Petr Jiricka 2004-01-12 09:57:28 UTC
Nam, how shoud this be fixed? Ideas?
Comment 3 Nam Nguyen 2004-01-26 21:01:45 UTC
The default Object.toString is used in the message because
TargetModule.delegate is not set.  I fixed this by change
TargetModule.toString to use the original id string in this case.