mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
test++
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user