Bug 23264 - ast: incorrect node hierarchy
Summary: ast: incorrect node hierarchy
Status: RESOLVED DUPLICATE of bug 23054
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 M1   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 23263
  Show dependency tree
 
Reported: 2002-09-06 09:32 EDT by Adam Kiezun CLA
Modified: 2003-03-23 12:17 EST (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-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 ***