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

Method roomOffline

src/main/java/Client/Roster.java:1999–2007  ·  view source on GitHub ↗
(final Group group)

Source from the content-addressed store, hash-verified

1997 }
1998
1999 public void roomOffline(final Group group) {
2000 int j = hContacts.size();
2001 for (int i = 0; i < j; i++) {
2002 Contact contact = (Contact) hContacts.elementAt(i);
2003 if (contact.group == group) {
2004 contact.setStatus(Presence.PRESENCE_OFFLINE);
2005 }
2006 }
2007 }
2008//#endif
2009
2010 private int searchGroup(int direction) {

Callers 3

leaveRoomMethod · 0.95
processPresenceMethod · 0.80
testMeOfflineMethod · 0.80

Calls 2

setStatusMethod · 0.95
sizeMethod · 0.45

Tested by

no test coverage detected