You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.springframework.core/src/main/java/org/springframework/core/LocalVariableTableParameterNameDiscoverer.java
+20-18Lines changed: 20 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -57,21 +57,19 @@ public class LocalVariableTableParameterNameDiscoverer implements ParameterNameD
57
57
// the cache uses a nested index (value is a map) to keep the top level cache relatively small in size
Copy file name to clipboardExpand all lines: org.springframework.core/src/test/java/org/springframework/core/LocalVariableTableParameterNameDiscovererTests.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,8 @@ public void testGenerifiedClass() throws Exception {
188
188
m = clazz.getMethod("getDate", null);
189
189
names = discoverer.getParameterNames(m);
190
190
assertEquals(0, names.length);
191
+
192
+
//System.in.read();
191
193
}
192
194
193
195
publicvoidtestMemUsage() throwsException {
@@ -207,7 +209,7 @@ public void testMemUsage() throws Exception {
0 commit comments