Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 362683 - using sun JRE, array of enumeration in an annotation fields isn't giving the right type
Summary: using sun JRE, array of enumeration in an annotation fields isn't giving the ...
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-02 10:54 EDT by Jing Qian CLA
Modified: 2017-02-23 14:18 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jing Qian CLA 2011-11-02 10:54:05 EDT
I have the following EGL code

library lib1
    function f1() {@Test{targetLang=[JAVASCRIPT]}}
    end
end


when querying IR for field targetLang, it returns of a list of org.eclipse.edt.eunit.runtime.TargetLangKind, when the expected type should be EnumerationEntity
Comment 1 Matt Heitz CLA 2011-11-02 14:35:04 EDT
The component that includes the builder is IDE Core.  EDT Builds is for problems compiling, downloading, or installing EDT.
Comment 2 Paul Harmon CLA 2011-11-03 10:35:58 EDT
changing this to the MofModel component, as this is a problem with the IRs
Comment 3 Jing Qian CLA 2011-11-14 11:42:59 EST
fixed, verified using 201111140901's build