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

Summary: Need JavaTokenId.COLONCOLON and ARROW
Product: java Reporter: Jan Lahoda <jlahoda>
Component: EditorAssignee: apireviews <apireviews>
Status: RESOLVED FIXED    
Severity: normal Keywords: API, API_REVIEW_FAST
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Proposed API change.

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).