MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / get

Method get

src/main/java/core/packetproxy/common/I18nString.java:47–56  ·  view source on GitHub ↗
(String message, Object... args)

Source from the content-addressed store, hash-verified

45 }
46
47 public static String get(String message, Object... args) {
48 String localed = get(message);
49 try {
50
51 return String.format(localed, args);
52 } catch (Exception e) {
53
54 return String.format(message, args);
55 }
56 }
57
58 public static String get(String message) {
59 if (currentLocale == Locale.JAPAN) {

Callers 15

createMethod · 0.95
mainMethod · 0.95
DataToBeSendMethod · 0.95
sendMethod · 0.95
SelfSignedCAClass · 0.95
createPanelMethod · 0.95
createCheckBoxMethod · 0.95
BinaryTextPaneMethod · 0.95
showDialogMethod · 0.95

Calls 5

normalizeMethod · 0.95
lengthMethod · 0.80
errMethod · 0.80
formatMethod · 0.45
getStringMethod · 0.45

Tested by 1

analyzeMethod · 0.36