Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 228375 Details for
Bug 380140
[GEF] thread safety issue
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Git patch
clipboard.txt (text/plain), 927 bytes, created by
Arnaud MERGEY
on 2013-03-13 14:27:57 EDT
(
hide
)
Description:
Git patch
Filename:
MIME Type:
Creator:
Arnaud MERGEY
Created:
2013-03-13 14:27:57 EDT
Size:
927 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.rap.gef/src/org/eclipse/gef/editparts/AbstractConnectionEditPart.java b/bundles/org.eclipse.rap.gef/src/org/eclipse/gef/editparts/AbstractConnectionEditPart.java >index d51c53b..8d36840 100644 >--- a/bundles/org.eclipse.rap.gef/src/org/eclipse/gef/editparts/AbstractConnectionEditPart.java >+++ b/bundles/org.eclipse.rap.gef/src/org/eclipse/gef/editparts/AbstractConnectionEditPart.java >@@ -37,9 +37,9 @@ > public abstract class AbstractConnectionEditPart extends > AbstractGraphicalEditPart implements ConnectionEditPart, LayerConstants { > >- private static final ConnectionAnchor DEFAULT_SOURCE_ANCHOR = new XYAnchor( >+ private final ConnectionAnchor DEFAULT_SOURCE_ANCHOR = new XYAnchor( > new Point(10, 10)); >- private static final ConnectionAnchor DEFAULT_TARGET_ANCHOR = new XYAnchor( >+ private final ConnectionAnchor DEFAULT_TARGET_ANCHOR = new XYAnchor( > new Point(100, 100)); > > /**
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 380140
:
215959
|
215970
| 228375