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
What is the expected behavior?
No NPE. Or exception when creating DiagramStyleProvider, but I think some users which don't handle a network still need a NominalVoltageDiagramStyleProvider (see this spectrum question).
What is the motivation / use case for changing the behavior?
Avoid NPE.
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Network can be null in
AbstractBaseVoltageDiagramStyleProvider
, leading to NullPointerExceptions.If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
TopologicalStyleProvider
orNominalVoltageDiagramStyleProvider
LayoutParameters
LayoutParameters.setAddNodesInfos(true)
What is the expected behavior?
No NPE. Or exception when creating DiagramStyleProvider, but I think some users which don't handle a network still need a NominalVoltageDiagramStyleProvider (see this spectrum question).
What is the motivation / use case for changing the behavior?
Avoid NPE.
The text was updated successfully, but these errors were encountered: