Ticket #1772 (closed defect: worksforme)

Opened 6 months ago

Last modified 6 months ago

ConcurrentModificationException on GridLayout paint

Reported by: Mauno Haukila Owned by: Matti Tahvonen
Priority: blocker Milestone: User Interface Library 5.2.2
Component: gwt-adapter-server Version:
Keywords: Cc:
Known Issue description:
Hours estimate: Deadline (dd.mm.yyyy):
Known Issue version (since): Known Issue title:
Hours done: Depends to:
Affects documentation: no
Known Issue workaround:
Affects release notes: no Contract:

Description

Just upgraded to trunk and there seems to be regression.

If I add new TextField? to gridlayout with Button.ClickListener? I get:

java.util.ConcurrentModificationException

	at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:617)

	at java.util.LinkedList$ListItr.next(LinkedList.java:552)

	at com.itmill.toolkit.ui.GridLayout.paintContent(GridLayout.java:431)

	at com.itmill.toolkit.ui.AbstractComponent.paint(AbstractComponent.java:623)

	at com.itmill.toolkit.terminal.gwt.server.CommunicationManager.handleUidlRequest(CommunicationManager

.java:380)

	at com.itmill.toolkit.terminal.gwt.server.ApplicationServlet.service(ApplicationServlet.java:419)

	at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

Change History

Changed 6 months ago by Mauno Haukila

Reverted back to previous revision that I used before: Rev 4615. It works without that exception.

Changed 6 months ago by Joonas Lehtinen

  • milestone set to User Interface Library 5.2.2

Changed 6 months ago by Matti Tahvonen

  • owner changed from Marko Gronroos to Matti Tahvonen
  • status changed from new to accepted

Changed 6 months ago by Matti Tahvonen

  • status changed from accepted to closed
  • resolution set to worksforme

hi I added test case in [4765]. Can't reproduce the bug.

Note: See TracTickets for help on using tickets.