Bug 262898

Summary: BufferChangedEvent must not have @noinstantiate
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: amj87.iitr, markus.kell.r, Olivier_Thomann, srikanth_sankaran
Version: 3.5   
Target Milestone: 3.6 M5   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Proposed fix none

Description Dani Megert CLA 2009-01-29 09:32:39 EST
I20090129-0100.

The JDT Core API allows to implement org.eclipse.jdt.core.IBuffer and hence clients that do so need to be able to create BufferChangedEvent in order to fire the events requested by IBufferChangedListener.

It would be great to get this change before API freeze (M6).
Comment 1 Olivier Thomann CLA 2009-12-09 10:30:15 EST
Make sense.
Comment 2 Olivier Thomann CLA 2009-12-09 10:34:38 EST
Created attachment 154123 [details]
Proposed fix
Comment 3 Olivier Thomann CLA 2009-12-10 11:00:23 EST
Released for 3.6M5.
Verification must be done by checking the javadoc.
Comment 4 Ayushman Jain CLA 2010-01-25 06:51:13 EST
verified for 3.6M5 through code inspection.
Comment 5 Srikanth Sankaran CLA 2010-01-25 06:58:11 EST
Verified.