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 147179 Details for
Bug 280363
DecorationScheduler Job never finishes
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 reproduce
clipboard.txt (text/plain), 1.02 KB, created by
Benjamin Muskalla
on 2009-09-15 05:46:50 EDT
(
hide
)
Description:
patch to reproduce
Filename:
MIME Type:
Creator:
Benjamin Muskalla
Created:
2009-09-15 05:46:50 EDT
Size:
1.02 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.demo >Index: src/org/eclipse/rap/demo/DemoTreeViewPart.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.ui/org.eclipse.rap.demo/src/org/eclipse/rap/demo/DemoTreeViewPart.java,v >retrieving revision 1.16 >diff -u -r1.16 DemoTreeViewPart.java >--- src/org/eclipse/rap/demo/DemoTreeViewPart.java 12 Nov 2008 22:43:10 -0000 1.16 >+++ src/org/eclipse/rap/demo/DemoTreeViewPart.java 15 Sep 2009 09:48:50 -0000 >@@ -236,9 +236,11 @@ > p1.addChild( to1 ); > p1.addChild( to2 ); > p1.addChild( to3 ); >- TreeObject to4 = new BrokenTreeObject( "Leaf 4" ); > TreeParent p2 = new TreeParent( "Parent 2" ); >- p2.addChild( to4 ); >+ for( int i = 0; i < 1000; i++ ) { >+ TreeObject to4 = new BrokenTreeObject( "Leaf 4" ); >+ p2.addChild( to4 ); >+ } > TreeParent root = new TreeParent( "Root" ); > TreeParent p3 = new TreeParent( "Child X - filter me!" ); > root.addChild( p1 );
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 280363
: 147179 |
147336