Bug 11104 - DOM/AST: NumberLiteral contains leading and trailing comments
Summary: DOM/AST: NumberLiteral contains leading and trailing comments
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M4   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-11 11:38 EST by Dirk Baeumer CLA
Modified: 2002-03-11 12:29 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Baeumer CLA 2002-03-11 11:38:47 EST
Build 20020307

In the example

int f= (/*[*/2/*]*/);

the number literal representing 2 contains the leading and trailing comment. As 
said in an earlier PR expression shouldn't contain comments
Comment 1 Olivier Thomann CLA 2002-03-11 12:29:44 EST
Fixed and released in HEAD.