mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
22 lines
466 B
Java
22 lines
466 B
Java
package extractMethod;
|
|
|
|
import java.io.*;
|
|
import java.util.Iterator;
|
|
|
|
public class SCR27887 {
|
|
public int publishx(OutputStream out, boolean includeCode) throws IOException {
|
|
newMethod();
|
|
while(true){
|
|
OutputStream os = null;
|
|
try {
|
|
} finally {
|
|
os.close();
|
|
}
|
|
}
|
|
}
|
|
|
|
private void newMethod() {
|
|
ScatteringDocBuilder docBuilder = new MyDocBuilder(repository, included);
|
|
}
|
|
}
|