Bug 23264

Summary: ast: incorrect node hierarchy
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 M1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:
Bug Depends on:    
Bug Blocks: 23263    

Description Adam Kiezun CLA 2002-09-06 09:32:25 EDT
package p;
class A {
	/***/
	void f1(){}
}

the javadoc comment is assigned to the class, not the method
Comment 1 Olivier Thomann CLA 2002-09-06 10:06:51 EDT

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