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 147680 - JavaScript IDE parsing for E4X with wildcard in beginning of filter
Summary: JavaScript IDE parsing for E4X with wildcard in beginning of filter
Status: RESOLVED WONTFIX
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-19 06:55 UTC by brettz9
Modified: 2012-09-21 09:36 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 brettz9 2008-09-19 06:55:42 UTC
I'm having problems with the IDE parsing JavaScript for display with this E4X handling bug...An asterisk (which is
supposed to be allowed) causes a problem in parsing E4X filters:

    var test = el.(*.namespace() !== NS.uri);

Otherwise, E4X has been very slick as with most JavaScript!

Thank you!
Comment 1 Peter Pis 2008-09-19 07:24:07 UTC
Reassigning to javascript.
Comment 2 Torbjorn Norbye 2008-09-22 20:02:24 UTC
I'm tracking JavaScript 1.7 features in issue 147817

*** This issue has been marked as a duplicate of 147817 ***
Comment 3 brettz9 2008-12-14 09:51:48 UTC
I don't think this was a JavaScript 1.7 issue....
Comment 4 brettz9 2009-07-01 02:48:10 UTC
This is an E4X (accessor) issue, not necessarily JS 1.7.
Comment 5 Petr Pisl 2009-10-08 09:46:00 UTC
Still valid. 
Comment 6 Petr Pisl 2011-10-17 14:23:02 UTC
Still there.
Comment 7 Petr Pisl 2012-09-21 09:36:01 UTC
There is not support for e4x in the new js editor. Need to be added, so I'm closing this issue as wont fix for now.