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 218817 - "Expand template" action runs in endless loop
Summary: "Expand template" action runs in endless loop
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: PC Windows Vista
: P2 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-22 08:47 UTC by markiewb
Modified: 2012-09-24 08:14 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 markiewb 2012-09-22 08:47:52 UTC
[ BUILD # : 201209210001 ]
[ JDK VERSION : 1.6.35 ]

Create a new java application using the wizards. Let also generate the main 
method.

Within the main-method type "fore". Press ESC to ignore opening 
autocomplete popups (the completion popup can appear depending on 
your autocomplete configuration).

Now invoke the action "Edit/Expand Template" from the Menubar.

ACTUAL: After invoking the action the execution seems to run in an endless 
loop. The dialog "lengthly operation in progress" appears. When the dialog 
is canceled then the "expand template" is finished and you can continue 
filling in the template variables. 

It is awkward because expanding the same abbreviation via TAB is as fast 
as in previous NB versions.
Comment 1 Dusan Balek 2012-09-24 08:14:42 UTC
Seems like a bug in the 'Code Template Tools' plugin.