omadawn / njord

Java iRule Editor
2 stars 1 forks source link

Get iRules throws a non-fatal exception right when you click it and before the list is built. #32

Closed omadawn closed 12 years ago

omadawn commented 12 years ago

This happens when it iterates through the non-leaf nodes because building the tree was making the assumption that everything was a NjordiRuleObject. The same thing happened when you clicked on a non-leaf node.

I believe the building the tree part no longer generates an error but I'm not sure about the selecting a non-leaf node.

omadawn commented 12 years ago

This was due to the assumption that all leaf nodes were text editor panes. This is no longer the case. Fixed