Lines Matching refs:check

49     check(npe, thisLine += 4);  in methodTwo()
57 check(npe, thisLine += 8); in methodTwo()
65 check(npe, thisLine += 8); in methodTwo()
72 check(npe, thisLine += 7); in methodTwo()
79 check(npe, thisLine += 7); in methodTwo()
86 check(npe, thisLine += 7); in methodTwo()
93 check(npe, thisLine += 7); in methodTwo()
100 check(npe, thisLine += 7); in methodTwo()
107 check(npe, thisLine += 7); in methodTwo()
114 check(npe, thisLine += 7); in methodTwo()
121 check(npe, thisLine += 7); in methodTwo()
128 check(npe, thisLine += 7); in methodTwo()
135 check(npe, thisLine += 7); in methodTwo()
142 check(npe, thisLine += 7); in methodTwo()
149 check(npe, thisLine += 7); in methodTwo()
156 check(npe, thisLine += 7); in methodTwo()
163 check(npe, thisLine += 7); in methodTwo()
170 check(npe, thisLine += 7); in methodTwo()
177 check(npe, thisLine += 7); in methodTwo()
184 check(npe, thisLine += 7); in methodTwo()
191 check(npe, thisLine += 7); in methodTwo()
198 check(npe, thisLine += 7); in methodTwo()
205 check(npe, thisLine += 7); in methodTwo()
212 check(npe, thisLine += 7); in methodTwo()
219 check(npe, thisLine += 7); in methodTwo()
226 check(npe, thisLine += 7); in methodTwo()
233 check(npe, thisLine += 7); in methodTwo()
240 check(npe, thisLine += 7); in methodTwo()
247 check(npe, thisLine += 7); in methodTwo()
254 check(npe, thisLine += 7); in methodTwo()
261 check(npe, thisLine += 7); in methodTwo()
268 check(npe, thisLine += 7); in methodTwo()
275 check(npe, thisLine += 7); in methodTwo()
282 check(npe, thisLine += 7); in methodTwo()
289 check(npe, thisLine += 7); in methodTwo()
296 check(npe, thisLine += 7); in methodTwo()
303 check(npe, thisLine += 7); in methodTwo()
310 check(npe, thisLine += 7); in methodTwo()
317 check(npe, thisLine += 7); in methodTwo()
324 check(npe, thisLine += 7); in methodTwo()
331 check(npe, thisLine += 7); in methodTwo()
338 check(npe, thisLine += 7); in methodTwo()
345 check(npe, thisLine += 7); in methodTwo()
352 check(npe, thisLine += 7); in methodTwo()
359 check(npe, thisLine += 7); in methodTwo()
366 check(npe, thisLine += 7); in methodTwo()
373 check(npe, thisLine += 7); in methodTwo()
380 check(npe, thisLine += 7); in methodTwo()
387 check(npe, thisLine += 7); in methodTwo()
394 check(npe, thisLine += 7); in methodTwo()
401 check(npe, thisLine += 7); in methodTwo()
408 check(npe, thisLine += 7); in methodTwo()
415 check(npe, thisLine += 7); in methodTwo()
422 check(npe, thisLine += 7); in methodTwo()
429 check(npe, thisLine += 7); in methodTwo()
436 check(npe, thisLine += 7); in methodTwo()
443 check(npe, thisLine += 7); in methodTwo()
450 check(npe, thisLine += 7); in methodTwo()
457 check(npe, thisLine += 7); in methodTwo()
464 check(npe, thisLine += 7); in methodTwo()
471 check(npe, thisLine += 7); in methodTwo()
478 check(npe, thisLine += 7); in methodTwo()
485 check(npe, thisLine += 7); in methodTwo()
492 check(npe, thisLine += 7); in methodTwo()
499 check(npe, thisLine += 7); in methodTwo()
506 check(npe, thisLine += 7); in methodTwo()
514 check(npe, thisLine += 8); in methodTwo()
522 check(npe, thisLine += 8); in methodTwo()
536 check(npe, thisLine += 13); in methodTwo()
549 check(npe, thisLine += 14); in methodTwo()
552 static void check(NullPointerException npe, int firstLine) { in check() method in Main