Ticket #1024 (closed defect: fixed)

Opened 15 months ago

Last modified 15 months ago

SplitPanel NPE if first and second components are not set

Reported by: Jani Laakso Owned by: Jani Laakso
Priority: major Milestone: 5.0.0-beta-phase2 (release candidate)
Component: gwt-adapter-server Version: 5.0.0-pre
Keywords: Cc: matti.tahvonen@…
Known Issue description:
Hours estimate: 0 Deadline (dd.mm.yyyy):
Known Issue version (since): Known Issue title:
Hours done: Depends to:
Affects documentation: no
Known Issue workaround:
Affects release notes: yes Contract:

Description

NPE's on fourth line:

		Window main = new Window("Feature Browser");
		setMainWindow(main);
		SplitPanel horizontalSplit = new SplitPanel();
		mainWindow.addComponent(horizontalSplit);

Change History

Changed 15 months ago by Jani Laakso

  • status changed from new to closed
  • hours_left changed from 2 to 0
  • resolution set to fixed

Fixed in [2567].

Note: See TracTickets for help on using tickets.