MCPcopy Index your code
hub / github.com/TheKingOfDuck/Copy2Java / actionPerformed

Method actionPerformed

src/main/java/burp/BurpExtender.java:45–50  ·  view source on GitHub ↗
(ActionEvent arg0)

Source from the content-addressed store, hash-verified

43
44 Menu.addActionListener(new ActionListener() {
45 public void actionPerformed(ActionEvent arg0) {
46 IHttpRequestResponse reqRsp = invocation.getSelectedMessages()[0];
47 byte[] byteReq = reqRsp.getRequest();
48 String strReq = new String(byteReq);
49 Windows.show(requestMapper.deal(strReq));
50 }
51 });
52 menus.add(Menu);
53 return menus;

Callers

nothing calls this directly

Calls 2

showMethod · 0.95
dealMethod · 0.80

Tested by

no test coverage detected