You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*The attached MRE fails at
"LGraph l1 = new ElkGraphTransformer().importGraph(g);" with the error: "Couldn't clone property 'org.eclipse.elk.nodeLabels.padding'.
The code fails in the call to "computeInsideNodeLabelPadding" method on the line:
"NodeContext nodeContext = new NodeContext((GraphAdapters.GraphAdapter)null, node);"
That code calls for a clone of nodeLabelPadding that fails, apparently due to the absence of a
default Pattern object.
I'm compiling using Temurin 17.0.14 on a continuously updated Windows 11 system with IntelliJ v 2024.3.5 (CE).
I'm referencing org.eclipse.elk v 0.10.0 in the pom.xml file (attached). This code also fails on Elk 0.8.1.
Attached are the java code, the pom.xml file, and the traceback report.
*The attached MRE fails at
"LGraph l1 = new ElkGraphTransformer().importGraph(g);" with the error: "Couldn't clone property 'org.eclipse.elk.nodeLabels.padding'.
The code fails in the call to "computeInsideNodeLabelPadding" method on the line:
"NodeContext nodeContext = new NodeContext((GraphAdapters.GraphAdapter)null, node);"
That code calls for a clone of nodeLabelPadding that fails, apparently due to the absence of a
default Pattern object.
I'm compiling using Temurin 17.0.14 on a continuously updated Windows 11 system with IntelliJ v 2024.3.5 (CE).
I'm referencing org.eclipse.elk v 0.10.0 in the pom.xml file (attached). This code also fails on Elk 0.8.1.
Attached are the java code, the pom.xml file, and the traceback report.
Thank you for your help on this.
Mike
MRE.md
pomfile.md
tracebackfile.md
The text was updated successfully, but these errors were encountered: