bugged stringlengths 6 599k | fixed stringlengths 10 599k | __index_level_0__ int64 0 1.13M |
|---|---|---|
protected void stopListener() { listenerStopping = true; //The listener loop may not be waiting, so interrupting the thread will //not necessarily work, thus leaving it hanging //so we use the listenerStopping variable too listenerThread.interrupt(); try { listenerT... | protected void stopListener() { stopping = true; //The listener loop may not be waiting, so interrupting the thread will //not necessarily work, thus leaving it hanging //so we use the listenerStopping variable too listenerThread.interrupt(); try { listenerThread.jo... | 30,081 |
protected void stopListener() { listenerStopping = true; //The listener loop may not be waiting, so interrupting the thread will //not necessarily work, thus leaving it hanging //so we use the listenerStopping variable too listenerThread.interrupt(); try { listenerT... | protected void stopListener() { listenerStopping = true; //The listener loop may not be waiting, so interrupting the thread will //not necessarily work, thus leaving it hanging //so we use the listenerStopping variable too listenerThread.interrupt(); try { listenerT... | 30,082 |
protected void stopReceiver() { receiverStopping = true; //The listener loop may not be waiting, so interrupting the thread will //not necessarily work, thus leaving it hanging //so we use the listenerStopping variable too receiverThread.interrupt(); receiverStopping = fal... | protected void stopReceiver() { stopping = true; //The listener loop may not be waiting, so interrupting the thread will //not necessarily work, thus leaving it hanging //so we use the listenerStopping variable too receiverThread.interrupt(); receiverStopping = false; ... | 30,083 |
protected void stopReceiver() { receiverStopping = true; //The listener loop may not be waiting, so interrupting the thread will //not necessarily work, thus leaving it hanging //so we use the listenerStopping variable too receiverThread.interrupt(); receiverStopping = fal... | protected void stopReceiver() { receiverStopping = true; //The listener loop may not be waiting, so interrupting the thread will //not necessarily work, thus leaving it hanging //so we use the listenerStopping variable too receiverThread.interrupt(); stopping = false; ... | 30,084 |
public static Connector getCallbackServer() throws Exception { if (callbackServer == null) { callbackServer = new Connector(); callbackServer.setInvokerLocator(new InvokerLocator(callbackServerURI).getLocatorURI()); callbackServer.start(); // TODO this is unnecessary ... | public static Connector getCallbackServer() throws Exception { if (callbackServer == null) { callbackServer = new Connector(); callbackServer.setInvokerLocator(new InvokerLocator(callbackServerURI).getLocatorURI()); callbackServer.start(); // TODO this is unnecessary ... | 30,085 |
public static Connector getCallbackServer() throws Exception { if (callbackServer == null) { callbackServer = new Connector(); callbackServer.setInvokerLocator(new InvokerLocator(callbackServerURI).getLocatorURI()); callbackServer.start(); // TODO this is unnecessary ... | public static Connector getCallbackServer() throws Exception { if (callbackServer == null) { callbackServer = new Connector(); callbackServer.setInvokerLocator(new InvokerLocator(callbackServerURI).getLocatorURI()); callbackServer.start(); // TODO this is unnecessary ... | 30,086 |
public void setUp() throws Exception { super.setUp(); ServerManagement.start("all"); ServerManagement.undeployTopic("Topic"); ServerManagement.undeployTopic("Topic2"); ServerManagement.undeployQueue("Queue"); ServerManagement.deployTopic("Topic"); ServerManagement.deployTopic("To... | public void setUp() throws Exception { super.setUp(); ServerManagement.start("all"); ServerManagement.undeployTopic("Topic"); ServerManagement.undeployTopic("Topic2"); ServerManagement.undeployQueue("Queue"); ServerManagement.deployTopic("Topic"); ServerManagement.deployTopic("To... | 30,087 |
public void recoverChannel() throws Exception { queue = new Queue(1, ms, pm, true, false, 100, 20, 10, new QueuedExecutor(), null); } | public void recoverChannel() throws Exception { queue = new Queue(1, ms, pm, true, false, 100, 20, 10, new QueuedExecutor(), null); } | 30,088 |
public void setUp() throws Exception { super.setUp(); queue = new Queue(1, ms, pm, true, false, 100, 20, 10, new QueuedExecutor(), null); } | public void setUp() throws Exception { super.setUp(); queue = new Queue(1, ms, pm, true, false, 100, 20, 10, new QueuedExecutor(), null); } | 30,089 |
public Xid[] getPreparedTransactions() { List xids = this.serverPeer.getTxRepository().getPreparedTransactions(); return (Xid[])xids.toArray(); } | public Xid[] getPreparedTransactions() { List xids = this.serverPeer.getTxRepository().getPreparedTransactions(); return (Xid[])xids.toArray(new Xid[xids.size()]); } | 30,090 |
protected Keymap createKeymap() { String prefix = getPropertyPrefix(); UIDefaults defaults = UIManager.getLookAndFeelDefaults(); JTextComponent.KeyBinding[] bindings = (JTextComponent.KeyBinding[]) defaults.get(prefix + ".keyBindings"); if (bindings == null) { bindings = new JTextCompon... | protected Keymap createKeymap() { String prefix = getPropertyPrefix(); JTextComponent.KeyBinding[] bindings = (JTextComponent.KeyBinding[]) defaults.get(prefix + ".keyBindings"); if (bindings == null) { bindings = new JTextComponent.KeyBinding[0]; defaults.put(prefix + ".keyBind... | 30,091 |
protected Keymap createKeymap() { String prefix = getPropertyPrefix(); UIDefaults defaults = UIManager.getLookAndFeelDefaults(); JTextComponent.KeyBinding[] bindings = (JTextComponent.KeyBinding[]) defaults.get(prefix + ".keyBindings"); if (bindings == null) { bindings = new JTextCompon... | protected Keymap createKeymap() { String prefix = getPropertyPrefix(); UIDefaults defaults = UIManager.getLookAndFeelDefaults(); JTextComponent.KeyBinding[] bindings = (JTextComponent.KeyBinding[]) UIManager.get(prefix + ".keyBindings"); if (bindings == null) { bindings = new JTextCompo... | 30,092 |
protected Keymap createKeymap() { String prefix = getPropertyPrefix(); UIDefaults defaults = UIManager.getLookAndFeelDefaults(); JTextComponent.KeyBinding[] bindings = (JTextComponent.KeyBinding[]) defaults.get(prefix + ".keyBindings"); if (bindings == null) { bindings = new JTextCompon... | protected Keymap createKeymap() { String prefix = getPropertyPrefix(); UIDefaults defaults = UIManager.getLookAndFeelDefaults(); JTextComponent.KeyBinding[] bindings = (JTextComponent.KeyBinding[]) defaults.get(prefix + ".keyBindings"); if (bindings == null) { bindings = new JTextCompon... | 30,093 |
ActionMap getActionMap() { String prefix = getPropertyPrefix(); UIDefaults defaults = UIManager.getLookAndFeelDefaults(); ActionMap am = (ActionMap) defaults.get(prefix + ".actionMap"); if (am == null) { am = createActionMap(); defaults.put(prefix + ".actionMap", am); } ret... | ActionMap getActionMap() { String prefix = getPropertyPrefix(); UIDefaults defaults = UIManager.getLookAndFeelDefaults(); ActionMap am = (ActionMap) defaults.get(prefix + ".actionMap"); if (am == null) { am = createActionMap(); defaults.put(prefix + ".actionMap", am); } ret... | 30,094 |
ActionMap getActionMap() { String prefix = getPropertyPrefix(); UIDefaults defaults = UIManager.getLookAndFeelDefaults(); ActionMap am = (ActionMap) defaults.get(prefix + ".actionMap"); if (am == null) { am = createActionMap(); defaults.put(prefix + ".actionMap", am); } ret... | ActionMap getActionMap() { String prefix = getPropertyPrefix(); UIDefaults defaults = UIManager.getLookAndFeelDefaults(); ActionMap am = (ActionMap) defaults.get(prefix + ".actionMap"); if (am == null) { am = createActionMap(); UIManager.put(prefix + ".actionMap", am); } re... | 30,095 |
InputMap getInputMap(int condition) { String prefix = getPropertyPrefix(); UIDefaults defaults = UIManager.getLookAndFeelDefaults(); switch (condition) { case JComponent.WHEN_IN_FOCUSED_WINDOW: // FIXME: is this the right string? nobody seems to use it. return (InputMap) defaults.get... | InputMap getInputMap(int condition) { String prefix = getPropertyPrefix(); switch (condition) { case JComponent.WHEN_IN_FOCUSED_WINDOW: // FIXME: is this the right string? nobody seems to use it. return (InputMap) defaults.get(prefix + ".windowInputMap"); case JComponent.WHEN_... | 30,096 |
InputMap getInputMap(int condition) { String prefix = getPropertyPrefix(); UIDefaults defaults = UIManager.getLookAndFeelDefaults(); switch (condition) { case JComponent.WHEN_IN_FOCUSED_WINDOW: // FIXME: is this the right string? nobody seems to use it. return (InputMap) defaults.get... | InputMap getInputMap(int condition) { String prefix = getPropertyPrefix(); UIDefaults defaults = UIManager.getLookAndFeelDefaults(); switch (condition) { case JComponent.WHEN_IN_FOCUSED_WINDOW: // FIXME: is this the right string? nobody seems to use it. return (InputMap) UIManager.ge... | 30,097 |
InputMap getInputMap(int condition) { String prefix = getPropertyPrefix(); UIDefaults defaults = UIManager.getLookAndFeelDefaults(); switch (condition) { case JComponent.WHEN_IN_FOCUSED_WINDOW: // FIXME: is this the right string? nobody seems to use it. return (InputMap) defaults.get... | InputMap getInputMap(int condition) { String prefix = getPropertyPrefix(); UIDefaults defaults = UIManager.getLookAndFeelDefaults(); switch (condition) { case JComponent.WHEN_IN_FOCUSED_WINDOW: // FIXME: is this the right string? nobody seems to use it. return (InputMap) defaults.get... | 30,098 |
InputMap getInputMap(int condition) { String prefix = getPropertyPrefix(); UIDefaults defaults = UIManager.getLookAndFeelDefaults(); switch (condition) { case JComponent.WHEN_IN_FOCUSED_WINDOW: // FIXME: is this the right string? nobody seems to use it. return (InputMap) defaults.get... | InputMap getInputMap(int condition) { String prefix = getPropertyPrefix(); UIDefaults defaults = UIManager.getLookAndFeelDefaults(); switch (condition) { case JComponent.WHEN_IN_FOCUSED_WINDOW: // FIXME: is this the right string? nobody seems to use it. return (InputMap) defaults.get... | 30,099 |
protected Rectangle getVisibleEditorRect() { int width = textComponent.getWidth(); int height = textComponent.getHeight(); if (width <= 0 || height <= 0) return new Rectangle(0, 0, 0, 0); Insets insets = textComponent.getInsets(); return new Rectangle(insets.left, insets.top, width - insets.l... | protected Rectangle getVisibleEditorRect() { int width = textComponent.getWidth(); int height = textComponent.getHeight(); if (width <= 0 || height <= 0) return new Rectangle(0, 0, 0, 0); Insets insets = textComponent.getInsets(); return new Rectangle(insets.left, insets.top, width - insets.l... | 30,100 |
public void menuDragMouseDragged(MenuDragMouseEvent event); | void menuDragMouseDragged(MenuDragMouseEvent event); | 30,104 |
public void menuDragMouseEntered(MenuDragMouseEvent event); | void menuDragMouseEntered(MenuDragMouseEvent event); | 30,105 |
public void menuDragMouseExited(MenuDragMouseEvent event); | void menuDragMouseExited(MenuDragMouseEvent event); | 30,106 |
public void menuDragMouseReleased(MenuDragMouseEvent event); | void menuDragMouseReleased(MenuDragMouseEvent event); | 30,107 |
public static void paintTable( Context c, TableBox table, boolean restyle ) { restyle = restyle || table.restyle; table.restyle = false; c.getGraphics().translate( table.x, table.y ); Border border = c.getCurrentStyle().getBorderWidth( c.getBlockFormattingContext().getWidth(), c.getBlock... | public static void paintTable( Context c, TableBox table, boolean restyle ) { restyle = restyle || table.restyle; table.restyle = false; Border border = c.getCurrentStyle().getBorderWidth( c.getBlockFormattingContext().getWidth(), c.getBlockFormattingContext().getHeight() ); Bord... | 30,108 |
public static void paintTable( Context c, TableBox table, boolean restyle ) { restyle = restyle || table.restyle; table.restyle = false; c.getGraphics().translate( table.x, table.y ); Border border = c.getCurrentStyle().getBorderWidth( c.getBlockFormattingContext().getWidth(), c.getBlock... | public static void paintTable( Context c, TableBox table, boolean restyle ) { restyle = restyle || table.restyle; table.restyle = false; c.getGraphics().translate( table.x, table.y ); Border border = c.getCurrentStyle().getBorderWidth( c.getBlockFormattingContext().getWidth(), c.getBlock... | 30,109 |
public static void paintTable( Context c, TableBox table, boolean restyle ) { restyle = restyle || table.restyle; table.restyle = false; c.getGraphics().translate( table.x, table.y ); Border border = c.getCurrentStyle().getBorderWidth( c.getBlockFormattingContext().getWidth(), c.getBlock... | public static void paintTable( Context c, TableBox table, boolean restyle ) { restyle = restyle || table.restyle; table.restyle = false; c.getGraphics().translate( table.x, table.y ); Border border = c.getCurrentStyle().getBorderWidth( c.getBlockFormattingContext().getWidth(), c.getBlock... | 30,110 |
public static void paintTable( Context c, TableBox table, boolean restyle ) { restyle = restyle || table.restyle; table.restyle = false; c.getGraphics().translate( table.x, table.y ); Border border = c.getCurrentStyle().getBorderWidth( c.getBlockFormattingContext().getWidth(), c.getBlock... | public static void paintTable( Context c, TableBox table, boolean restyle ) { restyle = restyle || table.restyle; table.restyle = false; c.getGraphics().translate( table.x, table.y ); Border border = c.getCurrentStyle().getBorderWidth( c.getBlockFormattingContext().getWidth(), c.getBlock... | 30,111 |
public void columnSelectionChanged (ListSelectionEvent event) { repaint(); } | public void columnSelectionChanged (ListSelectionEvent event) { if (getColumnCount() < 2) return; int x0 = 0; int idx0 = event.getFirstIndex(); int idxn = event.getLastIndex(); int i; for (i = 0; i < idx0; i++) x0 += columnModel.getColumn(i).getWidth(); int xn = x0; for (i = idx0; i <= idxn; i++) xn += colum... | 30,112 |
protected void initializeLocalVars() { setTableHeader(createDefaultTableHeader()); if (autoCreateColumnsFromModel) createDefaultColumnsFromModel(); this.columnModel.addColumnModelListener(this); this.defaultRenderersByColumnClass = new Hashtable(); createDefaultRenderers(); this.defaultEdi... | protected void initializeLocalVars() { setTableHeader(createDefaultTableHeader()); if (autoCreateColumnsFromModel) createDefaultColumnsFromModel(); this.columnModel.addColumnModelListener(this); this.defaultRenderersByColumnClass = new Hashtable(); createDefaultRenderers(); this.defaultEdi... | 30,113 |
public void valueChanged (ListSelectionEvent event) { repaint(); } | public void valueChanged (ListSelectionEvent event) { if (getRowCount() < 2) return; int y_gap = rowMargin; int y0 = (getRowHeight() + y_gap) * (event.getFirstIndex()); int yn = (getRowHeight() + y_gap) * (event.getLastIndex()+1); repaint(0, y0, getWidth(), yn-y0); } | 30,115 |
protected void configureNetwork(Device device, DHCPMessage msg) throws NetworkException { configureNetwork(device, msg.getHeader()); byte[] routerValue = msg.getOption(DHCPMessage.ROUTER_OPTION); if (routerValue != null && routerValue.length >= 4) { IPv4Address routerIP = ... | protected void configureNetwork(Device device, DHCPMessage msg) throws NetworkException { configureNetwork(device, msg.getHeader()); byte[] routerValue = msg.getOption(DHCPMessage.ROUTER_OPTION); if (routerValue != null && routerValue.length >= 4) { IPv4Address routerIP = ... | 30,116 |
protected boolean processResponse(Device device, NetDeviceAPI api, int transactionID, DatagramPacket packet) throws IOException { DHCPMessage msg = new DHCPMessage(packet); BOOTPHeader hdr = msg.getHeader(); if (hdr.getOpcode() != BOOTPHeader.BOOTREPLY) { // Not a response... | protected boolean processResponse(Device device, NetDeviceAPI api, int transactionID, DatagramPacket packet) throws IOException { DHCPMessage msg = new DHCPMessage(packet); BOOTPHeader hdr = msg.getHeader(); if (hdr.getOpcode() != BOOTPHeader.BOOTREPLY) { // Not a response... | 30,118 |
protected boolean processResponse(Device device, NetDeviceAPI api, int transactionID, DatagramPacket packet) throws IOException { DHCPMessage msg = new DHCPMessage(packet); BOOTPHeader hdr = msg.getHeader(); if (hdr.getOpcode() != BOOTPHeader.BOOTREPLY) { // Not a response... | protected boolean processResponse(Device device, NetDeviceAPI api, int transactionID, DatagramPacket packet) throws IOException { DHCPMessage msg = new DHCPMessage(packet); BOOTPHeader hdr = msg.getHeader(); if (hdr.getOpcode() != BOOTPHeader.BOOTREPLY) { // Not a response... | 30,119 |
protected boolean processResponse(Device device, NetDeviceAPI api, int transactionID, DatagramPacket packet) throws IOException { DHCPMessage msg = new DHCPMessage(packet); BOOTPHeader hdr = msg.getHeader(); if (hdr.getOpcode() != BOOTPHeader.BOOTREPLY) { // Not a response... | protected boolean processResponse(Device device, NetDeviceAPI api, int transactionID, DatagramPacket packet) throws IOException { DHCPMessage msg = new DHCPMessage(packet); BOOTPHeader hdr = msg.getHeader(); if (hdr.getOpcode() != BOOTPHeader.BOOTREPLY) { // Not a response... | 30,120 |
public BOOTPHeader(int opcode, int transactionID, Inet4Address clientIPAddress, HardwareAddress clientHwAddress) { this.opcode = opcode; this.hwType = clientHwAddress.getType(); this.hopCount = 0; this.transactionID = transactionID; this.secondsElapsed = 0; this.flags = 0; this.clientIPAddress =... | public BOOTPHeader(SocketBuffer skbuf) { this.opcode = opcode; this.hwType = clientHwAddress.getType(); this.hopCount = 0; this.transactionID = transactionID; this.secondsElapsed = 0; this.flags = 0; this.clientIPAddress = clientIPAddress; this.yourIPAddress = null; this.serverIPAddress = ... | 30,122 |
public BOOTPHeader(int opcode, int transactionID, Inet4Address clientIPAddress, HardwareAddress clientHwAddress) { this.opcode = opcode; this.hwType = clientHwAddress.getType(); this.hopCount = 0; this.transactionID = transactionID; this.secondsElapsed = 0; this.flags = 0; this.clientIPAddress =... | public BOOTPHeader(int opcode, int transactionID, Inet4Address clientIPAddress, HardwareAddress clientHwAddress) { this.opcode = opcode; this.hwType = clientHwAddress.getType(); this.hopCount = 0; this.transactionID = transactionID; this.secondsElapsed = 0; this.flags = 0; this.clientIPAddress =... | 30,123 |
public void setUp() throws Exception { super.setUp(); pm = new JDBCPersistenceManager(); pm.start(); ms = new PersistentMessageStore("test-persitent-store", pm); pm2 = new JDBCPersistenceManager(); pm2.start(); ms2 = new PersistentMessageStore("test-persistent-store2", pm2); ... | public void setUp() throws Exception { super.setUp(); pm = new JDBCPersistenceManager(); pm.start(); ms = new PersistentMessageStore("test-persistent-store", pm); pm2 = new JDBCPersistenceManager(); pm2.start(); ms2 = new PersistentMessageStore("test-persistent-store2", pm2); ... | 30,124 |
public void testTwoStoresSameDatabase() throws Exception { Message m = MessageFactory.createMessage("message0", true, 777l, 888l, 9, headers, "payload"); assertEquals(0, ((JDBCPersistenceManager)pm).getMessageReferenceCount(m.getMessageID())); MessageReference ref = ms.reference(m); ref.acquire... | public void testTwoStoresSameDatabase() throws Exception { Message m = MessageFactory.createMessage("message0", true, 777l, 888l, 9, headers, "payload"); assertEquals(0, ((JDBCPersistenceManager)pm).getMessageReferenceCount(m.getMessageID())); MessageReference ref = ms.reference(m); ref.acquire... | 30,125 |
public void testTwoStoresSameDatabase() throws Exception { Message m = MessageFactory.createMessage("message0", true, 777l, 888l, 9, headers, "payload"); assertEquals(0, ((JDBCPersistenceManager)pm).getMessageReferenceCount(m.getMessageID())); MessageReference ref = ms.reference(m); ref.acquire... | public void testTwoStoresSameDatabase() throws Exception { Message m = MessageFactory.createMessage("message0", true, 777l, 888l, 9, headers, "payload"); assertEquals(0, ((JDBCPersistenceManager)pm).getMessageReferenceCount(m.getMessageID())); MessageReference ref = ms.reference(m); ref.acquire... | 30,126 |
public void testTwoStoresSameDatabase() throws Exception { Message m = MessageFactory.createMessage("message0", true, 777l, 888l, 9, headers, "payload"); assertEquals(0, ((JDBCPersistenceManager)pm).getMessageReferenceCount(m.getMessageID())); MessageReference ref = ms.reference(m); ref.acquire... | public void testTwoStoresSameDatabase() throws Exception { Message m = MessageFactory.createMessage("message0", true, 777l, 888l, 9, headers, "payload"); assertEquals(0, ((JDBCPersistenceManager)pm).getMessageReferenceCount(m.getMessageID())); MessageReference ref = ms.reference(m); ref.acquire... | 30,127 |
public void testTwoStoresSameDatabase() throws Exception { Message m = MessageFactory.createMessage("message0", true, 777l, 888l, 9, headers, "payload"); assertEquals(0, ((JDBCPersistenceManager)pm).getMessageReferenceCount(m.getMessageID())); MessageReference ref = ms.reference(m); ref.acquire... | public void testTwoStoresSameDatabase() throws Exception { Message m = MessageFactory.createMessage("message0", true, 777l, 888l, 9, headers, "payload"); assertEquals(0, ((JDBCPersistenceManager)pm).getMessageReferenceCount(m.getMessageID())); MessageReference ref = ms.reference(m); ref.acquire... | 30,128 |
public void testTwoStoresSameDatabase() throws Exception { Message m = MessageFactory.createMessage("message0", true, 777l, 888l, 9, headers, "payload"); assertEquals(0, ((JDBCPersistenceManager)pm).getMessageReferenceCount(m.getMessageID())); MessageReference ref = ms.reference(m); ref.acquire... | public void testTwoStoresSameDatabase() throws Exception { Message m = MessageFactory.createMessage("message0", true, 777l, 888l, 9, headers, "payload"); assertEquals(0, ((JDBCPersistenceManager)pm).getMessageReferenceCount(m.getMessageID())); MessageReference ref = ms.reference(m); ref.acquire... | 30,129 |
public void testTwoStoresSameDatabase() throws Exception { Message m = MessageFactory.createMessage("message0", true, 777l, 888l, 9, headers, "payload"); assertEquals(0, ((JDBCPersistenceManager)pm).getMessageReferenceCount(m.getMessageID())); MessageReference ref = ms.reference(m); ref.acquire... | public void testTwoStoresSameDatabase() throws Exception { Message m = MessageFactory.createMessage("message0", true, 777l, 888l, 9, headers, "payload"); assertEquals(0, ((JDBCPersistenceManager)pm).getMessageReferenceCount(m.getMessageID())); MessageReference ref = ms.reference(m); ref.acquire... | 30,130 |
public void testTwoStoresSameDatabase() throws Exception { Message m = MessageFactory.createMessage("message0", true, 777l, 888l, 9, headers, "payload"); assertEquals(0, ((JDBCPersistenceManager)pm).getMessageReferenceCount(m.getMessageID())); MessageReference ref = ms.reference(m); ref.acquire... | public void testTwoStoresSameDatabase() throws Exception { Message m = MessageFactory.createMessage("message0", true, 777l, 888l, 9, headers, "payload"); assertEquals(0, ((JDBCPersistenceManager)pm).getMessageReferenceCount(m.getMessageID())); MessageReference ref = ms.reference(m); ref.acquire... | 30,131 |
public BasicBlock(int startPC, int endPC, boolean startOfExceptionHandler) { this.startPC = startPC; this.endPC = endPC; this.startOfExceptionHandler = startOfExceptionHandler; this.predecessors = new ArrayList(); this.successors = new ArrayList(); } | public BasicBlock(int startPC, int endPC, boolean startOfExceptionHandler) { this.startPC = startPC; this.endPC = endPC; this.startOfExceptionHandler = startOfExceptionHandler; this.predecessors = new ArrayList(); this.successors = new ArrayList(); } | 30,132 |
public void addPredecessor(BasicBlock block) { if (!this.predecessors.contains(block)) { this.predecessors.add(block); } // Closure ArrayList preds = block.getPredecessors(); int n = preds.size(); for (int i=0; i<n; i+=1) { BasicBlock pred = (BasicBlock) preds.get(i); if (!predecessors.contains(pred)) { ... | public void addPredecessor(BasicBlock block) { if (!this.predecessors.contains(block)) { this.predecessors.add(block); } // Closure List preds = block.getPredecessors(); int n = preds.size(); for (int i=0; i<n; i+=1) { BasicBlock pred = (BasicBlock) preds.get(i); if (!predecessors.contains(pred)) { addP... | 30,133 |
public ArrayList getPredecessors() { return predecessors; } | public List getPredecessors() { return predecessors; } | 30,134 |
public ArrayList getSuccessors() { return successors; } | public List getSuccessors() { return successors; } | 30,135 |
public Object handleClose(Invocation invocation) throws Throwable { SessionState state = (SessionState)getState(invocation); ConnectionState connState = (ConnectionState)state.getParent(); Object xid = state.getCurrentTxId(); if (xid != null) { //Remove tran... | public Object handleClose(Invocation invocation) throws Throwable { SessionState state = (SessionState)getState(invocation); ConnectionState connState = (ConnectionState)state.getParent(); Object xid = state.getCurrentTxId(); if (xid != null) { //Remove tran... | 30,136 |
public Object handleCommit(Invocation invocation) throws Throwable { SessionState state = (SessionState)getState(invocation); if (!state.isTransacted()) { throw new IllegalStateException("Cannot commit a non-transacted session"); } if (state.isXA()) { throw... | public Object handleCommit(Invocation invocation) throws Throwable { SessionState state = (SessionState)getState(invocation); if (!state.isTransacted()) { throw new IllegalStateException("Cannot commit a non-transacted session"); } if (state.isXA()) { throw... | 30,137 |
public Object handleRollback(Invocation invocation) throws Throwable { SessionState state = (SessionState)getState(invocation); if (!state.isTransacted()) { throw new IllegalStateException("Cannot rollback a non-transacted session"); } if (state.isXA()) { ... | public Object handleRollback(Invocation invocation) throws Throwable { SessionState state = (SessionState)getState(invocation); if (!state.isTransacted()) { throw new IllegalStateException("Cannot rollback a non-transacted session"); } if (state.isXA()) { ... | 30,138 |
public Selector(String sel) throws InvalidSelectorException { selector = sel; identifiers = new HashMap(); try { ISelectorParser bob = (ISelectorParser) parserClass.newInstance(); result = bob.parse(sel, identifiers); resultType = result.getClass(); } cat... | public Selector(String sel) throws InvalidSelectorException { selector = sel; identifiers = new HashMap(); try { ISelectorParser bob = (ISelectorParser) parserClass.newInstance(); result = bob.parse(sel, identifiers); resultType = result.getClass(); } cat... | 30,139 |
public Object invoke(Invocation invocation) throws Throwable { if (!(invocation instanceof MethodInvocation)) { return invocation.invokeNext(); } MethodInvocation mi = (MethodInvocation)invocation; String methodName = mi.getMethod().getName(); if ("setMessageListen... | public Object invoke(Invocation invocation) throws Throwable { if (!(invocation instanceof MethodInvocation)) { return invocation.invokeNext(); } MethodInvocation mi = (MethodInvocation)invocation; String methodName = mi.getMethod().getName(); if ("setMessageListen... | 30,141 |
public Object invoke(Invocation invocation) throws Throwable { if (!(invocation instanceof MethodInvocation)) { return invocation.invokeNext(); } MethodInvocation mi = (MethodInvocation)invocation; String methodName = mi.getMethod().getName(); if ("setMessageListen... | public Object invoke(Invocation invocation) throws Throwable { if (!(invocation instanceof MethodInvocation)) { return invocation.invokeNext(); } MethodInvocation mi = (MethodInvocation)invocation; String methodName = mi.getMethod().getName(); if ("setMessageListen... | 30,142 |
public String toString() { String nameFromJNDI = jndiName; int idx = -1; if (jndiName != null) { jndiName.lastIndexOf('/'); } if (idx != -1) { nameFromJNDI = jndiName.substring(idx + 1); } StringBuffer sb = new StringBuffer(); if (isQueue()) { ... | public String toString() { String nameFromJNDI = jndiName; int idx = -1; if (jndiName != null) { idx = jndiName.lastIndexOf('/'); } if (idx != -1) { nameFromJNDI = jndiName.substring(idx + 1); } StringBuffer sb = new StringBuffer(); if (isQueue()) ... | 30,143 |
private void save(FloatedBlockBox current, Layer layer, BlockFormattingContext bfc, int direction) { Point p = bfc.getOffset(); getFloats(direction).add(new BoxOffset(current, p.x, p.y)); layer.addFloat(current); } | private void save(FloatedBlockBox current, Layer layer, BlockFormattingContext bfc, int direction) { Point p = bfc.getOffset(); getFloats(direction).add(new BoxOffset(current, p.x, p.y)); layer.addFloat(current, bfc); } | 30,144 |
public static void paintBlockContext(Context c, Box box) { //if (box.getBlockFormattingContext() != null) c.pushBFC(box.getBlockFormattingContext()); c.translate(box.x, box.y); if (box.getBlockFormattingContext() != null) c.pushBFC(box.getBlockFormattingContext()); //Uu.p("Layout.paintCh... | public static void paintBlockContext(Context c, Box box) { //if (box.getBlockFormattingContext() != null) c.pushBFC(box.getBlockFormattingContext()); c.translate(box.x, box.y); if (box.getBlockFormattingContext() != null) c.pushBFC(box.getBlockFormattingContext()); //Uu.p("Layout.paintCh... | 30,145 |
protected JDBCPersistenceManager createPM() throws Exception { cm = new JDBCChannelMapper(sc.getDataSource(), sc.getTransactionManager()); cm.start(); return new JDBCPersistenceManager(sc.getDataSource(), sc.getTransactionManager(), cm); } | protected JDBCPersistenceManager createPM() throws Exception { cm = new JDBCChannelMapper(sc.getDataSource(), sc.getTransactionManager()); cm.start(); return new JDBCPersistenceManager(sc.getDataSource(), sc.getTransactionManager(), cm); } | 30,147 |
public JDBCChannelMapper(DataSource ds, TransactionManager tm) { this(); this.ds = ds; this.tm = tm; } | public JDBCChannelMapper() { this(); this.ds = ds; this.tm = tm; } | 30,148 |
public JDBCChannelMapper(DataSource ds, TransactionManager tm) { this(); this.ds = ds; this.tm = tm; } | public JDBCChannelMapper(DataSource ds, TransactionManager tm) { this(); this.ds = ds; this.tm = tm; } | 30,149 |
protected void doSetup(boolean batch) throws Exception { pm = createPM(); pm.setUsingBatchUpdates(batch); ms = new PagingMessageStore("s0"); pm.start(); } | protected void doSetup(boolean batch) throws Exception { pm = createPM(); pm.setUsingBatchUpdates(batch); ms = new SimpleMessageStore("s0"); pm.start(); } | 30,150 |
public static List stripInlineContent( Context c, List inlineContent ) { List stripped = new LinkedList(); List pendingStylePushes = new LinkedList(); boolean collapse = false; boolean allWhitespace = true; for ( Iterator i = inlineContent.iterator(); i.hasNext(); ) { ... | public static List stripInlineContent( Context c, List inlineContent ) { List stripped = new LinkedList(); List pendingStylePushes = new LinkedList(); boolean collapse = false; boolean allWhitespace = true; for ( Iterator i = inlineContent.iterator(); i.hasNext(); ) { ... | 30,151 |
public void menuKeyPressed(MenuKeyEvent event); | void menuKeyPressed(MenuKeyEvent event); | 30,154 |
public void menuKeyTyped(MenuKeyEvent event); | void menuKeyTyped(MenuKeyEvent event); | 30,155 |
private void paintTextDecoration(RenderingContext c) { Graphics graphics = c.getGraphics(); Color oldColor = graphics.getColor(); graphics.setColor(getStyle().getCalculatedStyle().getColor()); c.getGraphics().fillRect( getAbsX(), getAbsY() + textDecoration.... | private void paintTextDecoration(RenderingContext c) { Graphics graphics = c.getGraphics(); Color oldColor = graphics.getColor(); graphics.setColor(getStyle().getCalculatedStyle().getColor()); c.getGraphics().fillRect( getAbsX(), getAbsY() + textDecoration.... | 30,156 |
public void setUp() throws Exception { super.setUp(); ServerManagement.start("all"); ServerManagement.deployQueue("Queue1"); ServerManagement.deployQueue("Queue2"); ServerManagement.deployQueue("Queue3"); ServerManagement.deployQueue("Queue4"); ServerManagement.... | public void setUp() throws Exception { super.setUp(); ServerManagement.start("all"); ServerManagement.deployQueue("Queue1"); ServerManagement.deployQueue("Queue2"); ServerManagement.deployQueue("Queue3"); ServerManagement.deployQueue("Queue4"); ServerManagement.... | 30,158 |
public void setUp() throws Exception { super.setUp(); ServerManagement.start("all"); ServerManagement.deployQueue("Queue1"); ServerManagement.deployQueue("Queue2"); ServerManagement.deployQueue("Queue3"); ServerManagement.deployQueue("Queue4"); ServerManagement.... | public void setUp() throws Exception { super.setUp(); ServerManagement.start("all"); ServerManagement.deployQueue("Queue1"); ServerManagement.deployQueue("Queue2"); ServerManagement.deployQueue("Queue3"); ServerManagement.deployQueue("Queue4"); ServerManagement.... | 30,159 |
public void setUp() throws Exception { super.setUp(); ServerManagement.start("all"); ServerManagement.deployQueue("Queue1"); ServerManagement.deployQueue("Queue2"); ServerManagement.deployQueue("Queue3"); ServerManagement.deployQueue("Queue4"); ServerManagement.... | public void setUp() throws Exception { super.setUp(); ServerManagement.start("all"); ServerManagement.deployQueue("Queue1"); ServerManagement.deployQueue("Queue2"); ServerManagement.deployQueue("Queue3"); ServerManagement.deployQueue("Queue4"); ServerManagement.... | 30,160 |
public void tearDown() throws Exception { ServerManagement.undeployQueue("Queue1"); ServerManagement.undeployQueue("Queue2"); ServerManagement.undeployQueue("Queue3"); ServerManagement.undeployQueue("Queue4"); ServerManagement.undeployQueue("Topic1"); ServerManagement.unde... | public void tearDown() throws Exception { ServerManagement.undeployQueue("Queue1"); ServerManagement.undeployQueue("Queue2"); ServerManagement.undeployQueue("Queue3"); ServerManagement.undeployQueue("Queue4"); ServerManagement.undeployQueue("Topic1"); ServerManagement.unde... | 30,161 |
public void actionPerformed(ActionEvent e) { File file = Utils.promptUserForFile((Component)e.getSource(), JFileChooser.FILES_AND_DIRECTORIES, false, WorkflowDesigner.WORKSPACE_SUFFIX, "Workspace Files"); WorkflowDesigner.INSTANCE.openWorkspace(file); } | public void actionPerformed(ActionEvent e) { File file = Utils.promptUserForFile((Component)e.getSource(), JFileChooser.FILES_AND_DIRECTORIES, false, WorkflowDesigner.WORKSPACE_SUFFIX, ResourceManager.getString("workspace.files")); WorkflowDesigner.INSTANCE.openWorkspace(file); } | 30,162 |
public ResolvedModuleRevision getDependency(DependencyDescriptor dd, ResolveData data) throws ParseException { data = new ResolveData(data, doValidate(data)); ResolvedModuleRevision ret = null; for (Iterator iter = _chain.iterator(); iter.hasNext();) { DependencyResolver reso... | public ResolvedModuleRevision getDependency(DependencyDescriptor dd, ResolveData data) throws ParseException { data = new ResolveData(data, doValidate(data)); ResolvedModuleRevision ret = null; for (Iterator iter = _chain.iterator(); iter.hasNext();) { DependencyResolver reso... | 30,163 |
public boolean selfTest() { if (valid == null) { Sha256 md = new Sha256(); md.update((byte) 0x61); // a md.update((byte) 0x62); // b md.update((byte) 0x63); // c String result = Util.toString(md.digest()); valid = new Boolean(DIGEST0.equals(result)); } return... | public boolean selfTest() { if (valid == null) { Sha256 md = new Sha256(); md.update((byte) 0x61); // a md.update((byte) 0x62); // b md.update((byte) 0x63); // c String result = Util.toString(md.digest()); valid = Boolean.valueOf(DIGEST0.equals(result)); } re... | 30,164 |
public static void setupVerticalAlign(Context c, Node node, InlineBox box) { //u.p("setup vertical align: node = " + node + " box = " + box); // get the parent node for styling Node parent = node.getParentNode(); //u.p("parent = " + parent); Element elem = null; if(node.getNodeType() == node.TEXT_NODE... | public static void setupVerticalAlign(Context c, Node node, InlineBox box) { //u.p("setup vertical align: node = " + node + " box = " + box); // get the parent node for styling Node parent = node.getParentNode(); //u.p("parent = " + parent); Element elem = null; if(node.getNodeType() == node.TEXT_NODE... | 30,167 |
public static void setupVerticalAlign(Context c, Node node, InlineBox box) { //u.p("setup vertical align: node = " + node + " box = " + box); // get the parent node for styling Node parent = node.getParentNode(); //u.p("parent = " + parent); Element elem = null; if(node.getNodeType() == node.TEXT_NODE... | public static void setupVerticalAlign(Context c, Node node, InlineBox box) { //u.p("setup vertical align: node = " + node + " box = " + box); // get the parent node for styling Node parent = node.getParentNode(); //u.p("parent = " + parent); Element elem = null; if(node.getNodeType() == node.TEXT_NODE... | 30,168 |
public static void setupVerticalAlign(Context c, Node node, InlineBox box) { //u.p("setup vertical align: node = " + node + " box = " + box); // get the parent node for styling Node parent = node.getParentNode(); //u.p("parent = " + parent); Element elem = null; if(node.getNodeType() == node.TEXT_NODE... | public static void setupVerticalAlign(Context c, Node node, InlineBox box) { //u.p("setup vertical align: node = " + node + " box = " + box); // get the parent node for styling Node parent = node.getParentNode(); //u.p("parent = " + parent); Element elem = null; if(node.getNodeType() == node.TEXT_NODE... | 30,169 |
public static void setupVerticalAlign(Context c, Node node, InlineBox box) { //u.p("setup vertical align: node = " + node + " box = " + box); // get the parent node for styling Node parent = node.getParentNode(); //u.p("parent = " + parent); Element elem = null; if(node.getNodeType() == node.TEXT_NODE... | public static void setupVerticalAlign(Context c, Node node, InlineBox box) { //u.p("setup vertical align: node = " + node + " box = " + box); // get the parent node for styling Node parent = node.getParentNode(); //u.p("parent = " + parent); Element elem = null; if(node.getNodeType() == node.TEXT_NODE... | 30,170 |
public static void setupVerticalAlign(Context c, Node node, InlineBox box) { //u.p("setup vertical align: node = " + node + " box = " + box); // get the parent node for styling Node parent = node.getParentNode(); //u.p("parent = " + parent); Element elem = null; if(node.getNodeType() == node.TEXT_NODE... | public static void setupVerticalAlign(Context c, Node node, InlineBox box) { //u.p("setup vertical align: node = " + node + " box = " + box); // get the parent node for styling Node parent = node.getParentNode(); //u.p("parent = " + parent); Element elem = null; if(node.getNodeType() == node.TEXT_NODE... | 30,171 |
public DeliveryRunnable(MessageDelegate msg, Client callbackClient, int consumerID, boolean trace) { this.msg = msg; this.callbackClient = callbackClient; this.consumerID = consumerID; this.trace = trace; } | public DeliveryRunnable(MessageDelegate msg, int consumerID, ServerConnectionEndpoint connection, boolean trace) { this.msg = msg; this.callbackClient = callbackClient; this.consumerID = consumerID; this.trace = trace; } | 30,172 |
public DeliveryRunnable(MessageDelegate msg, Client callbackClient, int consumerID, boolean trace) { this.msg = msg; this.callbackClient = callbackClient; this.consumerID = consumerID; this.trace = trace; } | public DeliveryRunnable(MessageDelegate msg, Client callbackClient, int consumerID, boolean trace) { this.msg = msg; this.connection = connection; this.consumerID = consumerID; this.trace = trace; } | 30,173 |
public void run() { try { if (trace) { log.trace("handing " + this.msg + " over to the remoting layer"); } callbackClient.invoke(this); } catch(Throwable t) { log.warn("Failed to deliver the message to the client, perhaps the client consumer has cl... | public void run() { try { if (trace) { log.trace("handing " + this.msg + " over to the remoting layer"); } connection.getCallbackClient().invoke(this); } catch(Throwable t) { log.warn("Failed to deliver the message to the client, perhaps the client... | 30,174 |
public void run() { try { if (trace) { log.trace("handing " + this.msg + " over to the remoting layer"); } callbackClient.invoke(this); } catch(Throwable t) { log.warn("Failed to deliver the message to the client, perhaps the client consumer has cl... | public void run() { try { if (trace) { log.trace("handing " + this.msg + " over to the remoting layer"); } callbackClient.invoke(this); } catch(Throwable t) { log.warn("Failed to deliver the message to the client, clearing up connection resources",... | 30,175 |
public void caretUpdate(CaretEvent event); | void caretUpdate(CaretEvent event); | 30,176 |
public void installUI(JComponent c) { super.installUI(c); popupMenu = (JPopupMenu) c; popupMenu.setLayout(new GridBagLayout()); popupMenu.setBorderPainted(true); JPopupMenu.setDefaultLightWeightPopupEnabled(true); installDefaults(); installListeners(); } | public void installUI(JComponent c) { super.installUI(c); popupMenu = (JPopupMenu) c; popupMenu.setLayout(new DefaultMenuLayout(popupMenu, BoxLayout.Y_AXIS)); popupMenu.setBorderPainted(true); JPopupMenu.setDefaultLightWeightPopupEnabled(true); installDefaults(); installListeners(); } | 30,177 |
public boolean isPopupTrigger(MouseEvent event) { return false; // TODO } // isPopupTrigger() | public boolean isPopupTrigger(MouseEvent event) { return false; // TODO } // isPopupTrigger() | 30,178 |
public Object handleCreateBytesMessage(Invocation invocation) throws Throwable { JBossBytesMessage jbm = new JBossBytesMessage((String)null); jbm.setOrdering(ordering++); return new BytesMessageDelegate(jbm); } | public Object handleCreateBytesMessage(Invocation invocation) throws Throwable { JBossBytesMessage jbm = new JBossBytesMessage((String)null); jbm.setOrdering(ordering++); return new BytesMessageDelegate(jbm, 0); } | 30,179 |
public Object handleCreateMapMessage(Invocation invocation) throws Throwable { JBossMapMessage jbm = new JBossMapMessage((String)null); jbm.setOrdering(ordering++); return new MapMessageDelegate(jbm); } | public Object handleCreateMapMessage(Invocation invocation) throws Throwable { JBossMapMessage jbm = new JBossMapMessage((String)null); jbm.setOrdering(ordering++); return new MapMessageDelegate(jbm, 0); } | 30,180 |
public Object handleCreateMessage(Invocation invocation) throws Throwable { JBossMessage jbm = new JBossMessage((String)null); jbm.setOrdering(ordering++); return new MessageDelegate(jbm); } | public Object handleCreateMessage(Invocation invocation) throws Throwable { JBossMessage jbm = new JBossMessage((String)null); jbm.setOrdering(ordering++); return new MessageDelegate(jbm, 0); } | 30,181 |
public Object handleCreateObjectMessage(Invocation invocation) throws Throwable { JBossObjectMessage jbm = new JBossObjectMessage((String)null); jbm.setOrdering(ordering++); MethodInvocation mi = (MethodInvocation)invocation; if (mi.getArguments() != null) { jbm.s... | public Object handleCreateObjectMessage(Invocation invocation) throws Throwable { JBossObjectMessage jbm = new JBossObjectMessage((String)null); jbm.setOrdering(ordering++); MethodInvocation mi = (MethodInvocation)invocation; if (mi.getArguments() != null) { jbm.s... | 30,182 |
public Object handleCreateStreamMessage(Invocation invocation) throws Throwable { JBossStreamMessage jbm = new JBossStreamMessage((String)null); jbm.setOrdering(ordering++); return new StreamMessageDelegate(jbm); } | public Object handleCreateStreamMessage(Invocation invocation) throws Throwable { JBossStreamMessage jbm = new JBossStreamMessage((String)null); jbm.setOrdering(ordering++); return new StreamMessageDelegate(jbm, 0); } | 30,183 |
public Object handleCreateTextMessage(Invocation invocation) throws Throwable { JBossTextMessage jbm = new JBossTextMessage((String)null); jbm.setOrdering(ordering++); MethodInvocation mi = (MethodInvocation)invocation; if (mi.getArguments() != null) { jbm.setText... | public Object handleCreateTextMessage(Invocation invocation) throws Throwable { JBossTextMessage jbm = new JBossTextMessage((String)null); jbm.setOrdering(ordering++); MethodInvocation mi = (MethodInvocation)invocation; if (mi.getArguments() != null) { jbm.setText... | 30,184 |
private boolean handleMouseEvent(MouseEvent ev) { Window window = (Window) ev.getSource(); Component target = window.findComponentAt(ev.getX(), ev.getY()); if (target != null && target.isLightweight()) { // Dispatch additional MOUSE_EXITED and MOUSE_ENTERED if event target // is different... | private boolean handleMouseEvent(MouseEvent ev) { Window window = (Window) ev.getSource(); Component target = window.findComponentAt(ev.getX(), ev.getY()); target = findTarget(target); if (target == null || target.isLightweight()) { // Dispatch additional MOUSE_EXITED and MOUSE_ENTERED if event ... | 30,185 |
private Configuration() { startupLogRecords = new ArrayList(); try { // read logging level from System properties String val = null; try { val = System.getProperty("show-config"); } catch (Exception ex) { System.out.println("err... | private Configuration() { startupLogRecords = new ArrayList(); try { // read logging level from System properties String val = null; try { val = System.getProperty("show-config"); } catch (Exception ex) { System.out.println("err... | 30,187 |
private void info(String msg) { System.out.println("log level = " + logLevel);/* if (logLevel.intValue() <= Level.INFO.intValue()) { println(Level.INFO, msg); }*/ } | private void info(String msg) { if (logLevel.intValue() <= Level.INFO.intValue()) { println(Level.INFO, msg); }*/ } | 30,188 |
private void info(String msg) { System.out.println("log level = " + logLevel);/* if (logLevel.intValue() <= Level.INFO.intValue()) { println(Level.INFO, msg); }*/ } | private void info(String msg) { System.out.println("log level = " + logLevel);/* if (logLevel.intValue() <= Level.INFO.intValue()) { println(Level.INFO, msg); } } | 30,189 |
protected ClusteredPostOffice createClusteredPostOffice(String nodeId, String groupName) throws Exception { MessagePullPolicy pullPolicy = new DefaultMessagePullPolicy(); FilterFactory ff = new SimpleFilterFactory(); ClusterRouterFactory rf = new DefaultRouterFactory(); Defaul... | protected ClusteredPostOffice createClusteredPostOffice(int nodeId, String groupName) throws Exception { MessagePullPolicy pullPolicy = new DefaultMessagePullPolicy(); FilterFactory ff = new SimpleFilterFactory(); ClusterRouterFactory rf = new DefaultRouterFactory(); DefaultCl... | 30,190 |
public void redistTest(boolean persistent) throws Throwable { ClusteredPostOffice office1 = null; ClusteredPostOffice office2 = null; ClusteredPostOffice office3 = null; ClusteredPostOffice office4 = null; ClusteredPostOffice office5 = null; try ... | public void redistTest(boolean persistent) throws Throwable { ClusteredPostOffice office1 = null; ClusteredPostOffice office2 = null; ClusteredPostOffice office3 = null; ClusteredPostOffice office4 = null; ClusteredPostOffice office5 = null; try ... | 30,191 |
public void redistTest(boolean persistent) throws Throwable { ClusteredPostOffice office1 = null; ClusteredPostOffice office2 = null; ClusteredPostOffice office3 = null; ClusteredPostOffice office4 = null; ClusteredPostOffice office5 = null; try ... | public void redistTest(boolean persistent) throws Throwable { ClusteredPostOffice office1 = null; ClusteredPostOffice office2 = null; ClusteredPostOffice office3 = null; ClusteredPostOffice office4 = null; ClusteredPostOffice office5 = null; try ... | 30,192 |
public void redistTest(boolean persistent) throws Throwable { ClusteredPostOffice office1 = null; ClusteredPostOffice office2 = null; ClusteredPostOffice office3 = null; ClusteredPostOffice office4 = null; ClusteredPostOffice office5 = null; try ... | public void redistTest(boolean persistent) throws Throwable { ClusteredPostOffice office1 = null; ClusteredPostOffice office2 = null; ClusteredPostOffice office3 = null; ClusteredPostOffice office4 = null; ClusteredPostOffice office5 = null; try ... | 30,193 |
public void redistTest(boolean persistent) throws Throwable { ClusteredPostOffice office1 = null; ClusteredPostOffice office2 = null; ClusteredPostOffice office3 = null; ClusteredPostOffice office4 = null; ClusteredPostOffice office5 = null; try ... | public void redistTest(boolean persistent) throws Throwable { ClusteredPostOffice office1 = null; ClusteredPostOffice office2 = null; ClusteredPostOffice office3 = null; ClusteredPostOffice office4 = null; ClusteredPostOffice office5 = null; try ... | 30,194 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.