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 190921 - netbeans hangs when creating phpdoc comment block
Summary: netbeans hangs when creating phpdoc comment block
Status: RESOLVED INCOMPLETE
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-11 19:15 UTC by iletras
Modified: 2010-11-04 14:56 UTC (History)
1 user (show)

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 iletras 2010-10-11 19:15:49 UTC
Overview: 
Typing /** above a function causes program to hang.


Steps to Reproduce: 
Select a function.
Press enter before the name to add a new line.
Type /**


Actual Results: 
Netbeans refuses further input. The process has to be killed.


Expected Results: 
As in 6.9, I expected a pre-filled phpdoc comment block.


Build Date & Platform: 
Product Version: NetBeans IDE 6.9.1 (Build 201007282301)
Java: 1.6.0_21; Java HotSpot(TM) Client VM 17.0-b17
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Userdir: C:\Documents and Settings\user\.netbeans\6.9


Additional Builds and Platforms: 
I have version 6.9 installed also.

The problem does not occur in that version.

I don't know for sure but don't believe that that is a problem (except possibly that they use the same userdir).

Product Version: NetBeans IDE 6.9 (Build 201006101454)
Java: 1.6.0_21; Java HotSpot(TM) Client VM 17.0-b17
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)
Userdir: C:\Documents and Settings\user\.netbeans\6.9
Comment 1 Dusan Balek 2010-10-18 14:18:52 UTC
Could you please attach a thread dump taken in the moment when IDE hangs? Thanks.