Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 86152

Summary: Cannot "Generate Delegate Methods..."
Product: [Eclipse Project] JDT Reporter: Victor Toni <victor.toni>
Component: UIAssignee: Tobias Widmer <tobias_widmer>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 3.1   
Target Milestone: 3.1 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Victor Toni CLA 2005-02-22 11:20:40 EST
I have this snippet and I would expect that I may create delegate methods for
the member. However no methods of the member are presented for choice.

Tested with 3.1M5a.

-----

public class DelegateException {

	Exception _exception;
	
	public DelegateException(Exception exception) {
		_exception = exception;
	}
}
Comment 1 Tobias Widmer CLA 2005-02-23 06:12:27 EST
Fixed > 20050223
Comment 2 Tom Hofmann CLA 2005-03-30 10:09:43 EST
Verified that _exception and all its public methods get proposed.
Comment 3 Victor Toni CLA 2005-04-06 08:56:35 EDT
Works in 3.1M6.