Message6732

Author pjenvey
Recipients alex.gronholm, pjenvey
Date 2011-11-24.01:33:30
SpamBayes Score 0.00071739685
Marked as misclassified No
Message-id <1322098411.8.0.142100177945.issue1819@psf.upfronthosting.co.za>
In-reply-to
Content
Turns out we weren't actually passing a null into the method here, what's passed for 'value' in the test is a DefaultMutableTreeNode. This Swing class's toString method apparently returns null, which eventually blows up Jython when it goes to print it
History
Date User Action Args
2011-11-24 01:33:31pjenveysetmessageid: <1322098411.8.0.142100177945.issue1819@psf.upfronthosting.co.za>
2011-11-24 01:33:31pjenveysetrecipients: + pjenvey, alex.gronholm
2011-11-24 01:33:31pjenveylinkissue1819 messages
2011-11-24 01:33:31pjenveycreate