Bug 39112 - No match found searching for write access to field defined in member class file
Summary: No match found searching for write access to field defined in member class file
Status: RESOLVED DUPLICATE of bug 44119
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M4   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-19 07:37 EDT by Jerome Lanneluc CLA
Modified: 2003-10-14 13:05 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 Jerome Lanneluc CLA 2003-06-19 07:37:41 EDT
Build 20030618

1. Start new workspace
2. Import org.eclipse.jdt.ui with its required plugins
3. Open 
org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider$Compilati
onUnitInfo.class
4. Select field fCopy
5. Search for write access in workspace
Observe: None is found but there is at least one in  CompilationUnitInfo
(IDocument document, IAnnotationModel model, _FileSynchronizer 
fileSynchronizer, ICompilationUnit copy)
Comment 1 Jerome Lanneluc CLA 2003-06-19 07:53:49 EDT
MatchLocator.createMethodHandle(AbstractMethodDeclaration method, IType type) 
is failing to find the method handle in the case of a binary constructor of an 
inner type, because the binary constructor has a synthetic argument (so the 
number of arguments is different from the AST method's number of arguments.
Comment 2 Kent Johnson CLA 2003-10-14 13:05:39 EDT

*** This bug has been marked as a duplicate of 44119 ***