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 137969 Details for
Bug 278741
[Shell] child shells are not disposed when disposing parent
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]
testcase
test.diff (text/plain), 813 bytes, created by
Benjamin Muskalla
on 2009-06-02 04:53:50 EDT
(
hide
)
Description:
testcase
Filename:
MIME Type:
Creator:
Benjamin Muskalla
Created:
2009-06-02 04:53:50 EDT
Size:
813 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.test >Index: src/org/eclipse/swt/widgets/Shell_Test.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt.test/org.eclipse.rap.rwt.test/src/org/eclipse/swt/widgets/Shell_Test.java,v >retrieving revision 1.13 >diff -u -r1.13 Shell_Test.java >--- src/org/eclipse/swt/widgets/Shell_Test.java 28 May 2009 12:01:46 -0000 1.13 >+++ src/org/eclipse/swt/widgets/Shell_Test.java 2 Jun 2009 08:55:00 -0000 >@@ -199,6 +199,10 @@ > Shell childShell = new Shell( shell ); > childShell.dispose(); > assertTrue( childShell.isDisposed() ); >+ >+ childShell = new Shell( shell ); >+ shell.dispose(); >+ assertTrue( childShell.isDisposed() ); > } > > public void testCreateDescendantShell() {
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 278741
:
137969
|
138351