MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / getBare

Method getBare

src/main/java/xmpp/Jid.java:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 public String getBare() {
67 return user == null || user.length() == 0 ? server : user + "@" + server;
68 }
69
70 /** Compares two Jids
71 * @param j

Callers 15

blockArrivedMethod · 0.95
equalsMethod · 0.95
toStringMethod · 0.95
ContactEditMethod · 0.95
cmdOkMethod · 0.95
switchTypeMethod · 0.80
cmdOkMethod · 0.80
setMucModMethod · 0.80
QueryRosterMethod · 0.80
isTransportMethod · 0.80
getTransportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected