MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / append

Method append

src/main/java/core/packetproxy/gui/GUILog.java:58–69  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

56 }
57
58 public void append(String s) {
59 try {
60
61 synchronized (thread_lock) {
62
63 StyledDocument doc = text.getStyledDocument();
64 doc.insertString(doc.getLength(), s + "\n\r", null);
65 }
66 } catch (BadLocationException ex) {
67
68 }
69 }
70
71 public void appendErr(String s) {
72 try {

Callers 10

actionPerformedMethod · 0.45
loggingProcessMethod · 0.45
toJwtStringMethod · 0.45
toHexMethod · 0.45
getReadableTableMethod · 0.45
randomUUIDMethod · 0.45
byteToHexMethod · 0.45
logMethod · 0.45

Calls 1

getLengthMethod · 0.45

Tested by

no test coverage detected