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 205874 - Offsets of nodes in AST
Summary: Offsets of nodes in AST
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks: 205872
  Show dependency tree
 
Reported: 2011-12-02 19:40 UTC by Petr Pisl
Modified: 2011-12-02 19:46 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisl 2011-12-02 19:40:49 UTC
In the implementation of Nashorn there are not start and end offsets of the nodes. We need them to use Nashorn parser in the NetBeans. Without this we can not use the AST.