Github user vlsi commented on a diff in the pull request: https://github.com/apache/jmeter/pull/27#discussion_r38084911 --- Diff: src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/AbstractJDBCTestElement.java --- @@ -18,34 +18,44 @@ package org.apache.jmeter.protocol.jdbc; +import org.apache.commons.collections.map.LRUMap; +import org.apache.jmeter.samplers.SampleResult; +import org.apache.jmeter.save.CSVSaveService; +import org.apache.jmeter.testelement.AbstractTestElement; +import org.apache.jmeter.testelement.TestStateListener; +import org.apache.jmeter.threads.JMeterVariables; +import org.apache.jmeter.util.JMeterUtils; +import org.apache.jorphan.logging.LoggingManager; +import org.apache.log.Logger; --- End diff -- Please refrain from moving imports around. Can you please move `org.apache` imports back to the initial location?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---