mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 13:15:25 +07:00
AIOOBE
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
public class ExtractMethods {
|
||||
void newMethod() {
|
||||
int i = 0;
|
||||
newMethod(i);
|
||||
}
|
||||
|
||||
private void newMethod(int i) {
|
||||
if (true) {
|
||||
newMethod(i);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user