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 141535 Details for
Bug 283408
NullPointerException when calling Shape constructor thru Polygon default constructor
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]
proposed patch
shape_setOpaque_npe.patch (text/plain), 803 bytes, created by
Marc Gobeil
on 2009-07-14 11:31:27 EDT
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Marc Gobeil
Created:
2009-07-14 11:31:27 EDT
Size:
803 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.draw2d >Index: src/org/eclipse/draw2d/Shape.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.gef/plugins/org.eclipse.draw2d/src/org/eclipse/draw2d/Shape.java,v >retrieving revision 1.13 >diff -u -r1.13 Shape.java >--- src/org/eclipse/draw2d/Shape.java 28 May 2009 16:45:11 -0000 1.13 >+++ src/org/eclipse/draw2d/Shape.java 14 Jul 2009 15:31:59 -0000 >@@ -56,7 +56,6 @@ > * @since 2.0 > */ > public Shape() { >- setOpaque(false); > lineAttributes = new LineAttributes(1.0f); > fill = true; > outline = true; >@@ -69,6 +68,8 @@ > lineWidth = (int)lineAttributes.width; > lineStyle = lineAttributes.style; > lastLineWidth = lineWidth; >+ >+ setOpaque(false); > } > > /**
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 283408
:
141535
|
142325