Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 200362 - [quick fix] assign to local/field should add semicolon, if required
Summary: [quick fix] assign to local/field should add semicolon, if required
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.4 M2   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-17 09:58 EDT by Martin Aeschlimann CLA
Modified: 2007-08-17 10:47 EDT (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 Martin Aeschlimann CLA 2007-08-17 09:58:52 EDT
3.3

assign to local/field on the code like this:
class A {
	void foo() {
		System.getProperties()
	}
}

should add a semicolon as well

		Properties properties= System.getProperties();
Comment 1 Martin Aeschlimann CLA 2007-08-17 10:47:10 EDT
fixed > 20070817