https://issues.apache.org/bugzilla/show_bug.cgi?id=56360
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Sebb <[email protected]> --- Thanks for the patch etc. Fixed: URL: http://svn.apache.org/r1586693 Log: HashTree and ListedHashTree fail to compile with Java 8 Rename replace as replaceKey to avoid clash with Java 8 Map.replace(K,V) mew method Bugzilla Id: 56360 Modified: jmeter/trunk/src/core/org/apache/jmeter/JMeter.java jmeter/trunk/src/core/org/apache/jmeter/engine/ConvertListeners.java jmeter/trunk/src/core/org/apache/jmeter/gui/action/Save.java jmeter/trunk/src/jorphan/org/apache/jorphan/collections/HashTree.java jmeter/trunk/src/jorphan/org/apache/jorphan/collections/ListedHashTree.java jmeter/trunk/src/reports/org/apache/jmeter/report/gui/action/ReportSave.java jmeter/trunk/xdocs/changes.xml -- You are receiving this mail because: You are the assignee for the bug.
