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 154430 - (non)missing brackets error
Summary: (non)missing brackets error
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P4 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-03 09:43 UTC by azrael_valedhel
Modified: 2012-09-21 09:48 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 azrael_valedhel 2008-12-03 09:43:42 UTC
Sometimes (seems that it happens pretty random) I get an error about missing "}" bracket, at the end of function body -
but there are no missing ones really. If I delete and write the "}" again - its all good and nice, no error. The error
is usual debug error, but it happens only on javascript editor, never seen anything like it in php one. Hm, the code it
most commonly reported missing bracket was a function which used closures... Although I don't know if it has anything to
do with it.
I noticed that on Windows XP and Windows Vista machine.
Comment 1 Petr Pisl 2012-09-21 09:48:34 UTC
Not reproducible in the new JS editor.