MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / shorten

Method shorten

src/main/java/fielded/plugins/Out.java:365–373  ·  view source on GitHub ↗
(Class c)

Source from the content-addressed store, hash-verified

363 continue;
364 } else {
365 prev.put(groupName, groupValue);
366 s = s.substring(0, m.start()) + "<span class='smaller'>.</span>" + s.substring(m.end());
367 continue;
368 }
369 }
370 break;
371 } while (true);
372
373 return s;
374
375 }
376}

Callers 1

OutMethod · 0.95

Calls 2

getNameMethod · 0.45
splitMethod · 0.45

Tested by

no test coverage detected