Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 362683

Summary: using sun JRE, array of enumeration in an annotation fields isn't giving the right type
Product: z_Archived Reporter: Jing Qian <jqian>
Component: EDTAssignee: Project Inbox <edt.mofmodel-inbox>
Status: CLOSED FIXED QA Contact:
Severity: major    
Priority: P3 CC: pharmon
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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