Bug 120130

Summary: IField.getConstant() fails for a certain constant
Product: [Eclipse Project] JDT Reporter: Philip Mayer <eclipsetalk2>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.2 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Proposed fix and regression test none

Description Philip Mayer CLA 2005-12-09 12:13:02 EST
Build id: I20051206-1200

IField.getConstant() fails for the following constant:

static final int DISPOSED		= 1<<0;

=> java.lang.NumberFormatException: For input string: "1<<0"
Comment 1 Jerome Lanneluc CLA 2005-12-12 13:37:51 EST
Created attachment 31574 [details]
Proposed fix and regression test
Comment 2 Jerome Lanneluc CLA 2006-01-06 09:06:22 EST
Released fix and regression test.
Comment 3 Frederic Fusier CLA 2006-02-14 06:10:20 EST
Verified for 3.2 M5 using build I20060214-0010.