MCPcopy Index your code
hub / github.com/fadeyev/intellijcoder / toString

Method toString

intellijcoder/src/intellijcoder/model/Problem.java:105–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 }
104
105 @Override
106 public String toString() {
107 return "Problem{" +
108 "contestName='" + contestName + '\'' +
109 ", className='" + className + '\'' +
110 ", returnType='" + returnType + '\'' +
111 ", methodName='" + methodName + '\'' +
112 ", paramTypes=" + (paramTypes == null ? null : Arrays.asList(paramTypes)) +
113 ", paramNames=" + (paramNames == null ? null : Arrays.asList(paramNames)) +
114 ", testCases=" + (testCases == null ? null : Arrays.asList(testCases)) +
115 ", timeLimit=" + timeLimit +
116 ", memLimit=" + memLimit +
117 '}';
118 }
119}

Callers 10

processArenaSettingsMethod · 0.45
containsInOneRowMethod · 0.45
describeToMethod · 0.45
setSystemPropertyMethod · 0.45
matchesMethod · 0.45
buildMethod · 0.45
getParamNamesListMethod · 0.45
getParamListMethod · 0.45
joinMethod · 0.45

Calls

no outgoing calls

Tested by 7

processArenaSettingsMethod · 0.36
containsInOneRowMethod · 0.36
describeToMethod · 0.36
setSystemPropertyMethod · 0.36
matchesMethod · 0.36
getParamNamesListMethod · 0.36