linux-china / zookeeper-intellij

IntelliJ IDEA ZooKeeper Plugin
62 stars 36 forks source link

DoubleClick on the ToolWindow causes NullPointerException if no nodes are selected in the Tree #2

Open bonifaido opened 10 years ago

bonifaido commented 10 years ago

Hi,

first of all thank you for the great project, I had also planned to create a plugin for zookeeper, but you were faster ;)

Anyhow I detected a small bug: after double-clicking on the ToolWindow (by mistake) I got a nasty NullPointerException in ZkProjectComponent.onDoubleClick, because no nodes were selected.

Regards, Nandor