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 82685 - Quote sample project hangs
Summary: Quote sample project hangs
Status: CLOSED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-15 02:34 UTC by julieg
Modified: 2006-11-14 21:12 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 julieg 2006-08-15 02:34:40 UTC
If hit the "enter" key on any of the user's prompt, eg, customer name, 
cpu info, etc, the sample project hangs.
Comment 1 Vladimir Kvashin 2006-11-14 14:54:09 UTC
It actually doesn't hang. It spends time in the following line:

cin>> customerName;

I you press any nonspace character after you pressed enter, end press enter
again, the program works ok. 

So I consider this isn't a bug.
Comment 2 Andrew Krasny 2006-11-14 21:12:52 UTC
Agree