MCPcopy Create free account
hub / github.com/a1phaboy/JsonDetect / changeSelection

Method changeSelection

src/burp/View/ScanQueueTag.java:210–216  ·  view source on GitHub ↗
(int row, int col, boolean toggle, boolean extend)

Source from the content-addressed store, hash-verified

208 }
209
210 public void changeSelection(int row, int col, boolean toggle, boolean extend) {
211 ScanQueueTag.TablesData dataEntry = ScanQueueTag.this.Udatas.get(convertRowIndexToModel(row));
212 HRequestTextEditor.setMessage(dataEntry.requestResponse.getRequest(), true);
213 HResponseTextEditor.setMessage(dataEntry.requestResponse.getResponse(), false);
214 currentlyDisplayedItem = dataEntry.requestResponse;
215 super.changeSelection(row, col, toggle, extend);
216 }
217 }
218
219 /**

Callers

nothing calls this directly

Calls 2

getRequestMethod · 0.80
getResponseMethod · 0.80

Tested by

no test coverage detected