Bug 39806

Summary: Search - did not find polymorphic references to DocumentAdapter.isReadOnly()
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0 M3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Philipe Mulet CLA 2003-07-09 10:18:17 EDT
Build 20030703

In full source self-hosting workspace, searching for references in workspace to 
Documentadapter.isReadOnly() did not find any result.

However, when searching for references to IBuffer.isReadOnly() it worked ok.
Comment 1 Jerome Lanneluc CLA 2003-07-15 09:34:58 EDT
The only senders to IBuffer.isReadOnly() are senders of Buffer.isReadOnly() 
which cannot be DocumentAdapter.isReadOnly().

Closing.