Bug 163204 - [BorderItems] BorderItemLocator has constructor with an unused parameter
Summary: [BorderItems] BorderItemLocator has constructor with an unused parameter
Status: NEW
Alias: None
Product: GMF-Runtime
Classification: Modeling
Component: General (show other bugs)
Version: 1.0.1   Edit
Hardware: PC Windows XP
: P3 minor
Target Milestone: 2.1   Edit
Assignee: Cherie Revells CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2006-11-02 08:59 EST by Cherie Revells CLA
Modified: 2010-11-18 17:50 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 Cherie Revells CLA 2006-11-02 08:59:32 EST
The BorderItemLocator has a constructor that looks like this:
	public BorderItemLocator(IFigure borderItem, IFigure parentFigure,
			Rectangle constraint) {
		this(parentFigure);
		setConstraint(constraint);
	}
The borderItem figure is not used, so we should change this constructor to not pass it in.
Comment 1 Eclipse Webmaster CLA 2010-07-19 12:30:27 EDT
[GMF Restructure] Bug 319140 : product GMF and component Runtime Diagram was the original product and component for this bug
Comment 2 Aurelien Pupier CLA 2010-11-18 17:50:26 EST
Effectively and it is not used in GMF. Perhaps we can put it as deprecated. Any objection?