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 154848 - Error message by record deletion doesn't contain spaces
Summary: Error message by record deletion doesn't contain spaces
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ ahimanikya
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-06 22:02 UTC by Roman Mostyka
Modified: 2009-02-19 20:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of error message, which doesn't contain spaces. (27.09 KB, image/jpeg)
2008-12-06 22:04 UTC, Roman Mostyka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2008-12-06 22:02:24 UTC
1. Connect to DB.
2. Rightclick some of it's table and choose "View Data".
3. Change value of some cell.
4. Select this cell, rightclick it and choose "Delete Selected Row".

Result: Exception message appears, but there is no space in some places:
 - There is no space after "failed:" ("failed:You").
 - There is no space after "Changes." ("Changes.Please").
 - Word "Changes." shouldn't begin with capital letter, it should be "uncommited changes.".
Comment 1 Roman Mostyka 2008-12-06 22:04:04 UTC
Created attachment 74653 [details]
Screenshot of error message, which doesn't contain spaces.
Comment 3 _ ahimanikya 2008-12-07 17:31:04 UTC
Fixed
Comment 4 Roman Mostyka 2008-12-08 11:38:45 UTC
As I understand there is no such message anymore since now deletion of changed record works different and record is
deleted instead of message appears.
Verified with build 081207.
Comment 5 _ ahimanikya 2008-12-08 12:08:28 UTC
Correct. But you may see No matching rows in some situations.