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 132863

Summary: NB becomes frozen with code completion.
Product: editor Reporter: tetsu <tetsu>
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: VERIFIED FIXED    
Severity: blocker CC: sustaining
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description tetsu 2008-04-15 11:14:43 UTC
I am using NB 6.1 RC1 and working on Windows XP with JDK 1.6.0_05.

Steps:
1. open a Java class in Java editor;
2. input "sysout";
3. Press "Ctrl + Space" to invoke code completion and editor says "No Suggestions".
4. Press "Backspace" to delete letters one by one and editor will try to give you suggestion basing on the left word.
You will get lots of suggestions when "sys" is left. 
By the way, it is weird. With input of "sys", editor will only give one suggestion in normal way.

5. Keep deleting letters. When only "s" is left, the editor tries very hard to give you suggestion and NB becomes frozen.
6. The situation becomes worse when you delete the last "s" and "" is left. The editor will freeze even longer.
Comment 1 Max Sauer 2008-04-15 11:26:32 UTC
This happens to me also.
---
Product Version: NetBeans IDE Dev (Build 20080331051557)
Java: 1.6.0_04-dp; Java HotSpot(TM) 64-Bit Server VM 1.6.0_04-b12-45-optimized
System: Mac OS X version 10.5.2 running on x86_64; MacRoman; en_US (nb)
Comment 2 Dusan Balek 2008-04-23 09:06:06 UTC
Fixed.

changeset f9247d1c9426 in main
details: http://hg.netbeans.org/main?cmd=changeset;node=f9247d1c9426
Comment 3 Quality Engineering 2008-04-23 15:53:39 UTC
Issue '132863' Integrated in NB_Trunk_Production #153 : http://hg.netbeans.org/main/rev/f9247d1c9426,
 with comment: Issue #132863: NB becomes frozen with code completion - fixed.
Comment 4 Jiri Prox 2008-04-24 08:18:40 UTC
verified in trunk, another good candidate for patch 1
Comment 5 pgebauer 2008-04-28 22:01:26 UTC
The fix has been ported into the release61_fixes branch:

http://hg.netbeans.org/main?cmd=changeset;node=f9247d1c9426
Comment 6 Dusan Balek 2008-06-02 21:27:23 UTC
*** Issue 135840 has been marked as a duplicate of this issue. ***