Bug 80355 - SourceMethod.getNameRange returns negative length for AnnotationTypeMemberDeclaration
Summary: SourceMethod.getNameRange returns negative length for AnnotationTypeMemberDec...
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.1 M4   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-07 05:25 EST by Andre Weinand CLA
Modified: 2004-12-08 11:42 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 Andre Weinand CLA 2004-12-07 05:25:06 EST
HEAD of jdt.core

SourceMethod.getNameRange returns negative length for AnnotationTypeMemberDeclarations.
Comment 1 Olivier Thomann CLA 2004-12-08 11:30:31 EST
I think we need to add annotation type member declarations in the
SourceElementParser.
Comment 2 Jerome Lanneluc CLA 2004-12-08 11:42:06 EST
This was done yesterday.