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 113694

Summary: Delete confirmation dialog for rowset is really ugly
Product: obsolete Reporter: John Baker <jbaker>
Component: visualwebAssignee: _ jimdavidson <jimdavidson>
Status: NEW ---    
Severity: blocker CC: romanmostyka
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot of dialog

Description John Baker 2007-08-24 07:35:37 UTC
When deleting a rowset from the Navigator, a dialog opens
that includes the name of the rowset plus the query

only the rowset name is needed

See attached screenshot
Comment 1 John Baker 2007-08-24 07:36:23 UTC
Created attachment 47257 [details]
screenshot of dialog
Comment 2 _ jimdavidson 2007-08-24 20:30:29 UTC
Display appears to be handled by getDisplayName() method, which is also used in the Navigator.  I don't think we should
completely remove the query; however, the current formatting is ugly, in part we now delimit (quote) all identifiers by
default.  We should at least remove all the escaped quote characters (\") and formatting characters (\r, \n), and see if
that's sufficient.

Downgrading to P4, since it's only an appearance issue.  Targeting for 6.0, though not necessarily Beta1.