Bug 22161 - AST: Innerclass name: Positions wrong
Summary: AST: Innerclass name: Positions wrong
Status: VERIFIED 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.1 M1   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-05 06:24 EDT by Martin Aeschlimann CLA
Modified: 2002-09-19 11:05 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Aeschlimann CLA 2002-08-05 06:24:53 EDT
2.0 with jcore updates.

The ranges of a name for an inner class are not set (Start position is -1, 
length 0).
Comment 1 Martin Aeschlimann CLA 2002-08-05 06:27:02 EDT
test case reproducing this bug:
ASTRewritingTypeDeclTest.testBug22161
Comment 2 Olivier Thomann CLA 2002-09-04 12:35:53 EDT
Fixed and released in 2.1 stream.
Comment 3 David Audel CLA 2002-09-19 04:36:17 EDT
Verified.
Comment 4 Olivier Thomann CLA 2002-09-19 11:05:55 EDT
Regression tests added (test0378, test0379)