plantuml / plantuml

Generate diagrams from textual description
https://plantuml.com
Other
9.66k stars 878 forks source link

Avoid NPE when a remote input stream cannot be read (while reading a remote style file) #1724

Closed travkin79 closed 1 month ago

travkin79 commented 1 month ago

Avoids the following stacktrace: java.lang.NullPointerException at java.base/java.io.Reader.(Reader.java:168) at java.base/java.io.InputStreamReader.(InputStreamReader.java:88) at net.sourceforge.plantuml.utils.BlocLines.load(BlocLines.java:79) at net.sourceforge.plantuml.style.CommandStyleImport.executeArg(CommandStyleImport.java:89)