Actually, these are initial fragments, loading in the order 5,1,2,3,4. There are no exclusive fragments in this application.
On Monday, October 14, 2013 1:37:46 PM UTC-4, Jens wrote: > > You have only used that specific code in split point 5 and never in split > point 1. Thats why the code ends up in split point 5. If you would use the > same code in both split points it would end up in the left over fragment > because its not unique anymore to a single split point. > > The compile report should show you a method call stack which the GWT > compiler has been used to determine if a code fragment should end up in the > split point you currently investigate. > > > -- J. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
