mirror of https://github.com/apache/activemq.git
Apply patches for https://issues.apache.org/jira/browse/AMQ-3483
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1166164 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6e6d8605d3
commit
9529b24046
|
@ -66,7 +66,6 @@ public class TempQueueMemoryTest extends EmbeddedBrokerTestSupport {
|
|||
}
|
||||
producer.close();
|
||||
} catch (Exception e) {
|
||||
// TODO Auto-generated catch block
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
@ -105,7 +104,6 @@ public class TempQueueMemoryTest extends EmbeddedBrokerTestSupport {
|
|||
}
|
||||
}
|
||||
} catch (JMSException e) {
|
||||
// TODO Auto-generated catch block
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -124,7 +124,6 @@ public abstract class CursorSupport extends CombinationTestSupport {
|
|||
// using the cursor on the broker
|
||||
Thread.sleep(50);
|
||||
} catch (Exception e) {
|
||||
// TODO Auto-generated catch block
|
||||
e.printStackTrace();
|
||||
}
|
||||
consumerList.add(msg);
|
||||
|
|
|
@ -37,7 +37,6 @@ public class DummyPolicyTest extends SpringTestSupport {
|
|||
}
|
||||
|
||||
protected AbstractApplicationContext createApplicationContext() {
|
||||
// TODO Auto-generated method stub
|
||||
return new ClassPathXmlApplicationContext("org/apache/activemq/filter/dummyPolicy.xml");
|
||||
}
|
||||
|
||||
|
|
|
@ -69,7 +69,6 @@ public class SimpleNetworkTest extends org.apache.activemq.TestSupport {
|
|||
textMsg.setText(payload);
|
||||
remoteProducer.send(replyTo, textMsg);
|
||||
} catch (JMSException e) {
|
||||
// TODO Auto-generated catch block
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -104,7 +104,6 @@ public class QueueBridgeTest extends TestCase implements MessageListener {
|
|||
textMsg.setText(payload);
|
||||
requestServerProducer.send(replyTo, textMsg);
|
||||
} catch (JMSException e) {
|
||||
// TODO Auto-generated catch block
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -99,7 +99,6 @@ public class TopicBridgeSpringTest extends TestCase implements MessageListener {
|
|||
LOG.info("Sending response: " + textMsg);
|
||||
requestServerProducer.send(replyTo, textMsg);
|
||||
} catch (JMSException e) {
|
||||
// TODO Auto-generated catch block
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -98,7 +98,6 @@ public class PerfConsumer implements MessageListener {
|
|||
}
|
||||
lastMsgId=msg.getJMSMessageID();
|
||||
} catch (JMSException e1) {
|
||||
// TODO Auto-generated catch block
|
||||
e1.printStackTrace();
|
||||
}
|
||||
try {
|
||||
|
|
|
@ -26,7 +26,6 @@ import javax.jms.Session;
|
|||
public class TemporaryTopicMemoryAllocationTest extends MemoryAllocationTest {
|
||||
public TemporaryTopicMemoryAllocationTest() {
|
||||
super();
|
||||
// TODO Auto-generated constructor stub
|
||||
}
|
||||
|
||||
protected Destination getDestination(Session session) throws JMSException {
|
||||
|
|
|
@ -38,129 +38,100 @@ public class StubX509Certificate extends X509Certificate {
|
|||
|
||||
// --- Stubbed Methods ---
|
||||
public void checkValidity() {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
public void checkValidity(Date arg0) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
public int getVersion() {
|
||||
// TODO Auto-generated method stub
|
||||
return 0;
|
||||
}
|
||||
|
||||
public BigInteger getSerialNumber() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
public Principal getIssuerDN() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
public Date getNotBefore() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
public Date getNotAfter() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
public byte[] getTBSCertificate() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
public byte[] getSignature() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
public String getSigAlgName() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
public String getSigAlgOID() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
public byte[] getSigAlgParams() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
public boolean[] getIssuerUniqueID() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
public boolean[] getSubjectUniqueID() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
public boolean[] getKeyUsage() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
public int getBasicConstraints() {
|
||||
// TODO Auto-generated method stub
|
||||
return 0;
|
||||
}
|
||||
|
||||
public byte[] getEncoded() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
public void verify(PublicKey arg0) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
public void verify(PublicKey arg0, String arg1) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
public PublicKey getPublicKey() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
public boolean hasUnsupportedCriticalExtension() {
|
||||
// TODO Auto-generated method stub
|
||||
return false;
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
@SuppressWarnings({ "unchecked", "rawtypes" })
|
||||
public Set getCriticalExtensionOIDs() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
@SuppressWarnings({ "unchecked", "rawtypes" })
|
||||
public Set getNonCriticalExtensionOIDs() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
public byte[] getExtensionValue(String arg0) {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue