| Summary: | DOT Graph View - NullPtrExc Colorscheme Attribute not part of attributeProperty for Dot Graph | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Zoey Gerrit Prigge <eclipse> |
| Component: | GEF DOT | Assignee: | Zoey Gerrit Prigge <eclipse> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | miklossy |
| Version: | unspecified | ||
| Target Milestone: | 5.1.0 (2019-06) | ||
| Hardware: | PC | ||
| OS: | Windows 10 | ||
| Whiteboard: | |||
Thank you Zoey for your contribution! I merged your PR into the master branch. Resolving as fixed in 5.1.0 (2019-06). |
The following dot file throws a NullPointerException: digraph { graph [colorscheme=svg, bgcolor="aqua"]; 1 } This seems to be due to the colorscheme attribute not being part of the eclipse.org.gef.graph.Graph object's attributeProperty; the Graph object which passed to the setGraph method in DotGraphView.