Bug 21893 - IType::isMember works the other way round
Summary: IType::isMember works the other way round
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M2   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-25 05:57 EDT by Adam Kiezun CLA
Modified: 2002-10-17 10:12 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 Adam Kiezun CLA 2002-07-25 05:57:54 EDT
2.0
here's the current incorrect implementation in SourceType:
/**
 * @see IType#isMember()
 */
public boolean isMember() throws JavaModelException {
	return getDeclaringType() == null;
}
Comment 1 Philipe Mulet CLA 2002-10-08 08:33:14 EDT
Indeed, good find.
Comment 2 David Audel CLA 2002-10-17 10:12:30 EDT
Verified.