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 205870 - Rewrite JavaScript support
Summary: Rewrite JavaScript support
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal with 2 votes (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on: 205872 205882 205883 205922 205923 205924 205931 205938 205939
Blocks:
  Show dependency tree
 
Reported: 2011-12-02 19:17 UTC by Petr Pisl
Modified: 2017-03-21 07:49 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:17:46 UTC
We can not use Rhino parser anymore due licencing issue. This task is an umbrella of other tasks that have to be done to rewrite the JavaScript editor, refactoring, etc.
Comment 1 _ gtzabari 2012-06-15 00:02:12 UTC
What licensing issue? Last I checked, it was licensed under MPL. What's going on? :)
Comment 2 Petr Pisl 2017-03-21 07:49:32 UTC
Rhino was replaced by Nashorn a few years ago. In 2016 was Nashorn replaced with Graal js parser.