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 225530 - Need JavaTokenId.COLONCOLON and ARROW
Summary: Need JavaTokenId.COLONCOLON and ARROW
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: apireviews
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2013-01-30 13:14 UTC by Jan Lahoda
Modified: 2013-08-19 06:11 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Proposed API change. (11.73 KB, patch)
2013-02-03 09:29 UTC, Jan Lahoda
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2013-01-30 13:14:42 UTC
To properly lexically analyze Java 8 source code, the lexer needs to recognize '::' and '->'. Two new JavaTokenIds are introduced to model these.
Comment 1 Jan Lahoda 2013-02-03 09:29:58 UTC
Created attachment 130960 [details]
Proposed API change.
Comment 2 Jan Lahoda 2013-02-03 09:30:33 UTC
Please review, thanks.
Comment 3 Jan Lahoda 2013-02-11 10:20:26 UTC
If there are not objections, I plan to integrate the change this week.
Comment 4 Jan Lahoda 2013-08-19 06:11:04 UTC
Done (long time ago).