Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
doAction
Method · 0.95
keyClear
Method · 0.95
VCardView
Method · 0.80
Calls
1
getBare
Method · 0.80
Tested by
no test coverage detected