Match Group 0 of size 4+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/jajuk-src-1.10.6/src/main/java/org/jajuk/ui/thumbnails/ThumbnailPopup.java: 95-97 Length: 3 Change icon cursor and wait a while so user can see it in case the PUSH_ON_CLICK option is set, otherwise, user may think nothing appended. * try { * Thread.sleep(250); * } catch (InterruptedException e1) { ---- /home/edmund/evaluate_projects/jajuk-src-1.10.6/src/main/java/org/jajuk/ui/views/AnimationView.java: 197-199 Length: 3 * try { * Thread.sleep(3000); * } catch (InterruptedException e) { ---- /home/edmund/evaluate_projects/jajuk-src-1.10.6/src/main/java/org/jajuk/services/alarm/AlarmManager.java: 71-73 Length: 3 * try { * Thread.sleep(1000); * } catch (InterruptedException e) { ---- /home/edmund/evaluate_projects/jajuk-src-1.10.6/src/main/java/org/jajuk/services/players/MPlayerPlayerImpl.java: 443-445 Length: 3 * try { * Thread.sleep(50); * } catch (InterruptedException e) { ---- /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 1 of size 1+4 ---- Ranked Result: ---- Match Group 2 of size 1+5 ---- Ranked Result: ---- Match Group 3 of size 1+4 ---- Ranked Result: ---- Match Group 4 of size 1+8 ---- Ranked Result: ---- Match Group 5 of size 1+28 ---- Ranked Result: ---- Match Group 6 of size 1+1 ---- Ranked Result: ---- Match Group 7 of size 1+1 ---- Ranked Result: ---- Match Group 8 of size 1+11 ---- Ranked Result: ---- Match Group 9 of size 1+23 ---- Ranked Result: ---- Match Group 10 of size 1+1 ---- Ranked Result: ---- Match Group 11 of size 1+14 ---- Ranked Result: ---- Match Group 12 of size 1+15 ---- Ranked Result: ---- Match Group 13 of size 1+8 ---- Ranked Result: ---- Match Group 14 of size 1+9 ---- Ranked Result: ---- Match Group 15 of size 1+2 ---- Ranked Result: ---- Match Group 16 of size 1+3 ---- Ranked Result: ---- Match Group 17 of size 1+6 ---- Ranked Result: ---- Match Group 18 of size 1+3 ---- Ranked Result: ---- Match Group 19 of size 1+2 ---- Ranked Result: ---- Match Group 20 of size 1+2 ---- Ranked Result: ---- Match Group 21 of size 1+25 ---- Ranked Result: ---- Match Group 22 of size 1+4 ---- Ranked Result: ---- Match Group 23 of size 1+11 ---- Ranked Result: ---- Match Group 24 of size 1+4 ---- Ranked Result: ---- Match Group 25 of size 1+1 ---- Ranked Result: ---- Match Group 26 of size 1+1 ---- Ranked Result: ---- Match Group 27 of size 1+8 ---- Ranked Result: ---- Match Group 28 of size 2+3 ---- Ranked Result: ---- Match Group 29 of size 1+1 ---- Ranked Result: ---- Match Group 30 of size 1+1 ---- Ranked Result: ---- Match Group 31 of size 1+7 ---- Ranked Result: ---- Match Group 32 of size 1+3 ---- Ranked Result: ---- Match Group 33 of size 2+1 ---- Ranked Result: ---- Match Group 34 of size 1+4 ---- Ranked Result: ---- Match Group 35 of size 1+1 ---- Ranked Result: ---- Match Group 36 of size 1+3 ---- Ranked Result: ---- Match Group 37 of size 1+1 ---- Ranked Result: ---- Match Group 38 of size 1+3 ---- Ranked Result: ---- Match Group 39 of size 1+4 ---- Ranked Result: ---- Match Group 40 of size 1+12 ---- Ranked Result: ---- Match Group 41 of size 1+2 ---- Ranked Result: ---- Match Group 42 of size 1+20 ---- Ranked Result: ---- Match Group 43 of size 2+1 ---- Ranked Result: ---- Match Group 44 of size 2+3 ---- Ranked Result: ---- Match Group 45 of size 1+2 ---- Ranked Result: ---- Match Group 46 of size 1+2 ---- Ranked Result: ---- Match Group 47 of size 1+4 ---- Ranked Result: 1. (size 8) Tell the transfer handler to initiate the drag. ---- /home/edmund/evaluate_projects/jajuk-src-1.10.6/src/main/java/org/jajuk/ui/thumbnails/AbstractThumbnail.java: 261-263 Length: 3 * JComponent c = (JComponent) e.getSource(); * TransferHandler handler = c.getTransferHandler(); * handler.exportAsDrag(c, e, TransferHandler.COPY); ---- /home/edmund/database-mana/databaseGitHub/CoreNLP/src/edu/stanford/nlp/trees/tregex/gui/DisplayMatchesPanel.java: 419-422 Length: 3 local sim: [[handler, transfer, drag]] global sim: [[]] Tell the transfer handler to initiate the drag. < JComponent c = (JComponent)e.getSource(); < //Tell the transfer handler to initiate the drag. < TransferHandler handler = c.getTransferHandler(); < handler.exportAsDrag(c, firstMouseEvent1, TransferHandler.COPY); ---- Comments (size 1): 1. Tell the transfer handler to initiate the drag. ---- Match Group 48 of size 1+6 ---- Ranked Result: ---- Match Group 49 of size 1+1 ---- Ranked Result: ---- Match Group 50 of size 1+1 ---- Ranked Result: ---- Match Group 51 of size 1+4 ---- Ranked Result: ---- Match Group 52 of size 1+5 ---- Ranked Result: ---- Match Group 53 of size 1+2 ---- Ranked Result: ---- Match Group 54 of size 2+1 ---- Ranked Result: ---- Match Group 55 of size 1+1 ---- Ranked Result: ---- Match Group 56 of size 1+2 ---- Ranked Result: ---- Match Group 57 of size 2+1 ---- Ranked Result: 1. (size 10) Tests if the file passed in argument is a directory. 2. (size 44) Method which describes differents permits extensions and defines which file or directory will be displayed in the filechoser. @param f file for the test @return boolean true if the File is a Directory or a sound file. And return false in the other cases. ---- /home/edmund/evaluate_projects/jajuk-src-1.10.6/src/main/java/org/jajuk/util/filters/PlaylistFilter.java: 58-64 Length: 3 Force directories acceptation if user wants to navigate into directories * @Override * public boolean accept(final File f) { * // Force directories acceptation if user wants to navigate into * // directories * if (f.isDirectory()) { * return bShowDirectories; * } else { ---- /home/edmund/evaluate_projects/jajuk-src-1.10.6/src/main/java/org/jajuk/util/filters/NotAudioFilter.java: 57-63 Length: 3 Force directories acceptation if user wants to navigate into directories * @Override * public boolean accept(final File f) { * // Force directories acceptation if user wants to navigate into * // directories * if (f.isDirectory()) { * return bShowDirectories; * } else { ---- /home/edmund/database-mana/databaseGitHub/jitsi/src/net/java/sip/communicator/plugin/notificationconfiguration/SoundFilter.java: 61-80 Length: 3 local sim: [[file, directory], [file, directory]] global sim: [[], []] Method which describes differents permits extensions and defines which file or directory will be displayed in the filechoser. @param f file for the test @return boolean true if the File is a Directory or a sound file. And return false in the other cases. Tests if the file passed in argument is a directory. < /** < * Method which describes differents permits extensions and defines which < * file or directory will be displayed in the filechoser. < * < * @param f file for the test < * < * @return boolean true if the File is a Directory or a sound file. And < * return false in the other cases. < */ < @Override < public boolean accept(File f) < { < // Tests if the file passed in argument is a directory. < if (f.isDirectory()) < { < return true; < } < // Else, tests if the exension is correct. < else < { ---- Comments (size 2): 1. Method which describes differents permits extensions and defines which file or directory will be displayed in the filechoser. @param f file for the test @return boolean true if the File is a Directory or a sound file. And return false in the other cases. 2. Tests if the file passed in argument is a directory. ---- Match Group 58 of size 1+12 ---- Ranked Result: ---- Match Group 59 of size 2+2 ---- Ranked Result: ---- Match Group 60 of size 2+7 ---- Ranked Result: ---- Match Group 61 of size 1+1 ---- Ranked Result: ---- Match Group 62 of size 3+2 ---- Ranked Result: ---- Match Group 63 of size 1+4 ---- Ranked Result: ---- Match Group 64 of size 1+1 ---- Ranked Result: ---- Match Group 65 of size 1+7 ---- Ranked Result: ---- Match Group 66 of size 1+1 ---- Ranked Result: ---- Match Group 67 of size 1+2 ---- Ranked Result: ---- Match Group 68 of size 4+5 ---- Ranked Result: ---- Match Group 69 of size 1+2 ---- Ranked Result: 1. (size 8) Utility method to return a file's extension. ---- /home/edmund/evaluate_projects/jajuk-src-1.10.6/src/main/java/org/jajuk/util/UtilSystem.java: 538-549 Length: 3 Get a file extension (without the dot!). @param filename The file to examine. @return The actual file extension or an empty string if no extension is found (i.e. no dot in the filename). File without point * /** * * Get a file extension (without the dot!). * * * * @param filename The file to examine. * * * * @return The actual file extension or an empty string if no extension is * * found (i.e. no dot in the filename). * */ * public static String getExtension(final String filename) { * int dotIndex = filename.lastIndexOf('.'); * // File without point * if (dotIndex == -1) { ---- /home/edmund/database-mana/databaseGitHub/lucene-solr/lucene/core/src/java/org/apache/lucene/store/FileSwitchDirectory.java: 119-122 Length: 3 local sim: [[extension]] global sim: [[]] Utility method to return a file's extension. < /** Utility method to return a file's extension. */ < public static String getExtension(String name) { < int i = name.lastIndexOf('.'); < if (i == -1) { ---- /home/edmund/database-mana/databaseGitHub/mdrill/trunk/adhoc-solr/src/main/java/org/apache/lucene/store/FileSwitchDirectory.java: 117-120 Length: 3 local sim: [[extension]] global sim: [[]] Utility method to return a file's extension. < /** Utility method to return a file's extension. */ < public static String getExtension(String name) { < int i = name.lastIndexOf('.'); < if (i == -1) { ---- Comments (size 1): 1. Utility method to return a file's extension. ---- Match Group 70 of size 1+2 ---- Ranked Result: ---- Match Group 71 of size 1+1 ---- Ranked Result: 1. (size 13) change rendering order to ensure that bar overlapping is the right way around ---- /home/edmund/evaluate_projects/jajuk-src-1.10.6/src/main/java/org/jajuk/ui/views/StatView.java: 318-325 Length: 7 * CategoryPlot plot = new CategoryPlot(dataset, categoryAxis, valueAxis, renderer); * plot.setOrientation(orientation); * if (orientation == PlotOrientation.HORIZONTAL) { * plot.setRowRenderingOrder(SortOrder.DESCENDING); * plot.setColumnRenderingOrder(SortOrder.DESCENDING); * } * plot.setForegroundAlpha(0.75F); * JFreeChart chart = new JFreeChart(title, JFreeChart.DEFAULT_TITLE_FONT, plot, legend); ---- /home/edmund/database-mana/databaseGitHub/mdrill/trunk/adhoc-internal/src/main/java/org/jfree/chart/ChartFactory.java: 1002-1013 Length: 7 local sim: [[rendering, order]] global sim: [[bar]] change rendering order to ensure that bar overlapping is the right way around < CategoryPlot plot = new CategoryPlot(dataset, categoryAxis, valueAxis, < renderer); < plot.setOrientation(orientation); < if (orientation == PlotOrientation.HORIZONTAL) { < // change rendering order to ensure that bar overlapping is the < // right way around < plot.setRowRenderingOrder(SortOrder.DESCENDING); < plot.setColumnRenderingOrder(SortOrder.DESCENDING); < } < plot.setForegroundAlpha(0.75f); < < JFreeChart chart = new JFreeChart(title, JFreeChart.DEFAULT_TITLE_FONT, ---- Comments (size 1): 1. change rendering order to ensure that bar overlapping is the right way around ---- Match Group 72 of size 2+4 ---- Ranked Result: ---- Match Group 73 of size 1+3 ---- Ranked Result: ---- Match Group 74 of size 1+1 ---- Ranked Result: ---- Match Group 75 of size 1+1 ---- Ranked Result: ---- Match Group 76 of size 1+1 ---- Ranked Result: ---- Match Group 77 of size 1+1 ---- Ranked Result: ---- Match Group 78 of size 2+2 ---- Ranked Result: ---- Match Group 79 of size 1+1 ---- 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+1 ---- Ranked Result: ---- Match Group 83 of size 1+5 ---- Ranked Result: ---- Match Group 84 of size 1+2 ---- Ranked Result: ---- Match Group 85 of size 1+1 ---- Ranked Result: ---- Match Group 86 of size 1+2 ---- Ranked Result: ---- Match Group 87 of size 1+1 ---- Ranked Result: ---- Match Group 88 of size 1+1 ---- Ranked Result: ---- Match Group 89 of size 1+1 ---- Ranked Result: ---- Match Group 90 of size 1+2 ---- Ranked Result: ---- Match Group 91 of size 1+1 ---- Ranked Result: ---- Match Group 92 of size 1+1 ---- Ranked Result: ---- Match Group 93 of size 1+1 ---- Ranked Result: ---- Match Group 94 of size 1+1 ---- Ranked Result: ---- Match Group 95 of size 1+1 ---- Ranked Result: ---- Match Group 96 of size 1+1 ---- Ranked Result: ---- Match Group 97 of size 1+1 ---- Ranked Result: ---- Match Group 98 of size 1+1 ---- Ranked Result: ---- Match Group 99 of size 1+1 ---- Ranked Result: ---- Match Group 100 of size 2+1 ---- Ranked Result: ---- Match Group 101 of size 1+1 ---- 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+1 ---- Ranked Result: ---- Match Group 105 of size 1+1 ---- Ranked Result: ---- Number of internal clones: 1.0 median, 1.8 average, 9 total. Number of external clones: 2.0 median, 215.6 average, 1078 total. InternalMap: {1=3, 2=1, 4=1} ExternalMap: {1=2, 2=1, 4=1, 1070=1} 5 comment groups has a comment Elapsed for 15 minutes Finish @ 04:55:39 AM graceful exit...