Match Group 0 of size 1+111 ---- Ranked Result: 1. (size 3) close previous connection ---- /home/edmund/evaluate_projects/megamek-0.36.1-source/packaging_utils/linux/launch4j/src/net/sf/launch4j/Util.java: 171-173 Length: 3 * try { * o.close(); * } catch (IOException e) { ---- /home/edmund/database-mana/databaseGitHub/hadoop-20/src/hdfs/org/apache/hadoop/hdfs/qjournal/client/URLLogInputStream.java: 102-104 Length: 3 local sim: [[close]] global sim: [[]] close previous connection < try { < fStream.close(); < } catch (IOException e) { ---- Comments (size 1): 1. close previous connection ---- Match Group 1 of size 2+1070 ---- Ranked Result: 1. (size 3) Sleep a bit. 2. (size 3) sleep for 10s 3. (size 4) Sleep and try again ---- /home/edmund/evaluate_projects/megamek-0.36.1-source/src/megamek/client/bot/TestBot.java: 192-194 Length: 3 * try { * Thread.sleep(5000); * } catch (InterruptedException e1) { ---- /home/edmund/evaluate_projects/megamek-0.36.1-source/src/megamek/client/ui/swing/MiniMap.java: 488-490 Length: 3 * try { * Thread.sleep(50); * } catch (InterruptedException ie) { ---- /home/edmund/database-mana/databaseGitHub/jstorm/jstorm-server/src/main/java/com/alibaba/jstorm/task/TaskShutdownDameon.java: 65-67 Length: 3 local sim: [[thread]] global sim: [[]] waiting 100ms for executor thread shutting it's own < try { < Thread.sleep(100); < } catch (InterruptedException e) { ---- /home/edmund/database-mana/databaseGitHub/lwjgl/src/java/org/lwjgl/test/opengl/FullScreenWindowedTest.java: 119-121 Length: 3 local sim: [[sleep]] global sim: [[]] don't waste cpu time, sleep more < try { < Thread.sleep(100); < } catch (InterruptedException inte) { ---- /home/edmund/database-mana/databaseGitHub/lwjgl/src/java/org/lwjgl/test/opengl/pbuffers/PbufferTest.java: 179-181 Length: 3 local sim: [[sleep]] global sim: [[]] don't waste cpu time, sleep more < try { < Thread.sleep(100); < } catch (InterruptedException inte) { ---- /home/edmund/database-mana/databaseGitHub/umongo/src/com/edgytech/umongo/ServerPanel.java: 149-152 Length: 3 local sim: [[sleep]] global sim: [[]] sleep a bit since it takes time for driver to see change < try { < // sleep a bit since it takes time for driver to see change < Thread.sleep(6000); < } catch (InterruptedException ex) { ---- /home/edmund/database-mana/databaseGitHub/crash/shell/src/main/java/org/crsh/text/renderers/ThreadRenderer.java: 77-81 Length: 3 local sim: [[sleep]] global sim: [[]] Sleep 100ms < try { < // Sleep 100ms < Thread.sleep(100); < } < catch (InterruptedException e) { ---- /home/edmund/database-mana/databaseGitHub/lwjgl/src/java/org/lwjgl/test/input/HWCursorTest.java: 240-242 Length: 3 local sim: [[sleep]] global sim: [[]] don't waste cpu time, sleep more < try { < Thread.sleep(100); < } catch (InterruptedException inte) { ---- /home/edmund/database-mana/databaseGitHub/ps3mediaserver/src/main/java/net/pms/io/PipeIPCProcess.java: 167-169 Length: 3 local sim: [[thread]] global sim: [[]] Allow the threads some time to do their work before running the main thread < try { < Thread.sleep(150); < } catch (InterruptedException e) { ---- /home/edmund/database-mana/databaseGitHub/hindex/src/examples/thrift/DemoClient.java: 254-256 Length: 3 local sim: [[sleep]] global sim: [[]] sleep to force later timestamp < try { < Thread.sleep(50); < } catch (InterruptedException e) { ---- /home/edmund/database-mana/databaseGitHub/umongo/src/com/edgytech/umongo/ReplSetPanel.java: 159-162 Length: 3 local sim: [[sleep]] global sim: [[]] sleep a bit since it takes time for driver to see change < try { < // sleep a bit since it takes time for driver to see change < Thread.sleep(6000); < } catch (InterruptedException ex) { ---- /home/edmund/database-mana/databaseGitHub/lwjgl/src/java/org/lwjgl/test/opengles/FullScreenWindowedTest.java: 133-135 Length: 3 local sim: [[sleep]] global sim: [[]] don't waste cpu time, sleep more < try { < Thread.sleep(100); < } catch (InterruptedException inte) { ---- /home/edmund/database-mana/databaseGitHub/lwjgl/src/java/org/lwjgl/test/opengl/PbufferTest.java: 142-144 Length: 3 local sim: [[sleep]] global sim: [[]] don't waste cpu time, sleep more < try { < Thread.sleep(100); < } catch (InterruptedException inte) { ---- /home/edmund/database-mana/databaseGitHub/spring-hadoop/spring-hadoop-core/src/main/java/org/springframework/data/hadoop/fs/FsShell.java: 868-871 Length: 3 local sim: [[sleep]] global sim: [[]] sleep for 10s < try { < // sleep for 10s < Thread.sleep(10000); < } catch (InterruptedException e) { ---- /home/edmund/database-mana/databaseGitHub/gocd/util/test/com/thoughtworks/go/util/command/StreamPumperTest.java: 113-115 Length: 3 local sim: [[sleep]] global sim: [[]] Sleep a bit. < try { < Thread.sleep(10); < } catch (InterruptedException e) { ---- /home/edmund/database-mana/databaseGitHub/calabash-android/ruby-gem/test-server/instrumentation-backend/src/sh/calaba/instrumentationbackend/actions/softkey/PressKey.java: 44-46 Length: 3 local sim: [[sleep]] global sim: [[]] Sleep and try again < try { < Thread.sleep(200); < } catch (InterruptedException interruptedException) { ---- /home/edmund/database-mana/databaseGitHub/voldemort/test/unit/voldemort/store/stats/ClientSocketStatsTest.java: 335-337 Length: 3 local sim: [[sleep]] global sim: [[]] Make it sleep for a second < try { < Thread.sleep(1000); < } catch(InterruptedException e) { ---- /home/edmund/database-mana/databaseGitHub/hindex/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestLogRolling.java: 225-227 Length: 3 local sim: [[sleep]] global sim: [[]] sleep to let the log roller run (if it needs to) < try { < Thread.sleep(2000); < } catch (InterruptedException e) { ---- /home/edmund/database-mana/databaseGitHub/ps3mediaserver/src/main/java/net/pms/io/PipeIPCProcess.java: 150-152 Length: 3 local sim: [[thread]] global sim: [[]] Allow the threads some time to do their work before starting the main thread < try { < Thread.sleep(150); < } catch (InterruptedException e) { ---- /home/edmund/database-mana/databaseGitHub/gocd/agent-launcher/src/com/thoughtworks/cruise/agent/launcher/AgentLauncherImpl.java: 89-92 Length: 3 local sim: [[sleep]] global sim: [[]] Sleep a bit so that if there are problems we don't spin < try { < // Sleep a bit so that if there are problems we don't spin < Thread.sleep(1000); < } catch (InterruptedException e) { ---- Comments (size 13): 1. Sleep and try again 2. Sleep a bit. 3. sleep for 10s 4. waiting 100ms for executor thread shutting it's own 5. Make it sleep for a second 6. don't waste cpu time, sleep more 7. Sleep a bit so that if there are problems we don't spin 8. sleep to let the log roller run (if it needs to) 9. Sleep 100ms 10. Allow the threads some time to do their work before running the main thread 11. sleep to force later timestamp 12. sleep a bit since it takes time for driver to see change 13. Allow the threads some time to do their work before starting the main thread ---- Match Group 2 of size 1+117 ---- Ranked Result: ---- Match Group 3 of size 1+32 ---- Ranked Result: ---- Match Group 4 of size 2+7 ---- Ranked Result: ---- Match Group 5 of size 1+102 ---- Ranked Result: 1. (size 4) windows... close before deleting ---- /home/edmund/evaluate_projects/megamek-0.36.1-source/packaging_utils/linux/launch4j/src/net/sf/launch4j/Util.java: 170-173 Length: 4 * if (o != null) { * try { * o.close(); * } catch (IOException e) { ---- /home/edmund/database-mana/databaseGitHub/Nightweb/common/java/router/net/i2p/router/startup/LoadRouterInfoJob.java: 118-119 Length: 4 local sim: [[close]] global sim: [[]] windows... close before deleting < if (fis1 != null) { < try { fis1.close(); } catch (IOException ioe2) {} ---- /home/edmund/database-mana/databaseGitHub/Nightweb/common/java/router/net/i2p/router/startup/LoadRouterInfoJob.java: 132-133 Length: 4 local sim: [[close]] global sim: [[]] windows... close before deleting < if (fis1 != null) { < try { fis1.close(); } catch (IOException ioe) {} ---- /home/edmund/database-mana/databaseGitHub/Nightweb/common/java/router/net/i2p/router/startup/LoadRouterInfoJob.java: 95-96 Length: 4 local sim: [[close]] global sim: [[]] windows... close before deleting < if (fis1 != null) { < try { fis1.close(); } catch (IOException ioe) {} ---- Comments (size 1): 1. windows... close before deleting ---- Match Group 6 of size 1+206 ---- Ranked Result: 1. (size 5) Sleep,then operation is timeout 2. (size 6) backoff if we encounter an exception. 3. (size 7) The interruption should only affect the sleep() ---- /home/edmund/evaluate_projects/megamek-0.36.1-source/src/megamek/client/ui/swing/UnitLoadingDialog.java: 88-90 Length: 3 * try { * Thread.sleep(UPDATE_FREQUENCY); * } catch (InterruptedException e) { ---- /home/edmund/database-mana/databaseGitHub/aws-sdk-java/aws-java-sdk/src/samples/AmazonKinesisApplication/SampleRecordProcessor.java: 109-111 Length: 3 local sim: [[exception]] global sim: [[]] backoff if we encounter an exception. < try { < Thread.sleep(BACKOFF_TIME_IN_MILLIS); < } catch (InterruptedException e) { ---- /home/edmund/database-mana/databaseGitHub/xmemcached/src/test/java/net/rubyeye/xmemcached/test/unittest/mock/MockDecodeTimeoutTextGetOneCommand.java: 21-23 Length: 3 local sim: [[sleep]] global sim: [[]] Sleep,then operation is timeout < try { < Thread.sleep(sleepTime); < } catch (InterruptedException e) { ---- /home/edmund/database-mana/databaseGitHub/hadoop-20/src/hdfs/org/apache/hadoop/hdfs/server/namenode/LeaseManager.java: 520-523 Length: 3 local sim: [[sleep]] global sim: [[]] [sleep] The interruption should only affect the sleep() < try { < // The interruption should only affect the sleep() < Thread.sleep(leaseCheckInterval); < } catch(InterruptedException ie) { ---- /home/edmund/database-mana/databaseGitHub/mdrill/trunk/adhoc-internal/src/main/java/weka/experiment/RemoteEngine.java: 88-91 Length: 3 local sim: [[sleep]] global sim: [[]] sleep for a while < try { < // sleep for a while < Thread.sleep(CLEANUPTIMEOUT); < } catch (InterruptedException ie) {} ---- Comments (size 4): 1. The interruption should only affect the sleep() 2. Sleep,then operation is timeout 3. backoff if we encounter an exception. 4. sleep for a while ---- Match Group 7 of size 1+2 ---- Ranked Result: ---- Match Group 8 of size 1+4 ---- Ranked Result: ---- Match Group 9 of size 2+2 ---- Ranked Result: ---- Match Group 10 of size 1+5 ---- Ranked Result: ---- Match Group 11 of size 16+175 ---- Ranked Result: ---- Match Group 12 of size 1+23 ---- Ranked Result: ---- Match Group 13 of size 2+105 ---- Ranked Result: 1. (size 3) simple exception handling... ---- /home/edmund/evaluate_projects/megamek-0.36.1-source/src/megamek/MegaMek copy.java: 614-619 Length: 3 * } catch (Exception ex) { * ex.printStackTrace(); * } * } * * System.exit(0); ---- /home/edmund/evaluate_projects/megamek-0.36.1-source/src/megamek/MegaMek.java: 614-619 Length: 3 * } catch (Exception ex) { * ex.printStackTrace(); * } * } * * System.exit(0); ---- /home/edmund/database-mana/databaseGitHub/lwjgl-basics/test/mdesl/test/shadertut/ShaderLesson6.java: 91-94 Length: 3 local sim: [[exception]] global sim: [[]] simple exception handling... < } catch (Exception e) { < //simple exception handling... < e.printStackTrace(); < System.exit(0); ---- Comments (size 1): 1. simple exception handling... ---- Match Group 14 of size 1+1 ---- Ranked Result: ---- Match Group 15 of size 1+9 ---- Ranked Result: ---- Match Group 16 of size 1+3 ---- Ranked Result: ---- Match Group 17 of size 1+20 ---- Ranked Result: ---- Match Group 18 of size 2+4 ---- Ranked Result: ---- Match Group 19 of size 4+16 ---- Ranked Result: ---- Match Group 20 of size 2+2 ---- Ranked Result: 1. (size 4) construct the file structure 2. (size 5) list all the directory contents ---- /home/edmund/evaluate_projects/megamek-0.36.1-source/src/megamek/server/Server.java: 24861-24863 Length: 3 * String fileList[] = boardDir.list(); * for (String filename : fileList) { * File filepath = new File(boardDir, filename); ---- /home/edmund/evaluate_projects/megamek-0.36.1-source/src/megamek/server/Server.java: 24902-24905 Length: 3 * String file_list[] = searchDir.list(); * * for (String filename : file_list) { * File query_file = new File(searchDir, filename); ---- /home/edmund/database-mana/databaseGitHub/TouchDB-Android/TouchDB-Android/src/com/couchbase/touchdb/support/FileDirUtils.java: 92-96 Length: 3 local sim: [[list]] global sim: [[directory]] list all the directory contents < String files[] = src.list(); < < for (String file : files) { < //construct the src and dest file structure < File srcFile = new File(src, file); ---- /home/edmund/database-mana/databaseGitHub/storm-yarn/src/test/java/com/yahoo/storm/yarn/TestConfig.java: 125-128 Length: 3 local sim: [[list], [file]] global sim: [[directory], []] list all the directory contents construct the file structure < String files[] = file.list(); < for (String temp : files) { < //construct the file structure < File fileDelete = new File(file, temp); ---- Comments (size 2): 1. list all the directory contents 2. construct the file structure ---- Match Group 21 of size 1+21 ---- Ranked Result: ---- Match Group 22 of size 1+38 ---- Ranked Result: ---- Match Group 23 of size 4+24 ---- Ranked Result: ---- Match Group 24 of size 1+9 ---- Ranked Result: ---- Match Group 25 of size 7+13 ---- Ranked Result: ---- Match Group 26 of size 1+1 ---- Ranked Result: ---- Match Group 27 of size 3+8 ---- Ranked Result: ---- Match Group 28 of size 1+1 ---- Ranked Result: ---- Match Group 29 of size 1+2 ---- Ranked Result: ---- Match Group 30 of size 3+8 ---- Ranked Result: ---- Match Group 31 of size 5+7 ---- Ranked Result: ---- Match Group 32 of size 6+1 ---- Ranked Result: ---- Match Group 33 of size 1+18 ---- Ranked Result: ---- Match Group 34 of size 3+7 ---- Ranked Result: ---- Match Group 35 of size 1+2 ---- Ranked Result: ---- Match Group 36 of size 1+14 ---- Ranked Result: ---- Match Group 37 of size 1+28 ---- Ranked Result: ---- Match Group 38 of size 1+8 ---- Ranked Result: ---- Match Group 39 of size 4+2 ---- Ranked Result: ---- Match Group 40 of size 1+7 ---- Ranked Result: ---- Match Group 41 of size 1+1 ---- Ranked Result: ---- Match Group 42 of size 9+7 ---- Ranked Result: ---- Match Group 43 of size 1+4 ---- Ranked Result: ---- Match Group 44 of size 2+1 ---- Ranked Result: ---- Match Group 45 of size 1+19 ---- Ranked Result: ---- Match Group 46 of size 1+9 ---- Ranked Result: ---- Match Group 47 of size 1+12 ---- Ranked Result: ---- Match Group 48 of size 1+2 ---- Ranked Result: ---- Match Group 49 of size 1+1 ---- Ranked Result: ---- Match Group 50 of size 2+1 ---- Ranked Result: ---- Match Group 51 of size 1+1 ---- Ranked Result: ---- Match Group 52 of size 1+3 ---- Ranked Result: ---- Match Group 53 of size 1+4 ---- Ranked Result: ---- Match Group 54 of size 1+1 ---- Ranked Result: ---- Match Group 55 of size 1+1 ---- Ranked Result: ---- Match Group 56 of size 1+3 ---- Ranked Result: 1. (size 4) get the internal data ---- /home/edmund/evaluate_projects/megamek-0.36.1-source/src/megamek/client/ui/AWT/boardview3d/ImageModel.java: 58-60 Length: 3 * int w = img.getWidth(); * int h = img.getHeight(); * int[] pixels = new int[w*h]; ---- /home/edmund/database-mana/databaseGitHub/platform_frameworks_base/tools/layoutlib/bridge/src/android/graphics/Bitmap_Delegate.java: 563-565 Length: 3 local sim: [[get]] global sim: [[]] get the internal data < int w = image1.getWidth(); < int h = image2.getHeight(); < int[] argb1 = new int[w*h]; ---- Comments (size 1): 1. get the internal data ---- Match Group 57 of size 2+5 ---- Ranked Result: ---- Match Group 58 of size 1+4 ---- Ranked Result: ---- Match Group 59 of size 3+2 ---- Ranked Result: ---- Match Group 60 of size 1+2 ---- Ranked Result: ---- Match Group 61 of size 3+3 ---- Ranked Result: ---- Match Group 62 of size 1+1 ---- Ranked Result: ---- Match Group 63 of size 1+1 ---- Ranked Result: ---- Match Group 64 of size 1+4 ---- Ranked Result: ---- Match Group 65 of size 1+1 ---- Ranked Result: ---- Match Group 66 of size 2+2 ---- Ranked Result: ---- Match Group 67 of size 1+6 ---- Ranked Result: ---- Match Group 68 of size 1+12 ---- Ranked Result: ---- Match Group 69 of size 1+1 ---- Ranked Result: ---- Match Group 70 of size 1+1 ---- Ranked Result: ---- Match Group 71 of size 2+2 ---- Ranked Result: ---- Match Group 72 of size 1+3 ---- Ranked Result: ---- Match Group 73 of size 1+2 ---- Ranked Result: ---- Match Group 74 of size 1+6 ---- Ranked Result: ---- Match Group 75 of size 1+4 ---- Ranked Result: ---- Match Group 76 of size 1+3 ---- Ranked Result: ---- Match Group 77 of size 1+5 ---- Ranked Result: ---- Match Group 78 of size 3+2 ---- Ranked Result: ---- Match Group 79 of size 1+2 ---- Ranked Result: ---- Match Group 80 of size 1+1 ---- Ranked Result: ---- Match Group 81 of size 1+1 ---- Ranked Result: ---- Match Group 82 of size 1+2 ---- Ranked Result: ---- Match Group 83 of size 3+5 ---- Ranked Result: ---- Match Group 84 of size 1+1 ---- Ranked Result: ---- Match Group 85 of size 1+2 ---- Ranked Result: ---- Match Group 86 of size 1+1 ---- Ranked Result: ---- Match Group 87 of size 1+1 ---- Ranked Result: ---- Match Group 88 of size 3+9 ---- Ranked Result: ---- Match Group 89 of size 1+4 ---- Ranked Result: ---- Match Group 90 of size 1+3 ---- Ranked Result: ---- Match Group 91 of size 1+3 ---- Ranked Result: ---- Match Group 92 of size 1+1 ---- Ranked Result: ---- Match Group 93 of size 4+6 ---- Ranked Result: ---- Match Group 94 of size 2+1 ---- Ranked Result: ---- Match Group 95 of size 1+1 ---- Ranked Result: ---- Match Group 96 of size 2+3 ---- Ranked Result: ---- Match Group 97 of size 2+7 ---- Ranked Result: ---- Match Group 98 of size 1+3 ---- Ranked Result: ---- Match Group 99 of size 3+1 ---- Ranked Result: ---- Match Group 100 of size 1+1 ---- Ranked Result: ---- Match Group 101 of size 1+3 ---- Ranked Result: ---- Match Group 102 of size 1+1 ---- Ranked Result: ---- Match Group 103 of size 1+1 ---- Ranked Result: ---- Match Group 104 of size 1+12 ---- Ranked Result: ---- Match Group 105 of size 1+1 ---- Ranked Result: ---- Match Group 106 of size 1+1 ---- Ranked Result: ---- Match Group 107 of size 1+1 ---- Ranked Result: ---- Match Group 108 of size 3+1 ---- Ranked Result: ---- Match Group 109 of size 1+1 ---- Ranked Result: ---- Match Group 110 of size 10+1 ---- Ranked Result: 1. (size 6) Add components using the dreaded GridBagLayout ---- /home/edmund/evaluate_projects/megamek-0.36.1-source/src/megamek/client/ui/AWT/BombPayloadDialog.java: 80-83 Length: 3 * GridBagLayout gridbag = new GridBagLayout(); * setLayout(gridbag); * * GridBagConstraints c = new GridBagConstraints(); ---- /home/edmund/evaluate_projects/megamek-0.36.1-source/src/megamek/client/ui/AWT/CustomMechDialog.java: 832-834 Length: 3 * GridBagLayout g = new GridBagLayout(); * setLayout(g); * GridBagConstraints c = new GridBagConstraints(); ---- /home/edmund/evaluate_projects/megamek-0.36.1-source/src/megamek/client/ui/AWT/ManeuverChoiceDialog.java: 79-82 Length: 3 * GridBagLayout gridbag = new GridBagLayout(); * setLayout(gridbag); * * GridBagConstraints c = new GridBagConstraints(); ---- /home/edmund/evaluate_projects/megamek-0.36.1-source/src/megamek/client/ui/AWT/CustomMechDialog.java: 897-899 Length: 3 * GridBagLayout g = new GridBagLayout(); * setLayout(g); * GridBagConstraints c = new GridBagConstraints(); ---- /home/edmund/evaluate_projects/megamek-0.36.1-source/src/megamek/client/ui/AWT/CustomMechDialog.java: 1014-1016 Length: 3 * GridBagLayout g = new GridBagLayout(); * setLayout(g); * GridBagConstraints c = new GridBagConstraints(); ---- /home/edmund/evaluate_projects/megamek-0.36.1-source/src/megamek/client/ui/AWT/CustomMechDialog.java: 1231-1233 Length: 3 * GridBagLayout g = new GridBagLayout(); * setLayout(g); * GridBagConstraints c = new GridBagConstraints(); ---- /home/edmund/evaluate_projects/megamek-0.36.1-source/src/megamek/client/ui/AWT/CustomMechDialog.java: 1070-1072 Length: 3 * GridBagLayout g = new GridBagLayout(); * setLayout(g); * GridBagConstraints c = new GridBagConstraints(); ---- /home/edmund/evaluate_projects/megamek-0.36.1-source/src/megamek/client/ui/AWT/ChoiceDialog.java: 82-85 Length: 3 * GridBagLayout gridbag = new GridBagLayout(); * setLayout(gridbag); * * GridBagConstraints c = new GridBagConstraints(); ---- /home/edmund/evaluate_projects/megamek-0.36.1-source/src/megamek/client/ui/swing/BombChoicePanel.java: 66-68 Length: 3 * GridBagLayout g = new GridBagLayout(); * setLayout(g); * GridBagConstraints c = new GridBagConstraints(); ---- /home/edmund/evaluate_projects/megamek-0.36.1-source/src/megamek/client/ui/swing/BombPayloadDialog.java: 96-99 Length: 3 * GridBagLayout gridbag = new GridBagLayout(); * setLayout(gridbag); * * GridBagConstraints c = new GridBagConstraints(); ---- /home/edmund/database-mana/databaseGitHub/mdrill/trunk/adhoc-solr/src/main/java/org/apache/regexp/REDemo.java: 55-57 Length: 3 local sim: [[layout, grid, bag]] global sim: [[add]] [GridBagLayout] Add components using the dreaded GridBagLayout < GridBagLayout gb = new GridBagLayout(); < setLayout(gb); < GridBagConstraints c = new GridBagConstraints(); ---- Comments (size 1): 1. Add components using the dreaded GridBagLayout ---- Match Group 111 of size 1+2 ---- Ranked Result: ---- Match Group 112 of size 7+1 ---- Ranked Result: ---- Match Group 113 of size 1+1 ---- Ranked Result: ---- Match Group 114 of size 1+1 ---- Ranked Result: ---- Match Group 115 of size 2+6 ---- Ranked Result: ---- Match Group 116 of size 1+1 ---- Ranked Result: ---- Match Group 117 of size 1+2 ---- Ranked Result: ---- Match Group 118 of size 10+1 ---- Ranked Result: ---- Match Group 119 of size 6+1 ---- Ranked Result: ---- Match Group 120 of size 9+2 ---- Ranked Result: ---- Match Group 121 of size 1+2 ---- Ranked Result: ---- Match Group 122 of size 1+2 ---- Ranked Result: ---- Match Group 123 of size 1+1 ---- Ranked Result: ---- Match Group 124 of size 1+1 ---- Ranked Result: ---- Match Group 125 of size 4+3 ---- Ranked Result: ---- Match Group 126 of size 1+1 ---- Ranked Result: ---- Match Group 127 of size 2+1 ---- Ranked Result: ---- Match Group 128 of size 1+1 ---- Ranked Result: ---- Match Group 129 of size 2+2 ---- Ranked Result: ---- Match Group 130 of size 3+1 ---- Ranked Result: ---- Match Group 131 of size 1+1 ---- Ranked Result: ---- Match Group 132 of size 6+2 ---- Ranked Result: ---- Match Group 133 of size 3+2 ---- Ranked Result: ---- Match Group 134 of size 1+1 ---- Ranked Result: ---- Match Group 135 of size 1+1 ---- Ranked Result: ---- Match Group 136 of size 1+1 ---- Ranked Result: ---- Match Group 137 of size 1+1 ---- Ranked Result: ---- Match Group 138 of size 6+1 ---- Ranked Result: ---- Match Group 139 of size 1+1 ---- Ranked Result: ---- Match Group 140 of size 2+1 ---- Ranked Result: ---- Match Group 141 of size 1+1 ---- Ranked Result: ---- Match Group 142 of size 1+1 ---- Ranked Result: ---- Match Group 143 of size 3+1 ---- Ranked Result: ---- Match Group 144 of size 3+1 ---- Ranked Result: ---- Match Group 145 of size 1+2 ---- Ranked Result: ---- Match Group 146 of size 1+3 ---- Ranked Result: ---- Match Group 147 of size 2+1 ---- Ranked Result: ---- Match Group 148 of size 3+1 ---- Ranked Result: ---- Match Group 149 of size 1+1 ---- Ranked Result: ---- Match Group 150 of size 3+2 ---- Ranked Result: ---- Match Group 151 of size 1+1 ---- Ranked Result: ---- Match Group 152 of size 1+1 ---- Ranked Result: ---- Number of internal clones: 1.5 median, 2.5 average, 20 total. Number of external clones: 103.5 median, 200.0 average, 1600 total. InternalMap: {1=4, 2=3, 10=1} ExternalMap: {1=1, 2=1, 3=1, 102=1, 105=1, 1070=1, 206=1, 111=1} 8 comment groups has a comment Elapsed for 70 minutes Finish @ 08:42:35 AM graceful exit...