Bug 39806 - Search - did not find polymorphic references to DocumentAdapter.isReadOnly()
Summary: Search - did not find polymorphic references to DocumentAdapter.isReadOnly()
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M3   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-09 10:18 EDT by Philipe Mulet CLA
Modified: 2003-07-15 09:34 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 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.