Bug 262898 - BufferChangedEvent must not have @noinstantiate
Summary: BufferChangedEvent must not have @noinstantiate
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.5   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.6 M5   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-29 09:32 EST by Dani Megert CLA
Modified: 2010-01-25 06:58 EST (History)
4 users (show)

See Also:


Attachments
Proposed fix (1021 bytes, patch)
2009-12-09 10:34 EST, Olivier Thomann CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.