https://bz.apache.org/bugzilla/show_bug.cgi?id=62336
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #6 from Felix Schumacher <[email protected]> --- Date: Sun Oct 28 12:52:03 2018 New Revision: 1845021 URL: http://svn.apache.org/viewvc?rev=1845021&view=rev Log: Convert anonymous inner class to nested class With the changes for the original bug report, the inner class got too big, so refactor it out into a nested static class. Some shortcuts are not working correctly on windows Contributed by Michael Pavlov (michael.paulau at gmail.com) Followup to r1845017 Bugzilla Id: 62336 Relates to #396 on github Modified: jmeter/trunk/src/core/org/apache/jmeter/gui/MainFrame.java -- You are receiving this mail because: You are the assignee for the bug.
