https://bz.apache.org/bugzilla/show_bug.cgi?id=62683
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #2 from Felix Schumacher <[email protected]> --- Date: Thu Sep 6 17:07:59 2018 New Revision: 1840238 URL: http://svn.apache.org/viewvc?rev=1840238&view=rev Log: Use the wrapped exception for error message on file load for StreamException When a user opens a test plan that is no xml at all, a StreamException gets thrown. This exception can have an empty message. That will lead to an error dialog that has no text at all. In that case we try to work around this by using the wrapped exception as the source for the error message. Bugzilla Id: 62683 Modified: jmeter/trunk/src/core/org/apache/jmeter/gui/action/Load.java jmeter/trunk/xdocs/changes.xml -- You are receiving this mail because: You are the assignee for the bug.
