Bug 247618 - *ReferenceMatch extends non-API type InternalReferenceMatch
Summary: *ReferenceMatch extends non-API type InternalReferenceMatch
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.5 M3   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-17 05:56 EDT by Jerome Lanneluc CLA
Modified: 2008-10-27 15:31 EDT (History)
1 user (show)

See Also:


Attachments
Proposed fix (19.16 KB, patch)
2008-09-17 05:57 EDT, Jerome Lanneluc CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Lanneluc CLA 2008-09-17 05:56:30 EDT
I20080917-0100

PDE/Tools reports the following warnings:
Description	Resource	Path	Location	Type
FieldReferenceMatch extends non-API type InternalReferenceMatch	FieldReferenceMatch.java	org.eclipse.jdt.core/search/org/eclipse/jdt/core/search	line 25	API Usage Problem
MethodReferenceMatch extends non-API type InternalReferenceMatch	MethodReferenceMatch.java	org.eclipse.jdt.core/search/org/eclipse/jdt/core/search	line 25	API Usage Problem
PackageReferenceMatch extends non-API type InternalReferenceMatch	PackageReferenceMatch.java	org.eclipse.jdt.core/search/org/eclipse/jdt/core/search	line 25	API Usage Problem
TypeReferenceMatch extends non-API type InternalReferenceMatch	TypeReferenceMatch.java	org.eclipse.jdt.core/search/org/eclipse/jdt/core/search	line 25	API Usage Problem
Comment 1 Jerome Lanneluc CLA 2008-09-17 05:57:40 EDT
Created attachment 112746 [details]
Proposed fix
Comment 2 Jerome Lanneluc CLA 2008-09-17 06:52:05 EDT
Fix released for 3.5M3
Comment 3 Olivier Thomann CLA 2008-10-27 15:31:56 EDT
Verified for 3.5M3 using I20081026-2000