davidsusu / tree-printer

Java library for visualizing tree structures in the command line
Apache License 2.0
39 stars 8 forks source link

[Bug] Fix NPE when using BorderTreeNodeDecorator #4

Closed morningman closed 3 years ago

morningman commented 3 years ago

Fix #3

Hi, I am from Apache Doris(Incubating) project. And I found this wonderful tree printer tools. I am going to introduce this tool to our project to print the SQL query plan and query profile tree.

But when I am using BorderTreeNodeDecorator, it will throw NPE. So I have to copy your code to our repo to fix the bug. PR: https://github.com/apache/incubator-doris/pull/5475

Once you merge this PR and make a new release, I will remove the source code of this tree printer from Doris and just using maven dependency.

Thank U!