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 150715 Details for
Bug 282506
[Shell] StackOverflow when calling Shell#close in Deactivate listener
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.
Test case: Insert in Shell_Test
clipboard.txt (text/plain), 641 bytes, created by
RĂ¼diger Herrmann
on 2009-10-28 07:58:36 EDT
(
hide
)
Description:
Test case: Insert in Shell_Test
Filename:
MIME Type:
Creator:
RĂ¼diger Herrmann
Created:
2009-10-28 07:58:36 EDT
Size:
641 bytes
patch
obsolete
> /* > * Bug 282506: [Shell] StackOverflow when calling Shell#close in Deactivate > * listener > */ > public void testCloseOnDeactivateWithMultipleShells() { > Display display = new Display(); > Shell shell = new Shell( display ); > shell.open(); > final Shell dialog = new Shell( shell ); > dialog.setLayout( new FillLayout() ); > dialog.addShellListener( new ShellAdapter() { > public void shellDeactivated( final ShellEvent event ) { > dialog.close(); > } > }); > dialog.open(); > dialog.close(); > // no assert: test case is to ensure that no stack overflow occurs > }
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 Raw
Actions:
View
Attachments on
bug 282506
:
140849
| 150715