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 178354 Details for
Bug 321452
org.eclipse.draw2d.AbstractPointListShape.addPoint() call to Figure.erase() causing infinite loop in datatools subclasses
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]
Patch to fix the issue.
patch.txt (text/plain), 914 bytes, created by
Anthony Hunter
on 2010-09-07 15:18:06 EDT
(
hide
)
Description:
Patch to fix the issue.
Filename:
MIME Type:
Creator:
Anthony Hunter
Created:
2010-09-07 15:18:06 EDT
Size:
914 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.draw2d >Index: src/org/eclipse/draw2d/AbstractPointListShape.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.gef/plugins/org.eclipse.draw2d/src/org/eclipse/draw2d/AbstractPointListShape.java,v >retrieving revision 1.3 >diff -u -r1.3 AbstractPointListShape.java >--- src/org/eclipse/draw2d/AbstractPointListShape.java 19 May 2010 20:28:19 -0000 1.3 >+++ src/org/eclipse/draw2d/AbstractPointListShape.java 7 Sep 2010 19:17:27 -0000 >@@ -74,7 +74,6 @@ > * the Point to be added to this figure > */ > public void addPoint(Point pt) { >- erase(); > points.addPoint(pt); > repaint(); > } >@@ -116,7 +115,6 @@ > * the position in this figure where the point is to be added > */ > public void insertPoint(Point pt, int index) { >- erase(); > points.insertPoint(pt, index); > repaint(); > }
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 321452
: 178354