MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / getNickJid

Method getNickJid

src/main/java/Client/Contact.java:496–501  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

494 }
495
496 public String getNickJid() {
497 if (nick == null) {
498 return jid.getBare();
499 }
500 return nick + " <" + jid.getBare() + ">";
501 }
502
503 public final void purge() {
504 msgs.removeAllElements();

Callers 3

doActionMethod · 0.95
keyClearMethod · 0.95
VCardViewMethod · 0.80

Calls 1

getBareMethod · 0.80

Tested by

no test coverage detected