https://issues.apache.org/bugzilla/show_bug.cgi?id=55334
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|PC |All --- Comment #5 from Philippe Mouawad <[email protected]> --- Thanks for patch, but in fact it was not fixing root cause which was due to ReplaceableController not being loaded when in GUI mode and before saving Test Tree. This should be fixed now. Also removed invalid code in o instanceof TestElement branch code: ------------------------------------------------------------ else { // null subTree convertSubTree(tree.getTree(item)); } ------------------------------------------------------------ in this branch, tree.getTree(item) can only be null, so calling convertSubTree would lead to NPE. Thanks for reporting issue. -- You are receiving this mail because: You are the assignee for the bug.
