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

Method getJidNick

src/main/java/Conference/BookmarkItem.java:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 public String getJidNick() {
63 return bookmark.jid + '/' + ((bookmark.nick.length() > 0) ? bookmark.nick : StaticData.getInstance().account.getNickName());
64 }
65
66 public String getJid() {
67 return bookmark.jid;

Callers 1

eventOkMethod · 0.95

Calls 2

getInstanceMethod · 0.95
getNickNameMethod · 0.45

Tested by

no test coverage detected