Bug 21893

Summary: IType::isMember works the other way round
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 M2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.