Bug 566779 - Consider making IDocumentListener#documentAboutToBeChanged a default method
Summary: Consider making IDocumentListener#documentAboutToBeChanged a default method
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.14   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-08 10:11 EDT by Lars Vogel CLA
Modified: 2020-09-08 10:11 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2020-09-08 10:11:20 EDT
Looking around our code base, it looks like IDocumentListener#documentAboutToBeChanged is frequently implemented empty. We should consider making this method a default one in the interface.