Bug 535556 - Refactor BendConnectionPolicy for better extensibility
Summary: Refactor BendConnectionPolicy for better extensibility
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF MVC (show other bugs)
Version: 5.0.1   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-05 07:58 EDT by Matthias Wienand CLA
Modified: 2018-06-05 07:58 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Wienand CLA 2018-06-05 07:58:44 EDT
Since the bending mechanism has not been changed in some time, I believe we should open the API for better extensibility.

For instance, methods such as findOrCreateAnchor() were once protected, but we changed them to private in order to hide the (bulky) implementation so that we are able to improve it later on.

Thus, we should either refactor the implementation or decide to expose the methods as is.