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