Bug 264941 - [inline] Comments above a variable declaration disappear
Summary: [inline] Comments above a variable declaration disappear
Status: RESOLVED DUPLICATE of bug 150558
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.4.1   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-14 14:01 EST by Alexey Izbyshev CLA
Modified: 2009-02-16 03:22 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Izbyshev CLA 2009-02-14 14:01:09 EST
public class Bug {

	public static void main(String[] args) {
		//comment 1
		//comment 2
		int i = 2;
		int j = 2 * i;
	}

}

All comments disappear when inlining "i"
Comment 1 Dani Megert CLA 2009-02-16 03:22:41 EST

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