| Summary: | NullPointerException in PinnablePaletteStackFigure$HeaderListLayout | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Anthony Hunter <ahunter.eclipse> |
| Component: | GEF-Legacy GEF (MVC) | Assignee: | Anthony Hunter <ahunter.eclipse> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | mdelder |
| Version: | 3.4 | ||
| Target Milestone: | 3.4.0 (Ganymede) RC1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Anthony Hunter
Looks like layout() is being called and there is not yet an active tool: activeToolFigure.setBounds(r.getResized(-pinSize.width, 0)); Adding protection code for this case. Committed to HEAD. |